@forge/bridge 5.8.0-next.11 → 5.8.0-next.12-experimental-f85d28a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.8.0-next.12-experimental-f85d28a
4
+
5
+ ### Minor Changes
6
+
7
+ - 1d129f0: Allow objects in event payloads. The object must be JSON-serializable.
8
+ - 08fbb0a: Add rovo.open bridge method that opens rovo chat
9
+ - 617c3d9: Add base64 support to upload bridge method
10
+ - a4bccb7: Export FOS bridge methods and fixing bugs
11
+
12
+ ### Patch Changes
13
+
14
+ - fe20eb0: Changing export names
15
+ - Updated dependencies [0a3f5d5]
16
+ - Updated dependencies [9a6d346]
17
+ - Updated dependencies [260eb24]
18
+ - Updated dependencies [3228cf0]
19
+ - Updated dependencies [8962080]
20
+ - Updated dependencies [f0a5a03]
21
+ - Updated dependencies [d00ef59]
22
+ - Updated dependencies [78efec7]
23
+ - @forge/manifest@11.0.0-next.7-experimental-f85d28a
24
+
25
+ ## 5.8.0-next.12
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies [0a3f5d5]
30
+ - @forge/manifest@11.0.0-next.7
31
+
3
32
  ## 5.8.0-next.11
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.8.0-next.11",
3
+ "version": "5.8.0-next.12-experimental-f85d28a",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -18,7 +18,7 @@
18
18
  "@forge/resolver": "1.7.1",
19
19
  "@statsig/js-client": "3.18.2",
20
20
  "@types/history": "^4.7.11",
21
- "@forge/manifest": "11.0.0-next.6"
21
+ "@forge/manifest": "11.0.0-next.7-experimental-f85d28a"
22
22
  },
23
23
  "devDependencies": {
24
24
  "history": "5.3.0",