@forge/react 11.13.0-next.2 → 11.13.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.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - fdb2861: Export Global Component prop types
8
+ - 16a4b01: Updated SDK to throw type error
9
+
10
+ ### Patch Changes
11
+
12
+ - c537777: Updated ExpandMenuItem to ExpandableMenuItem
13
+ - Updated dependencies
14
+ - Updated dependencies [f513085]
15
+ - Updated dependencies [16a4b01]
16
+ - @forge/bridge@5.14.0
17
+
3
18
  ## 11.13.0-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.13.0-next.2",
3
+ "version": "11.13.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -32,7 +32,7 @@
32
32
  "@atlaskit/adf-schema": "^48.0.0",
33
33
  "@atlaskit/adf-utils": "^19.19.0",
34
34
  "@atlaskit/forge-react-types": "^0.62.0",
35
- "@forge/bridge": "^5.14.0-next.4",
35
+ "@forge/bridge": "^5.14.0",
36
36
  "@forge/egress": "^2.3.1",
37
37
  "@forge/i18n": "0.0.7",
38
38
  "@types/react": "^18.2.64",