@fluentui/react-drawer 9.5.0 → 9.5.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 +11 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Thu, 06 Jun 2024 15:22:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Jun 2024 13:16:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.1)
8
+
9
+ Wed, 12 Jun 2024 13:16:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.0..@fluentui/react-drawer_v9.5.1)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.11.1 ([PR #31681](https://github.com/microsoft/fluentui/pull/31681) by beachball)
15
+
7
16
  ## [9.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.0)
8
17
 
9
- Thu, 06 Jun 2024 15:22:15 GMT
18
+ Thu, 06 Jun 2024 15:26:33 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.4.0..@fluentui/react-drawer_v9.5.0)
11
20
 
12
21
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.5.0",
3
+ "version": "9.5.1",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,7 +35,7 @@
35
35
  "@fluentui/scripts-cypress": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-dialog": "^9.11.0",
38
+ "@fluentui/react-dialog": "^9.11.1",
39
39
  "@fluentui/react-jsx-runtime": "^9.0.39",
40
40
  "@fluentui/react-motion-preview": "^0.5.22",
41
41
  "@fluentui/react-shared-contexts": "^9.19.0",