@fluentui/react-drawer 9.10.8 → 9.10.9

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 +19 -2
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,29 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Thu, 06 Nov 2025 17:23:24 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 11 Nov 2025 19:13:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.10.9)
8
+
9
+ Tue, 11 Nov 2025 19:13:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.10.8..@fluentui/react-drawer_v9.10.9)
11
+
12
+ ### Patches
13
+
14
+ - chore: Bump @griffel/react package. ([PR #35469](https://github.com/microsoft/fluentui/pull/35469) by estebanmu@microsoft.com)
15
+ - Bump @fluentui/react-dialog to v9.16.3 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.3.3 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
17
+ - Bump @fluentui/react-motion to v9.11.4 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
18
+ - Bump @fluentui/react-portal to v9.8.8 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
19
+ - Bump @fluentui/react-motion-components-preview to v0.14.1 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
20
+ - Bump @fluentui/react-shared-contexts to v9.26.0 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
21
+ - Bump @fluentui/react-tabster to v9.26.10 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
22
+ - Bump @fluentui/react-utilities to v9.25.4 ([PR #35462](https://github.com/microsoft/fluentui/pull/35462) by beachball)
23
+
7
24
  ## [9.10.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.10.8)
8
25
 
9
- Thu, 06 Nov 2025 17:23:24 GMT
26
+ Thu, 06 Nov 2025 17:24:17 GMT
10
27
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.10.7..@fluentui/react-drawer_v9.10.8)
11
28
 
12
29
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.10.8",
3
+ "version": "9.10.9",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,16 +20,16 @@
20
20
  "@fluentui/scripts-cypress": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@fluentui/react-dialog": "^9.16.2",
24
- "@fluentui/react-jsx-runtime": "^9.3.2",
25
- "@fluentui/react-motion": "^9.11.3",
26
- "@fluentui/react-portal": "^9.8.7",
27
- "@fluentui/react-motion-components-preview": "^0.14.0",
28
- "@fluentui/react-shared-contexts": "^9.25.2",
29
- "@fluentui/react-tabster": "^9.26.9",
23
+ "@fluentui/react-dialog": "^9.16.3",
24
+ "@fluentui/react-jsx-runtime": "^9.3.3",
25
+ "@fluentui/react-motion": "^9.11.4",
26
+ "@fluentui/react-portal": "^9.8.8",
27
+ "@fluentui/react-motion-components-preview": "^0.14.1",
28
+ "@fluentui/react-shared-contexts": "^9.26.0",
29
+ "@fluentui/react-tabster": "^9.26.10",
30
30
  "@fluentui/react-theme": "^9.2.0",
31
- "@fluentui/react-utilities": "^9.25.3",
32
- "@griffel/react": "^1.5.22",
31
+ "@fluentui/react-utilities": "^9.25.4",
32
+ "@griffel/react": "^1.5.32",
33
33
  "@swc/helpers": "^0.5.1"
34
34
  },
35
35
  "peerDependencies": {