@forge/react 11.6.0-next.2-experimental-44e92a2 → 11.6.0-next.3-experimental-04e7c02
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 +13 -2
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
-
## 11.6.0-next.
|
|
3
|
+
## 11.6.0-next.3-experimental-04e7c02
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,9 +10,20 @@
|
|
|
10
10
|
### Patch Changes
|
|
11
11
|
|
|
12
12
|
- 94243f1: Split development and contribution guidelines
|
|
13
|
+
- Updated dependencies [be6eab0]
|
|
14
|
+
- Updated dependencies [6e14850]
|
|
15
|
+
- Updated dependencies [a03c9c5]
|
|
13
16
|
- Updated dependencies [94243f1]
|
|
14
17
|
- Updated dependencies [d9e48cd]
|
|
15
|
-
|
|
18
|
+
- Updated dependencies [30c8262]
|
|
19
|
+
- @forge/bridge@5.7.0-next.9-experimental-04e7c02
|
|
20
|
+
|
|
21
|
+
## 11.6.0-next.3
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Updated dependencies [be6eab0]
|
|
26
|
+
- @forge/bridge@5.7.0-next.7
|
|
16
27
|
|
|
17
28
|
## 11.6.0-next.2
|
|
18
29
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.6.0-next.
|
|
3
|
+
"version": "11.6.0-next.3-experimental-04e7c02",
|
|
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.44.0",
|
|
31
|
-
"@forge/bridge": "^5.
|
|
31
|
+
"@forge/bridge": "^5.7.0-next.9-experimental-04e7c02",
|
|
32
32
|
"@forge/i18n": "0.0.7",
|
|
33
33
|
"@types/react": "^18.2.64",
|
|
34
34
|
"@types/react-reconciler": "^0.28.8",
|