@forge/bridge 6.1.0-next.8 → 6.1.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 +18 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
+
## 6.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8eaf3c7: Remove production restriction on objectStore bridge methods
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 621000d: Update bridge call to include metadata argument
|
|
12
|
+
- Updated dependencies [4cd2242]
|
|
13
|
+
- Updated dependencies [e744c59]
|
|
14
|
+
- Updated dependencies [c60a7a5]
|
|
15
|
+
- Updated dependencies [caa7518]
|
|
16
|
+
- Updated dependencies [78097a6]
|
|
17
|
+
- Updated dependencies [a60362e]
|
|
18
|
+
- Updated dependencies [13e49d8]
|
|
19
|
+
- @forge/manifest@13.1.0
|
|
20
|
+
|
|
3
21
|
## 6.1.0-next.8
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "6.1.0
|
|
3
|
+
"version": "6.1.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": "1.0.0",
|
|
20
20
|
"@forge/resolver": "2.0.0",
|
|
21
21
|
"@types/history": "^4.7.11",
|
|
22
|
-
"@forge/manifest": "13.1.0
|
|
22
|
+
"@forge/manifest": "13.1.0",
|
|
23
23
|
"@types/iframe-resizer": "^3.5.8",
|
|
24
24
|
"iframe-resizer": "^4.4.5"
|
|
25
25
|
},
|