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

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,57 @@
2
2
  "name": "@fluentui/react-drawer",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 26 Jun 2023 09:51:05 GMT",
5
+ "date": "Wed, 28 Jun 2023 11:08:28 GMT",
6
+ "tag": "@fluentui/react-drawer_v9.0.0-beta.5",
7
+ "version": "9.0.0-beta.5",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-drawer",
13
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
14
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-drawer",
21
+ "comment": "Bump @fluentui/react-dialog to v9.5.13",
22
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-drawer",
27
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
28
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-drawer",
33
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
34
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
35
+ }
36
+ ]
37
+ }
38
+ },
39
+ {
40
+ "date": "Tue, 27 Jun 2023 11:21:23 GMT",
41
+ "tag": "@fluentui/react-drawer_v9.0.0-beta.4",
42
+ "version": "9.0.0-beta.4",
43
+ "comments": {
44
+ "prerelease": [
45
+ {
46
+ "author": "beachball",
47
+ "package": "@fluentui/react-drawer",
48
+ "comment": "Bump @fluentui/react-dialog to v9.5.12",
49
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
50
+ }
51
+ ]
52
+ }
53
+ },
54
+ {
55
+ "date": "Mon, 26 Jun 2023 09:53:54 GMT",
6
56
  "tag": "@fluentui/react-drawer_v9.0.0-beta.3",
7
57
  "version": "9.0.0-beta.3",
8
58
  "comments": {
@@ -17,19 +67,19 @@
17
67
  "author": "beachball",
18
68
  "package": "@fluentui/react-drawer",
19
69
  "comment": "Bump @fluentui/react-dialog to v9.5.11",
20
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
70
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
21
71
  },
22
72
  {
23
73
  "author": "beachball",
24
74
  "package": "@fluentui/react-drawer",
25
75
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
26
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
76
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
27
77
  },
28
78
  {
29
79
  "author": "beachball",
30
80
  "package": "@fluentui/react-drawer",
31
81
  "comment": "Bump @fluentui/react-utilities to v9.9.4",
32
- "commit": "025ea2c9c6fb2184e67505081a7a307e95c6c009"
82
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
33
83
  }
34
84
  ]
35
85
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,40 @@
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 Wed, 28 Jun 2023 11:08:28 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.5)
8
+
9
+ Wed, 28 Jun 2023 11:08:28 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.0.0-beta.4..@fluentui/react-drawer_v9.0.0-beta.5)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-dialog to v9.5.13 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.10.0 ([PR #28320](https://github.com/microsoft/fluentui/pull/28320) by beachball)
17
+
18
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.4)
19
+
20
+ Tue, 27 Jun 2023 11:21:23 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-drawer_v9.0.0-beta.3..@fluentui/react-drawer_v9.0.0-beta.4)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-dialog to v9.5.12 ([PR #28291](https://github.com/microsoft/fluentui/pull/28291) by beachball)
26
+
7
27
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.3)
8
28
 
9
- Mon, 26 Jun 2023 09:51:05 GMT
29
+ Mon, 26 Jun 2023 09:53:54 GMT
10
30
  [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
31
 
12
32
  ### Changes
13
33
 
14
34
  - 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)
35
+ - Bump @fluentui/react-dialog to v9.5.11 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
36
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
37
+ - Bump @fluentui/react-utilities to v9.9.4 ([PR #28296](https://github.com/microsoft/fluentui/pull/28296) by beachball)
18
38
 
19
39
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-drawer_v9.0.0-beta.2)
20
40
 
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.5",
4
4
  "description": "Drawer components for Fluent UI React",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -35,11 +35,11 @@
35
35
  "@fluentui/scripts-cypress": "*"
36
36
  },
37
37
  "dependencies": {
38
- "@fluentui/react-dialog": "^9.5.11",
39
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.8",
38
+ "@fluentui/react-dialog": "^9.5.13",
39
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.9",
40
40
  "@fluentui/react-shared-contexts": "^9.5.1",
41
41
  "@fluentui/react-theme": "^9.1.9",
42
- "@fluentui/react-utilities": "^9.9.4",
42
+ "@fluentui/react-utilities": "^9.10.0",
43
43
  "@griffel/react": "^1.5.7",
44
44
  "@swc/helpers": "^0.4.14"
45
45
  },