@fluentui/react-drawer 9.9.1 → 9.9.3

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 +27 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Mon, 28 Jul 2025 18:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 30 Jul 2025 16:53:09 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.9.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.9.3)
8
+
9
+ Wed, 30 Jul 2025 16:53:09 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.9.2..@fluentui/react-drawer_v9.9.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.14.3 ([PR #34945](https://github.com/microsoft/fluentui/pull/34945) by beachball)
15
+
16
+ ## [9.9.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.9.2)
17
+
18
+ Wed, 30 Jul 2025 13:10:57 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.9.1..@fluentui/react-drawer_v9.9.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-dialog to v9.14.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
24
+ - Bump @fluentui/react-jsx-runtime to v9.1.4 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
25
+ - Bump @fluentui/react-motion to v9.10.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
26
+ - Bump @fluentui/react-portal to v9.7.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.24.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.26.2 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
29
+ - Bump @fluentui/react-theme to v9.2.0 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
30
+ - Bump @fluentui/react-utilities to v9.23.1 ([PR #34881](https://github.com/microsoft/fluentui/pull/34881) by beachball)
31
+
7
32
  ## [9.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.9.1)
8
33
 
9
- Mon, 28 Jul 2025 18:44:12 GMT
34
+ Mon, 28 Jul 2025 18:48:21 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.9.0..@fluentui/react-drawer_v9.9.1)
11
36
 
12
37
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.9.1",
3
+ "version": "9.9.3",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -20,14 +20,14 @@
20
20
  "@fluentui/scripts-cypress": "*"
21
21
  },
22
22
  "dependencies": {
23
- "@fluentui/react-dialog": "^9.14.1",
24
- "@fluentui/react-jsx-runtime": "^9.1.3",
25
- "@fluentui/react-motion": "^9.10.0",
26
- "@fluentui/react-portal": "^9.7.1",
27
- "@fluentui/react-shared-contexts": "^9.24.0",
28
- "@fluentui/react-tabster": "^9.26.1",
29
- "@fluentui/react-theme": "^9.1.24",
30
- "@fluentui/react-utilities": "^9.23.0",
23
+ "@fluentui/react-dialog": "^9.14.3",
24
+ "@fluentui/react-jsx-runtime": "^9.1.4",
25
+ "@fluentui/react-motion": "^9.10.1",
26
+ "@fluentui/react-portal": "^9.7.2",
27
+ "@fluentui/react-shared-contexts": "^9.24.1",
28
+ "@fluentui/react-tabster": "^9.26.2",
29
+ "@fluentui/react-theme": "^9.2.0",
30
+ "@fluentui/react-utilities": "^9.23.1",
31
31
  "@griffel/react": "^1.5.22",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },