@forge/react 11.9.1 → 11.9.2-next.0-experimental-919607a
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 -0
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
+
## 11.9.2-next.0-experimental-919607a
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @forge/bridge@5.10.3-next.1-experimental-919607a
|
|
8
|
+
|
|
9
|
+
## 11.9.2-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- @forge/bridge@5.10.3-next.0
|
|
14
|
+
|
|
3
15
|
## 11.9.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.9.
|
|
3
|
+
"version": "11.9.2-next.0-experimental-919607a",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@atlaskit/adf-schema": "^48.0.0",
|
|
29
29
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
30
30
|
"@atlaskit/forge-react-types": "^0.48.0",
|
|
31
|
-
"@forge/bridge": "^5.10.
|
|
31
|
+
"@forge/bridge": "^5.10.3-next.1-experimental-919607a",
|
|
32
32
|
"@forge/egress": "^2.3.1",
|
|
33
33
|
"@forge/i18n": "0.0.7",
|
|
34
34
|
"@types/react": "^18.2.64",
|