@forge/react 12.1.2-next.4 → 12.1.3-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,22 @@
1
1
  # @forge/react
2
2
 
3
+ ## 12.1.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - @forge/bridge@6.3.1-next.0
8
+
9
+ ## 12.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 96e8447: bumps forge-react-types
14
+ - abe83e8: Bump adf schema to bump linkify it
15
+ - 425d7e6: Bump adf utils to bump adf schema to bump linkify it in forge react
16
+ - Updated dependencies [abe83e8]
17
+ - Updated dependencies [4999c5c]
18
+ - @forge/bridge@6.3.0
19
+
3
20
  ## 12.1.2-next.4
4
21
 
5
22
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "12.1.2-next.4",
3
+ "version": "12.1.3-next.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -36,7 +36,7 @@
36
36
  "@atlaskit/adf-schema": "^56.7.0",
37
37
  "@atlaskit/adf-utils": "^20.5.12",
38
38
  "@atlaskit/forge-react-types": "^2.3.7",
39
- "@forge/bridge": "^6.3.0-next.2",
39
+ "@forge/bridge": "^6.3.1-next.0",
40
40
  "@forge/egress": "^3.0.0",
41
41
  "@forge/i18n": "1.0.0",
42
42
  "@types/react": "^18.2.64",