@forge/bridge 5.11.0-next.4-experimental-3c69930 → 5.11.0-next.5

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 +1 -13
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,22 +1,10 @@
1
1
  # @forge/bridge
2
2
 
3
- ## 5.11.0-next.4-experimental-3c69930
4
-
5
- ### Minor Changes
6
-
7
- - f058dd8: Expose Permissions API in @forge/bridge for Custom UI apps
8
- - 140f500: Add view.onClose bridge method
3
+ ## 5.11.0-next.5
9
4
 
10
5
  ### Patch Changes
11
6
 
12
7
  - 28b4837: Updating types for configurable egress and remotes to match final state of API
13
- - Updated dependencies [6b7a4ef]
14
- - Updated dependencies [dfa2aa6]
15
- - Updated dependencies [e21f32f]
16
- - Updated dependencies [545ecc1]
17
- - Updated dependencies [eadb4a6]
18
- - Updated dependencies [8db2311]
19
- - @forge/manifest@12.0.0-next.3-experimental-3c69930
20
8
 
21
9
  ## 5.11.0-next.4
22
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.11.0-next.4-experimental-3c69930",
3
+ "version": "5.11.0-next.5",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -20,7 +20,7 @@
20
20
  "@forge/resolver": "1.7.1",
21
21
  "@statsig/js-client": "3.18.2",
22
22
  "@types/history": "^4.7.11",
23
- "@forge/manifest": "12.0.0-next.3-experimental-3c69930",
23
+ "@forge/manifest": "12.0.0-next.3",
24
24
  "@types/iframe-resizer": "^3.5.8",
25
25
  "iframe-resizer": "^4.4.5",
26
26
  "uuid": "^9.0.1"