@fluentui/react-nav 9.3.21 → 9.3.23

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 +22 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-nav
2
2
 
3
- This log was last generated on Thu, 26 Mar 2026 08:10:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Apr 2026 15:50:23 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.3.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-nav_v9.3.23)
8
+
9
+ Wed, 01 Apr 2026 15:50:23 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-nav_v9.3.22..@fluentui/react-nav_v9.3.23)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tooltip to v9.10.0 ([PR #35912](https://github.com/microsoft/fluentui/pull/35912) by beachball)
15
+
16
+ ## [9.3.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-nav_v9.3.22)
17
+
18
+ Mon, 30 Mar 2026 14:37:41 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-nav_v9.3.21..@fluentui/react-nav_v9.3.22)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-drawer to v9.11.6 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
24
+ - Bump @fluentui/react-motion to v9.14.0 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
25
+ - Bump @fluentui/react-motion-components-preview to v0.15.3 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
26
+
7
27
  ## [9.3.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-nav_v9.3.21)
8
28
 
9
- Thu, 26 Mar 2026 08:10:44 GMT
29
+ Thu, 26 Mar 2026 08:12:54 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-nav_v9.3.20..@fluentui/react-nav_v9.3.21)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-nav",
3
- "version": "9.3.21",
3
+ "version": "9.3.23",
4
4
  "description": "New fluentui react package",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -16,15 +16,15 @@
16
16
  "@fluentui/react-button": "^9.9.0",
17
17
  "@fluentui/react-context-selector": "^9.2.15",
18
18
  "@fluentui/react-divider": "^9.7.0",
19
- "@fluentui/react-drawer": "^9.11.5",
19
+ "@fluentui/react-drawer": "^9.11.6",
20
20
  "@fluentui/react-icons": "^2.0.245",
21
21
  "@fluentui/react-jsx-runtime": "^9.4.1",
22
- "@fluentui/react-motion": "^9.13.0",
23
- "@fluentui/react-motion-components-preview": "^0.15.2",
22
+ "@fluentui/react-motion": "^9.14.0",
23
+ "@fluentui/react-motion-components-preview": "^0.15.3",
24
24
  "@fluentui/react-shared-contexts": "^9.26.2",
25
25
  "@fluentui/react-tabster": "^9.26.13",
26
26
  "@fluentui/react-theme": "^9.2.1",
27
- "@fluentui/react-tooltip": "^9.9.3",
27
+ "@fluentui/react-tooltip": "^9.10.0",
28
28
  "@fluentui/react-utilities": "^9.26.2",
29
29
  "@griffel/react": "^1.5.32",
30
30
  "@swc/helpers": "^0.5.1"