@forge/react 11.2.2-next.0-experimental-c6e5f04 → 11.2.2
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 +14 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
# @forge/react
|
|
2
2
|
|
|
3
|
-
## 11.2.2
|
|
3
|
+
## 11.2.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- e25cbec: Update type on Image component
|
|
8
|
+
- 984c454: Forcing patch bump to update internal registry
|
|
9
|
+
- Updated dependencies [984c454]
|
|
8
10
|
- Updated dependencies [e25cbec]
|
|
9
|
-
- @forge/bridge@4.5.3
|
|
11
|
+
- @forge/bridge@4.5.3
|
|
12
|
+
- @forge/i18n@0.0.6
|
|
13
|
+
|
|
14
|
+
## 11.2.2-next.1
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 984c454: Forcing patch bump to update internal registry
|
|
19
|
+
- Updated dependencies [984c454]
|
|
20
|
+
- @forge/bridge@4.5.3-next.1
|
|
21
|
+
- @forge/i18n@0.0.6-next.0
|
|
10
22
|
|
|
11
23
|
## 11.2.2-next.0
|
|
12
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.2.2
|
|
3
|
+
"version": "11.2.2",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -22,8 +22,8 @@
|
|
|
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
|
|
26
|
-
"@forge/i18n": "0.0.
|
|
25
|
+
"@forge/bridge": "^4.5.3",
|
|
26
|
+
"@forge/i18n": "0.0.6",
|
|
27
27
|
"@types/react-reconciler": "^0.28.8",
|
|
28
28
|
"lodash": "^4.17.21",
|
|
29
29
|
"react": "^18.2.0",
|