@fluentui/react-drawer 9.1.4 → 9.1.6

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 +31 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,45 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Tue, 06 Feb 2024 17:52:10 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 28 Feb 2024 02:28:41 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.1.6)
8
+
9
+ Wed, 28 Feb 2024 02:28:41 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.1.5..@fluentui/react-drawer_v9.1.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.9.12 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.31 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
16
+ - Bump @fluentui/react-motion-preview to v0.5.14 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.14.1 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.19.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.18.2 ([PR #30639](https://github.com/microsoft/fluentui/pull/30639) by beachball)
20
+
21
+ ## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.1.5)
22
+
23
+ Tue, 20 Feb 2024 14:22:30 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.1.4..@fluentui/react-drawer_v9.1.5)
25
+
26
+ ### Patches
27
+
28
+ - Bump @fluentui/react-dialog to v9.9.11 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.0.30 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
30
+ - Bump @fluentui/react-motion-preview to v0.5.13 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.19.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.18.1 ([PR #30543](https://github.com/microsoft/fluentui/pull/30543) by beachball)
33
+
7
34
  ## [9.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.1.4)
8
35
 
9
- Tue, 06 Feb 2024 17:52:10 GMT
36
+ Tue, 06 Feb 2024 17:55:21 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.1.3..@fluentui/react-drawer_v9.1.4)
11
38
 
12
39
  ### Patches
13
40
 
14
- - Bump @fluentui/react-dialog to v9.9.10 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
15
- - Bump @fluentui/react-tabster to v9.19.0 ([PR #26681](https://github.com/microsoft/fluentui/pull/26681) by beachball)
41
+ - Bump @fluentui/react-dialog to v9.9.10 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
42
+ - Bump @fluentui/react-tabster to v9.19.0 ([PR #30392](https://github.com/microsoft/fluentui/pull/30392) by beachball)
16
43
 
17
44
  ## [9.1.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.1.3)
18
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.1.4",
3
+ "version": "9.1.6",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,13 +35,13 @@
35
35
  "@fluentui/scripts-cypress": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-dialog": "^9.9.10",
39
- "@fluentui/react-jsx-runtime": "^9.0.29",
40
- "@fluentui/react-motion-preview": "^0.5.12",
41
- "@fluentui/react-shared-contexts": "^9.14.0",
42
- "@fluentui/react-tabster": "^9.19.0",
38
+ "@fluentui/react-dialog": "^9.9.12",
39
+ "@fluentui/react-jsx-runtime": "^9.0.31",
40
+ "@fluentui/react-motion-preview": "^0.5.14",
41
+ "@fluentui/react-shared-contexts": "^9.14.1",
42
+ "@fluentui/react-tabster": "^9.19.2",
43
43
  "@fluentui/react-theme": "^9.1.16",
44
- "@fluentui/react-utilities": "^9.18.0",
44
+ "@fluentui/react-utilities": "^9.18.2",
45
45
  "@griffel/react": "^1.5.14",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },