@forge/bridge 5.6.0-next.6 → 5.6.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.
- package/CHANGELOG.md +25 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
+
## 5.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 58a20e7: Added Forge Feature Flags functionality for Client side feature flags
|
|
8
|
+
- 01521ac: add usePermissions hook
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- e72d2ba: Updated Feature Flag User types
|
|
13
|
+
- e72d2ba: Updated Readme.md
|
|
14
|
+
- 767afce: Change to use fetch validation function for removing signal support in forge/bridge fetch
|
|
15
|
+
- 41d8011: Fix bridge fetch request type
|
|
16
|
+
- 4c1e39d: Added Readme for Forge feature flags client SDK
|
|
17
|
+
- f67f026: Update logging level for Forge Feature flags Client SDK
|
|
18
|
+
- Updated dependencies [b1f257c]
|
|
19
|
+
- Updated dependencies [2ac3cde]
|
|
20
|
+
- Updated dependencies [96d7a67]
|
|
21
|
+
- Updated dependencies [e65918b]
|
|
22
|
+
- Updated dependencies [ec8000d]
|
|
23
|
+
- Updated dependencies [4afc4fb]
|
|
24
|
+
- Updated dependencies [873a240]
|
|
25
|
+
- Updated dependencies [f5d3945]
|
|
26
|
+
- @forge/manifest@10.7.0
|
|
27
|
+
|
|
3
28
|
## 5.6.0-next.6
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "5.6.0
|
|
3
|
+
"version": "5.6.0",
|
|
4
4
|
"description": "Forge bridge API for custom UI apps",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@forge/resolver": "1.7.0",
|
|
19
19
|
"@statsig/js-client": "3.18.2",
|
|
20
20
|
"@types/history": "^4.7.11",
|
|
21
|
-
"@forge/manifest": "10.7.0
|
|
21
|
+
"@forge/manifest": "10.7.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"history": "5.3.0",
|