@forge/bridge 5.17.0-next.9-experimental-5c60439 → 5.17.0-next.9-experimental-04898b4

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @forge/bridge
2
2
 
3
- ## 5.17.0-next.9-experimental-5c60439
3
+ ## 5.17.0-next.9-experimental-04898b4
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -19,7 +19,7 @@
19
19
  - Updated dependencies [f1f11f0]
20
20
  - Updated dependencies [b7b1f36]
21
21
  - Updated dependencies [9f3add6]
22
- - @forge/manifest@12.9.0-next.5-experimental-5c60439
22
+ - @forge/manifest@12.9.0-next.5-experimental-04898b4
23
23
 
24
24
  ## 5.17.0-next.9
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.17.0-next.9-experimental-5c60439",
3
+ "version": "5.17.0-next.9-experimental-04898b4",
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.8.0",
21
21
  "@types/history": "^4.7.11",
22
- "@forge/manifest": "12.9.0-next.5-experimental-5c60439",
22
+ "@forge/manifest": "12.9.0-next.5-experimental-04898b4",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5"
25
25
  },