@forge/react 11.10.0-next.5 → 11.10.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,23 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.10.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 62fcf09: Added props to Global component
8
+ - 37d13e9: Added Global component
9
+ - f77b008: Added bumps to include new Tile component
10
+ - f058dd8: Expose Permissions API in @forge/bridge for Custom UI apps
11
+
12
+ ### Patch Changes
13
+
14
+ - dbfa292: Bumped @atlaskit/forge-react-types
15
+ - Updated dependencies [5a8ee7a]
16
+ - Updated dependencies [f058dd8]
17
+ - Updated dependencies [28b4837]
18
+ - Updated dependencies [140f500]
19
+ - @forge/bridge@5.11.0
20
+
3
21
  ## 11.10.0-next.5
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.10.0-next.5",
3
+ "version": "11.10.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.54.0",
35
- "@forge/bridge": "^5.11.0-next.2",
35
+ "@forge/bridge": "^5.11.0",
36
36
  "@forge/egress": "^2.3.1",
37
37
  "@forge/i18n": "0.0.7",
38
38
  "@types/react": "^18.2.64",