@forge/react 11.2.5 → 11.2.6-next.0-experimental-42e3178
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.2.6-next.0-experimental-42e3178
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 981ff57: bump @atlaskit/forge-react-types to resolve VULNs on @atlaskit/renderer
|
|
8
|
+
|
|
9
|
+
## 11.2.6-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 981ff57: bump @atlaskit/forge-react-types to resolve VULNs on @atlaskit/renderer
|
|
14
|
+
|
|
3
15
|
## 11.2.5
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/react",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.6-next.0-experimental-42e3178",
|
|
4
4
|
"description": "Forge React reconciler",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@atlaskit/adf-schema": "^48.0.0",
|
|
23
23
|
"@atlaskit/adf-utils": "^19.19.0",
|
|
24
|
-
"@atlaskit/forge-react-types": "^0.
|
|
24
|
+
"@atlaskit/forge-react-types": "^0.42.5",
|
|
25
25
|
"@forge/bridge": "^5.2.0",
|
|
26
26
|
"@forge/i18n": "0.0.7",
|
|
27
27
|
"@types/react-reconciler": "^0.28.8",
|