@forge/bridge 5.8.0-next.3 → 5.8.0-next.4-experimental-4cf7fd3

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 +21 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.8.0-next.4-experimental-4cf7fd3
4
+
5
+ ### Minor Changes
6
+
7
+ - 1d129f0: Allow objects in event payloads. The object must be JSON-serializable.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [9a6d346]
12
+ - Updated dependencies [260eb24]
13
+ - Updated dependencies [8962080]
14
+ - Updated dependencies [78efec7]
15
+ - @forge/manifest@11.0.0-next.3-experimental-4cf7fd3
16
+
17
+ ## 5.8.0-next.4
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies [78efec7]
22
+ - @forge/manifest@11.0.0-next.3
23
+
3
24
  ## 5.8.0-next.3
4
25
 
5
26
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.8.0-next.3",
3
+ "version": "5.8.0-next.4-experimental-4cf7fd3",
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.2"
21
+ "@forge/manifest": "11.0.0-next.3-experimental-4cf7fd3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "history": "5.3.0",