@forge/react 12.2.0-next.3 → 12.2.0-next.3-experimental-6664e2b

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 +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/react
2
2
 
3
+ ## 12.2.0-next.3-experimental-6664e2b
4
+
5
+ ### Minor Changes
6
+
7
+ - 92f9eba: Add `MenuSection` to `@forge/react/global` for grouping sidebar menu items under an optional heading.
8
+ - 191cb4a: Bumped @forge/react package to 2.7.0 to include forYouMenuItem prop
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies [f1d1bd8]
13
+ - Updated dependencies [406407c]
14
+ - Updated dependencies [b844adb]
15
+ - @forge/bridge@7.0.0-next.5-experimental-6664e2b
16
+
3
17
  ## 12.2.0-next.3
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/react",
3
- "version": "12.2.0-next.3",
3
+ "version": "12.2.0-next.3-experimental-6664e2b",
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.7.0",
39
- "@forge/bridge": "^7.0.0-next.1",
39
+ "@forge/bridge": "^7.0.0-next.5-experimental-6664e2b",
40
40
  "@forge/egress": "^3.0.0",
41
41
  "@forge/i18n": "1.0.0",
42
42
  "@types/react": "^18.2.64",