@forge/bridge 5.14.0-next.5 → 5.14.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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 5.14.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [084e129]
8
+ - Updated dependencies [43cfec4]
9
+ - @forge/manifest@12.3.0-next.0
10
+
11
+ ## 5.14.0
12
+
13
+ ### Minor Changes
14
+
15
+ - Updated Feature flags client SDK to remove dependency on Statsig
16
+ - 16a4b01: Updated SDK to throw type error
17
+
18
+ ### Patch Changes
19
+
20
+ - f513085: Fix content id for embedded macros createAdfRendererIframeProps
21
+ - Updated dependencies [ad5a470]
22
+ - Updated dependencies [c70bd69]
23
+ - Updated dependencies [3a792a2]
24
+ - Updated dependencies [4210da0]
25
+ - @forge/manifest@12.2.0
26
+
3
27
  ## 5.14.0-next.5
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "5.14.0-next.5",
3
+ "version": "5.14.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",
@@ -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.2.0-next.3",
22
+ "@forge/manifest": "12.3.0-next.0",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5",
25
25
  "uuid": "^9.0.1"