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