@fluentui/react-drawer 9.5.10 → 9.5.12

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 +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Thu, 15 Aug 2024 08:18:52 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 16 Aug 2024 10:23:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.12)
8
+
9
+ Fri, 16 Aug 2024 10:23:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.11..@fluentui/react-drawer_v9.5.12)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.11.12 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)
15
+ - Bump @fluentui/react-motion to v9.5.0 ([PR #32316](https://github.com/microsoft/fluentui/pull/32316) by beachball)
16
+
17
+ ## [9.5.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.11)
18
+
19
+ Thu, 15 Aug 2024 13:49:46 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.10..@fluentui/react-drawer_v9.5.11)
21
+
22
+ ### Patches
23
+
24
+ - Bump @fluentui/react-dialog to v9.11.11 ([PR #32313](https://github.com/microsoft/fluentui/pull/32313) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.22.5 ([PR #32313](https://github.com/microsoft/fluentui/pull/32313) by beachball)
26
+
7
27
  ## [9.5.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.10)
8
28
 
9
- Thu, 15 Aug 2024 08:18:52 GMT
29
+ Thu, 15 Aug 2024 08:22:10 GMT
10
30
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.9..@fluentui/react-drawer_v9.5.10)
11
31
 
12
32
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.5.10",
3
+ "version": "9.5.12",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,11 +35,11 @@
35
35
  "@fluentui/scripts-cypress": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-dialog": "^9.11.10",
38
+ "@fluentui/react-dialog": "^9.11.12",
39
39
  "@fluentui/react-jsx-runtime": "^9.0.42",
40
- "@fluentui/react-motion": "^9.4.0",
40
+ "@fluentui/react-motion": "^9.5.0",
41
41
  "@fluentui/react-shared-contexts": "^9.20.0",
42
- "@fluentui/react-tabster": "^9.22.4",
42
+ "@fluentui/react-tabster": "^9.22.5",
43
43
  "@fluentui/react-theme": "^9.1.19",
44
44
  "@fluentui/react-utilities": "^9.18.13",
45
45
  "@griffel/react": "^1.5.22",