@fluentui/react-drawer 9.5.4 → 9.5.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 +32 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,17 +1,46 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Thu, 04 Jul 2024 15:13:32 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 23 Jul 2024 20:09:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.6)
8
+
9
+ Tue, 23 Jul 2024 20:09:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.5..@fluentui/react-drawer_v9.5.6)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-dialog to v9.11.6 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.42 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
16
+ - Bump @fluentui/react-motion-preview to v0.5.25 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
17
+ - Bump @fluentui/react-shared-contexts to v9.20.0 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
18
+ - Bump @fluentui/react-tabster to v9.22.3 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.18.13 ([PR #32067](https://github.com/microsoft/fluentui/pull/32067) by beachball)
20
+
21
+ ## [9.5.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.5)
22
+
23
+ Mon, 15 Jul 2024 17:25:28 GMT
24
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.4..@fluentui/react-drawer_v9.5.5)
25
+
26
+ ### Patches
27
+
28
+ - fix: revert incorectly set npm versions in all packages ([PR #31937](https://github.com/microsoft/fluentui/pull/31937) by martinhochel@microsoft.com)
29
+ - Bump @fluentui/react-dialog to v9.11.5 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.41 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
31
+ - Bump @fluentui/react-motion-preview to v0.5.24 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
32
+ - Bump @fluentui/react-shared-contexts to v9.19.1 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
33
+ - Bump @fluentui/react-tabster to v9.22.2 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
34
+ - Bump @fluentui/react-utilities to v9.18.12 ([PR #31998](https://github.com/microsoft/fluentui/pull/31998) by beachball)
35
+
7
36
  ## [9.5.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.4)
8
37
 
9
- Thu, 04 Jul 2024 15:13:32 GMT
38
+ Thu, 04 Jul 2024 15:14:36 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.5.3..@fluentui/react-drawer_v9.5.4)
11
40
 
12
41
  ### Patches
13
42
 
14
- - Bump @fluentui/react-dialog to v9.11.4 ([PR #31918](https://github.com/microsoft/fluentui/pull/31918) by beachball)
43
+ - Bump @fluentui/react-dialog to v9.11.4 ([PR #31893](https://github.com/microsoft/fluentui/pull/31893) by beachball)
15
44
 
16
45
  ## [9.5.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.5.3)
17
46
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.5.4",
3
+ "version": "9.5.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.11.4",
39
- "@fluentui/react-jsx-runtime": "^9.0.40",
40
- "@fluentui/react-motion-preview": "^0.5.23",
41
- "@fluentui/react-shared-contexts": "^9.19.0",
42
- "@fluentui/react-tabster": "^9.22.1",
38
+ "@fluentui/react-dialog": "^9.11.6",
39
+ "@fluentui/react-jsx-runtime": "^9.0.42",
40
+ "@fluentui/react-motion-preview": "^0.5.25",
41
+ "@fluentui/react-shared-contexts": "^9.20.0",
42
+ "@fluentui/react-tabster": "^9.22.3",
43
43
  "@fluentui/react-theme": "^9.1.19",
44
- "@fluentui/react-utilities": "^9.18.11",
44
+ "@fluentui/react-utilities": "^9.18.13",
45
45
  "@griffel/react": "^1.5.22",
46
46
  "@swc/helpers": "^0.5.1"
47
47
  },