@forge/react 12.1.1-next.1-experimental-cf2ad4c → 12.1.1

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,13 +1,20 @@
1
1
  # @forge/react
2
2
 
3
- ## 12.1.1-next.1-experimental-cf2ad4c
3
+ ## 12.1.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 38cb672: Bump forge-react-types
7
8
  - d706cd8: Normalise props when preparing update in reconciler to fix serialisation bug when running in React's development mode
8
9
  - Updated dependencies [3fba9ce]
9
10
  - Updated dependencies [a77799f]
10
- - @forge/bridge@6.2.0-next.11-experimental-cf2ad4c
11
+ - @forge/bridge@6.2.0
12
+
13
+ ## 12.1.1-next.2
14
+
15
+ ### Patch Changes
16
+
17
+ - 38cb672: Bump forge-react-types
11
18
 
12
19
  ## 12.1.1-next.1
13
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "12.1.1-next.1-experimental-cf2ad4c",
3
+ "version": "12.1.1",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@atlaskit/adf-schema": "^48.0.0",
37
37
  "@atlaskit/adf-utils": "^19.19.0",
38
- "@atlaskit/forge-react-types": "^2.3.0",
39
- "@forge/bridge": "^6.2.0-next.11-experimental-cf2ad4c",
38
+ "@atlaskit/forge-react-types": "^2.3.6",
39
+ "@forge/bridge": "^6.2.0",
40
40
  "@forge/egress": "^3.0.0",
41
41
  "@forge/i18n": "1.0.0",
42
42
  "@types/react": "^18.2.64",