@fluentui/react-drawer 9.0.0-beta.3 → 9.0.0-beta.4

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,22 @@
2
2
  "name": "@fluentui/react-drawer",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 26 Jun 2023 09:51:05 GMT",
5
+ "date": "Tue, 27 Jun 2023 11:19:44 GMT",
6
+ "tag": "@fluentui/react-drawer_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-drawer",
13
+ "comment": "Bump @fluentui/react-dialog to v9.5.12",
14
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 26 Jun 2023 09:53:54 GMT",
6
21
  "tag": "@fluentui/react-drawer_v9.0.0-beta.3",
7
22
  "version": "9.0.0-beta.3",
8
23
  "comments": {
@@ -17,19 +32,19 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui/react-drawer",
19
34
  "comment": "Bump @fluentui/react-dialog to v9.5.11",
20
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
35
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
21
36
  },
22
37
  {
23
38
  "author": "beachball",
24
39
  "package": "@fluentui/react-drawer",
25
40
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
26
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
41
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
27
42
  },
28
43
  {
29
44
  "author": "beachball",
30
45
  "package": "@fluentui/react-drawer",
31
46
  "comment": "Bump @fluentui/react-utilities to v9.9.4",
32
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
47
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
33
48
  }
34
49
  ]
35
50
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,29 @@
1
1
  # Change Log - @fluentui/react-drawer
2
2
 
3
- This log was last generated on Mon, 26 Jun 2023 09:51:05 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 27 Jun 2023 11:19:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.4)
8
+
9
+ Tue, 27 Jun 2023 11:19:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.0.0-beta.3..@fluentui/react-drawer_v9.0.0-beta.4)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-dialog to v9.5.12 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball)
15
+
7
16
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.3)
8
17
 
9
- Mon, 26 Jun 2023 09:51:05 GMT
18
+ Mon, 26 Jun 2023 09:53:54 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.0.0-beta.2..@fluentui/react-drawer_v9.0.0-beta.3)
11
20
 
12
21
  ### Changes
13
22
 
14
23
  - docs: improve types descriptions and fix TS circular references ([PR #28282](https://github.com/microsoft/fluentui/pull/28282) by marcosvmmoura@gmail.com)
15
- - Bump @fluentui/react-dialog to v9.5.11 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
16
- - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
17
- - Bump @fluentui/react-utilities to v9.9.4 ([PR #28307](https://github.com/microsoft/fluentui/pull/28307) by beachball)
24
+ - Bump @fluentui/react-dialog to v9.5.11 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.9.4 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
18
27
 
19
28
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.2)
20
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-drawer",
3
- "version": "9.0.0-beta.3",
3
+ "version": "9.0.0-beta.4",
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.5.11",
38
+ "@fluentui/react-dialog": "^9.5.12",
39
39
  "@fluentui/react-jsx-runtime": "9.0.0-alpha.8",
40
40
  "@fluentui/react-shared-contexts": "^9.5.1",
41
41
  "@fluentui/react-theme": "^9.1.9",