@forge/react 11.2.6-next.2 → 11.2.7-next.0

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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.2.7-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [331ccdf]
8
+ - @forge/bridge@5.3.0-next.0
9
+
10
+ ## 11.2.6
11
+
12
+ ### Patch Changes
13
+
14
+ - 4afa95f: bump @atlaskit/forge-react-types to resolve VULNs on @atlaskit/renderer
15
+ - 6686c30: Fix types for Icon component
16
+ - 981ff57: bump @atlaskit/forge-react-types to resolve VULNs on @atlaskit/renderer
17
+
3
18
  ## 11.2.6-next.2
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.2.6-next.2",
3
+ "version": "11.2.7-next.0",
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.42.10",
25
- "@forge/bridge": "^5.2.0",
25
+ "@forge/bridge": "^5.3.0-next.0",
26
26
  "@forge/i18n": "0.0.7",
27
27
  "@types/react": "^18.2.64",
28
28
  "@types/react-reconciler": "^0.28.8",