@fluentui/react-drawer 9.6.1 → 9.6.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 +28 -2
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Mon, 18 Nov 2024 09:42:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 06 Dec 2024 12:49:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.6.3)
8
+
9
+ Fri, 06 Dec 2024 12:49:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.6.2..@fluentui/react-drawer_v9.6.3)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.11.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
16
+ - Bump @fluentui/react-motion to v9.6.3 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
17
+ - Bump @fluentui/react-portal to v9.4.39 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.23.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
20
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
22
+
23
+ ## [9.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.6.2)
24
+
25
+ Thu, 28 Nov 2024 09:30:51 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.6.1..@fluentui/react-drawer_v9.6.2)
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui/react-dialog to v9.11.22 ([PR #33331](https://github.com/microsoft/fluentui/pull/33331) by beachball)
31
+ - Bump @fluentui/react-motion to v9.6.2 ([PR #33331](https://github.com/microsoft/fluentui/pull/33331) by beachball)
32
+
7
33
  ## [9.6.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.6.1)
8
34
 
9
- Mon, 18 Nov 2024 09:42:22 GMT
35
+ Mon, 18 Nov 2024 09:44:40 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.6.0..@fluentui/react-drawer_v9.6.1)
11
37
 
12
38
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.6.1",
3
+ "version": "9.6.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.11.21",
24
- "@fluentui/react-jsx-runtime": "^9.0.46",
25
- "@fluentui/react-motion": "^9.6.1",
26
- "@fluentui/react-portal": "^9.4.38",
27
- "@fluentui/react-shared-contexts": "^9.21.0",
28
- "@fluentui/react-tabster": "^9.23.0",
29
- "@fluentui/react-theme": "^9.1.22",
30
- "@fluentui/react-utilities": "^9.18.17",
23
+ "@fluentui/react-dialog": "^9.11.23",
24
+ "@fluentui/react-jsx-runtime": "^9.0.47",
25
+ "@fluentui/react-motion": "^9.6.3",
26
+ "@fluentui/react-portal": "^9.4.39",
27
+ "@fluentui/react-shared-contexts": "^9.21.1",
28
+ "@fluentui/react-tabster": "^9.23.1",
29
+ "@fluentui/react-theme": "^9.1.23",
30
+ "@fluentui/react-utilities": "^9.18.18",
31
31
  "@griffel/react": "^1.5.22",
32
32
  "@swc/helpers": "^0.5.1"
33
33
  },