@forge/react 11.2.2-next.0 → 11.2.2-next.0-experimental-9e772ae
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 +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
+
## 11.2.2-next.0-experimental-9e772ae
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e25cbec: Update type on Image component
|
|
8
|
+
- Updated dependencies [e25cbec]
|
|
9
|
+
- @forge/bridge@4.5.3-next.0-experimental-9e772ae
|
|
10
|
+
|
|
3
11
|
## 11.2.2-next.0
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.2.2-next.0",
|
|
3
|
+
"version": "11.2.2-next.0-experimental-9e772ae",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@atlaskit/adf-schema": "^48.0.0",
|
|
23
23
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
24
24
|
"@atlaskit/forge-react-types": "^0.41.14",
|
|
25
|
-
"@forge/bridge": "^4.5.3-next.0",
|
|
25
|
+
"@forge/bridge": "^4.5.3-next.0-experimental-9e772ae",
|
|
26
26
|
"@forge/i18n": "0.0.5",
|
|
27
27
|
"@types/react-reconciler": "^0.28.8",
|
|
28
28
|
"lodash": "^4.17.21",
|