@forge/bridge 5.11.0-next.7 → 5.11.1-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 +28 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.11.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [19807bf]
8
+ - @forge/manifest@12.1.0-next.0
9
+
10
+ ## 5.11.0
11
+
12
+ ### Minor Changes
13
+
14
+ - 5a8ee7a: Add title and icon props to forge/bridge modal
15
+ - f058dd8: Expose Permissions API in @forge/bridge for Custom UI apps
16
+ - 140f500: Add view.onClose bridge method
17
+
18
+ ### Patch Changes
19
+
20
+ - 28b4837: Updating types for configurable egress and remotes to match final state of API
21
+ - Updated dependencies [6b7a4ef]
22
+ - Updated dependencies [dfa2aa6]
23
+ - Updated dependencies [ea28254]
24
+ - Updated dependencies [e21f32f]
25
+ - Updated dependencies [545ecc1]
26
+ - Updated dependencies [eadb4a6]
27
+ - Updated dependencies [8db2311]
28
+ - Updated dependencies [9418d29]
29
+ - @forge/manifest@12.0.0
30
+
3
31
  ## 5.11.0-next.7
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.11.0-next.7",
3
+ "version": "5.11.1-next.0",
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.5",
23
+ "@forge/manifest": "12.1.0-next.0",
24
24
  "@types/iframe-resizer": "^3.5.8",
25
25
  "iframe-resizer": "^4.4.5",
26
26
  "uuid": "^9.0.1"