@fluentui/react-drawer 9.11.0 → 9.11.1

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 +17 -2
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Fri, 05 Dec 2025 22:36:10 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Dec 2025 18:06:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.11.1)
8
+
9
+ Wed, 17 Dec 2025 18:06:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.11.0..@fluentui/react-drawer_v9.11.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.16.5 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.3.4 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
16
+ - Bump @fluentui/react-motion to v9.11.5 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
17
+ - Bump @fluentui/react-portal to v9.8.9 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
18
+ - Bump @fluentui/react-motion-components-preview to v0.14.2 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.26.11 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.26.0 ([PR #35582](https://github.com/microsoft/fluentui/pull/35582) by beachball)
21
+
7
22
  ## [9.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.11.0)
8
23
 
9
- Fri, 05 Dec 2025 22:36:10 GMT
24
+ Fri, 05 Dec 2025 22:38:31 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.10.9..@fluentui/react-drawer_v9.11.0)
11
26
 
12
27
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.11.0",
3
+ "version": "9.11.1",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,15 +20,15 @@
20
20
  "@fluentui/scripts-cypress": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@fluentui/react-dialog": "^9.16.4",
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",
23
+ "@fluentui/react-dialog": "^9.16.5",
24
+ "@fluentui/react-jsx-runtime": "^9.3.4",
25
+ "@fluentui/react-motion": "^9.11.5",
26
+ "@fluentui/react-portal": "^9.8.9",
27
+ "@fluentui/react-motion-components-preview": "^0.14.2",
28
28
  "@fluentui/react-shared-contexts": "^9.26.0",
29
- "@fluentui/react-tabster": "^9.26.10",
29
+ "@fluentui/react-tabster": "^9.26.11",
30
30
  "@fluentui/react-theme": "^9.2.0",
31
- "@fluentui/react-utilities": "^9.25.4",
31
+ "@fluentui/react-utilities": "^9.26.0",
32
32
  "@griffel/react": "^1.5.32",
33
33
  "@swc/helpers": "^0.5.1"
34
34
  },