@forge/react 11.2.0-next.4 → 11.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,30 @@
1
1
  # @forge/react
2
2
 
3
+ ## 11.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6f48d44: Add DonutChart component
8
+ - 320d681: The following new components have been added:
9
+
10
+ - `Comment`
11
+ - `CommentEditor`
12
+ - `ChromelessEditor`
13
+ - `Pressable`
14
+
15
+ The User component now accepts a `hideDisplayName` prop to hide the display name of the user.
16
+
17
+ For more details of these changes and new components, view our [component documentation](https://developer.atlassian.com/platform/forge/ui-kit/components/).
18
+
19
+ ### Patch Changes
20
+
21
+ - 4c38eba: Update README to include link to changelog
22
+ - Updated dependencies [4c38eba]
23
+ - Updated dependencies [336f74f]
24
+ - Updated dependencies [e404ba0]
25
+ - @forge/bridge@4.5.1
26
+ - @forge/i18n@0.0.5
27
+
3
28
  ## 11.2.0-next.4
4
29
 
5
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "11.2.0-next.4",
3
+ "version": "11.2.0",
4
4
  "description": "Forge React reconciler",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -22,8 +22,8 @@
22
22
  "@atlaskit/adf-schema": "^48.0.0",
23
23
  "@atlaskit/adf-utils": "^19.19.0",
24
24
  "@atlaskit/forge-react-types": "^0.41.14",
25
- "@forge/bridge": "^4.5.1-next.2",
26
- "@forge/i18n": "0.0.5-next.1",
25
+ "@forge/bridge": "^4.5.1",
26
+ "@forge/i18n": "0.0.5",
27
27
  "@types/react-reconciler": "^0.28.8",
28
28
  "lodash": "^4.17.21",
29
29
  "react": "^18.2.0",