@forge/bridge 5.15.1-next.7 → 5.15.2-next.0

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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.15.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [399ae7d]
8
+ - @forge/manifest@12.6.0-next.0
9
+
10
+ ## 5.15.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 2e6bb00: update readme file for Forge feature flags functionality
15
+ - 0b7cde8: replace window with globalThis to ensure the bridge packages can work in both browser and worker environment
16
+ - Updated dependencies [9b1b31a]
17
+ - Updated dependencies [47a8b98]
18
+ - Updated dependencies [b47fe98]
19
+ - Updated dependencies [b5fbcf4]
20
+ - Updated dependencies [296a58d]
21
+ - Updated dependencies [747866d]
22
+ - Updated dependencies [a02af38]
23
+ - @forge/manifest@12.5.0
24
+
3
25
  ## 5.15.1-next.7
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.15.1-next.7",
3
+ "version": "5.15.2-next.0",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "@forge/i18n": "0.0.7",
20
20
  "@forge/resolver": "1.7.1",
21
21
  "@types/history": "^4.7.11",
22
- "@forge/manifest": "12.5.0-next.6",
22
+ "@forge/manifest": "12.6.0-next.0",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5",
25
25
  "uuid": "^9.0.1"