@fluentui/react-drawer 9.10.7 → 9.10.8

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 +12 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Thu, 06 Nov 2025 14:56:56 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 06 Nov 2025 17:23:24 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.10.8)
8
+
9
+ Thu, 06 Nov 2025 17:23:24 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.10.7..@fluentui/react-drawer_v9.10.8)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.16.2 ([PR #34705](https://github.com/microsoft/fluentui/pull/34705) by beachball)
15
+ - Bump @fluentui/react-motion-components-preview to v0.14.0 ([PR #34705](https://github.com/microsoft/fluentui/pull/34705) by beachball)
16
+
7
17
  ## [9.10.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.10.7)
8
18
 
9
- Thu, 06 Nov 2025 14:56:56 GMT
19
+ Thu, 06 Nov 2025 15:01:20 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.10.6..@fluentui/react-drawer_v9.10.7)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.10.7",
3
+ "version": "9.10.8",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,11 +20,11 @@
20
20
  "@fluentui/scripts-cypress": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@fluentui/react-dialog": "^9.16.1",
23
+ "@fluentui/react-dialog": "^9.16.2",
24
24
  "@fluentui/react-jsx-runtime": "^9.3.2",
25
25
  "@fluentui/react-motion": "^9.11.3",
26
26
  "@fluentui/react-portal": "^9.8.7",
27
- "@fluentui/react-motion-components-preview": "^0.13.0",
27
+ "@fluentui/react-motion-components-preview": "^0.14.0",
28
28
  "@fluentui/react-shared-contexts": "^9.25.2",
29
29
  "@fluentui/react-tabster": "^9.26.9",
30
30
  "@fluentui/react-theme": "^9.2.0",