@forge/react 11.15.0-next.5 → 11.15.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,19 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.15.0
4
+
5
+ ### Minor Changes
6
+
7
+ - afd8945: Bump forge-react-types dependency for new ModalBody prop type
8
+
9
+ ### Patch Changes
10
+
11
+ - ee5e9d6: Move all Global components to same export entry point
12
+ - 71e812c: Consolidate UIKit component types properly through @atlaskit/forge-react-types
13
+ - c476869: Consolidate types from @atlaskit/forge-react-types package
14
+ - Updated dependencies [fd8e87e]
15
+ - @forge/bridge@5.16.0
16
+
3
17
  ## 11.15.0-next.5
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.15.0-next.5",
3
+ "version": "11.15.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": "^1.0.9",
35
- "@forge/bridge": "^5.16.0-next.3",
35
+ "@forge/bridge": "^5.16.0",
36
36
  "@forge/egress": "^2.3.2",
37
37
  "@forge/i18n": "0.0.7",
38
38
  "@types/react": "^18.2.64",