@forge/bridge 5.8.0-next.9 → 5.8.0-next.9-experimental-994fcd3
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.
- package/CHANGELOG.md +19 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
+
## 5.8.0-next.9-experimental-994fcd3
|
|
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
|
+
- Updated dependencies [9a6d346]
|
|
15
|
+
- Updated dependencies [260eb24]
|
|
16
|
+
- Updated dependencies [3228cf0]
|
|
17
|
+
- Updated dependencies [8962080]
|
|
18
|
+
- Updated dependencies [f0a5a03]
|
|
19
|
+
- Updated dependencies [78efec7]
|
|
20
|
+
- @forge/manifest@11.0.0-next.5-experimental-994fcd3
|
|
21
|
+
|
|
3
22
|
## 5.8.0-next.9
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "5.8.0-next.9",
|
|
3
|
+
"version": "5.8.0-next.9-experimental-994fcd3",
|
|
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.5"
|
|
21
|
+
"@forge/manifest": "11.0.0-next.5-experimental-994fcd3"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"history": "5.3.0",
|