@fluentui/react-drawer 9.0.0-beta.26 → 9.0.0-beta.27

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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,46 @@
2
2
  "name": "@fluentui/react-drawer",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 20 Sep 2023 14:13:57 GMT",
5
+ "date": "Wed, 20 Sep 2023 17:40:44 GMT",
6
+ "tag": "@fluentui/react-drawer_v9.0.0-beta.27",
7
+ "version": "9.0.0-beta.27",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-drawer",
13
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
14
+ "comment": "chore: trigger manual version bump after broken release"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-drawer",
19
+ "comment": "Bump @fluentui/react-dialog to v9.7.1",
20
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-drawer",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
26
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-drawer",
31
+ "comment": "Bump @fluentui/react-motion-preview to v0.2.6",
32
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-drawer",
37
+ "comment": "Bump @fluentui/react-shared-contexts to v9.8.1",
38
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Wed, 20 Sep 2023 14:59:52 GMT",
6
45
  "tag": "@fluentui/react-drawer_v9.0.0-beta.26",
7
46
  "version": "9.0.0-beta.26",
8
47
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Wed, 20 Sep 2023 14:13:57 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 20 Sep 2023 17:40:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.27)
8
+
9
+ Wed, 20 Sep 2023 17:40:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.0.0-beta.26..@fluentui/react-drawer_v9.0.0-beta.27)
11
+
12
+ ### Changes
13
+
14
+ - chore: trigger manual version bump after broken release ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-dialog to v9.7.1 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.10 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
17
+ - Bump @fluentui/react-motion-preview to v0.2.6 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
18
+ - Bump @fluentui/react-shared-contexts to v9.8.1 ([PR #29197](https://github.com/microsoft/fluentui/pull/29197) by beachball)
19
+
7
20
  ## [9.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.26)
8
21
 
9
- Wed, 20 Sep 2023 14:13:57 GMT
22
+ Wed, 20 Sep 2023 14:59:52 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.0.0-beta.25..@fluentui/react-drawer_v9.0.0-beta.26)
11
24
 
12
25
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.0.0-beta.26",
3
+ "version": "9.0.0-beta.27",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,10 +35,10 @@
35
35
  "@fluentui/scripts-cypress": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-dialog": "^9.7.0",
39
- "@fluentui/react-jsx-runtime": "^9.0.9",
40
- "@fluentui/react-motion-preview": "^0.2.5",
41
- "@fluentui/react-shared-contexts": "^9.8.0",
38
+ "@fluentui/react-dialog": "^9.7.1",
39
+ "@fluentui/react-jsx-runtime": "^9.0.10",
40
+ "@fluentui/react-motion-preview": "^0.2.6",
41
+ "@fluentui/react-shared-contexts": "^9.8.1",
42
42
  "@fluentui/react-theme": "^9.1.12",
43
43
  "@fluentui/react-utilities": "^9.13.3",
44
44
  "@griffel/react": "^1.5.14",