@forge/bridge 5.10.0-next.4-experimental-9065145 → 5.10.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 +12 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @forge/bridge
|
|
2
2
|
|
|
3
|
-
## 5.10.0
|
|
3
|
+
## 5.10.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,10 +10,20 @@
|
|
|
10
10
|
|
|
11
11
|
- 7769169: Fix import type error for adf renderer iframe resizer
|
|
12
12
|
- 1094c76: Export types for configurable egress and remotes from `permissions` module
|
|
13
|
+
- bb5cb57: Add support for Node 24
|
|
13
14
|
- Updated dependencies [c7544d8]
|
|
14
15
|
- Updated dependencies [7c2186c]
|
|
15
16
|
- Updated dependencies [0c3a0df]
|
|
16
|
-
|
|
17
|
+
- Updated dependencies [bb5cb57]
|
|
18
|
+
- @forge/manifest@11.3.0
|
|
19
|
+
|
|
20
|
+
## 5.10.0-next.5
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- bb5cb57: Add support for Node 24
|
|
25
|
+
- Updated dependencies [bb5cb57]
|
|
26
|
+
- @forge/manifest@11.3.0-next.3
|
|
17
27
|
|
|
18
28
|
## 5.10.0-next.4
|
|
19
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/bridge",
|
|
3
|
-
"version": "5.10.0
|
|
3
|
+
"version": "5.10.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": "11.3.0
|
|
23
|
+
"@forge/manifest": "11.3.0",
|
|
24
24
|
"@types/iframe-resizer": "^3.5.8",
|
|
25
25
|
"iframe-resizer": "^4.4.5",
|
|
26
26
|
"uuid": "^9.0.1"
|