@fluentui/react-alert 9.0.0-beta.16 → 9.0.0-beta.17

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,54 @@
2
2
  "name": "@fluentui/react-alert",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 02 Nov 2022 11:54:47 GMT",
5
+ "date": "Fri, 11 Nov 2022 14:53:38 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.17",
7
+ "version": "9.0.0-beta.17",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-alert",
13
+ "commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
14
+ "comment": "test: replace deprecated module.parent with require.main within isConformance"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-alert",
21
+ "comment": "Bump @fluentui/react-avatar to v9.2.6",
22
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-alert",
27
+ "comment": "Bump @fluentui/react-button to v9.1.8",
28
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-alert",
33
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
34
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-alert",
39
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
40
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
41
+ },
42
+ {
43
+ "author": "beachball",
44
+ "package": "@fluentui/react-alert",
45
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
46
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
47
+ }
48
+ ]
49
+ }
50
+ },
51
+ {
52
+ "date": "Wed, 02 Nov 2022 11:57:47 GMT",
6
53
  "tag": "@fluentui/react-alert_v9.0.0-beta.16",
7
54
  "version": "9.0.0-beta.16",
8
55
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- This log was last generated on Wed, 02 Nov 2022 11:54:47 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 11 Nov 2022 14:53:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.17)
8
+
9
+ Fri, 11 Nov 2022 14:53:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.16..@fluentui/react-alert_v9.0.0-beta.17)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-avatar to v9.2.6 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
15
+ - Bump @fluentui/react-button to v9.1.8 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
16
+ - Bump @fluentui/react-theme to v9.1.2 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.2.1 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
18
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18 ([PR #25615](https://github.com/microsoft/fluentui/pull/25615) by beachball)
19
+
7
20
  ## [9.0.0-beta.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.16)
8
21
 
9
- Wed, 02 Nov 2022 11:54:47 GMT
22
+ Wed, 02 Nov 2022 11:57:47 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.15..@fluentui/react-alert_v9.0.0-beta.16)
11
24
 
12
25
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.0-beta.16",
3
+ "version": "9.0.0-beta.17",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -27,15 +27,15 @@
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
- "@fluentui/react-conformance-griffel": "9.0.0-beta.17",
30
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.18",
31
31
  "@fluentui/scripts": "^1.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-avatar": "^9.2.5",
35
- "@fluentui/react-button": "^9.1.7",
34
+ "@fluentui/react-avatar": "^9.2.6",
35
+ "@fluentui/react-button": "^9.1.8",
36
36
  "@fluentui/react-icons": "^2.0.175",
37
- "@fluentui/react-theme": "^9.1.1",
38
- "@fluentui/react-utilities": "^9.2.0",
37
+ "@fluentui/react-theme": "^9.1.2",
38
+ "@fluentui/react-utilities": "^9.2.1",
39
39
  "@griffel/react": "^1.4.2",
40
40
  "tslib": "^2.1.0"
41
41
  },