@fluentui/react-alert 9.0.0-beta.74 → 9.0.0-beta.75

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,40 @@
2
2
  "name": "@fluentui/react-alert",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Sep 2023 13:27:23 GMT",
5
+ "date": "Tue, 12 Sep 2023 08:48:17 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.75",
7
+ "version": "9.0.0-beta.75",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-alert",
13
+ "comment": "Bump @fluentui/react-avatar to v9.5.29",
14
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-alert",
19
+ "comment": "Bump @fluentui/react-button to v9.3.38",
20
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-alert",
25
+ "comment": "Bump @fluentui/react-tabster to v9.12.9",
26
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-alert",
31
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
32
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Wed, 06 Sep 2023 13:31:31 GMT",
6
39
  "tag": "@fluentui/react-alert_v9.0.0-beta.74",
7
40
  "version": "9.0.0-beta.74",
8
41
  "comments": {
@@ -11,31 +44,31 @@
11
44
  "author": "beachball",
12
45
  "package": "@fluentui/react-alert",
13
46
  "comment": "Bump @fluentui/react-avatar to v9.5.28",
14
- "commit": "8582884f9000d15185fe7b074c6fde00d84e961c"
47
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
15
48
  },
16
49
  {
17
50
  "author": "beachball",
18
51
  "package": "@fluentui/react-alert",
19
52
  "comment": "Bump @fluentui/react-button to v9.3.37",
20
- "commit": "8582884f9000d15185fe7b074c6fde00d84e961c"
53
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
21
54
  },
22
55
  {
23
56
  "author": "beachball",
24
57
  "package": "@fluentui/react-alert",
25
58
  "comment": "Bump @fluentui/react-tabster to v9.12.8",
26
- "commit": "8582884f9000d15185fe7b074c6fde00d84e961c"
59
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
27
60
  },
28
61
  {
29
62
  "author": "beachball",
30
63
  "package": "@fluentui/react-alert",
31
64
  "comment": "Bump @fluentui/react-utilities to v9.13.3",
32
- "commit": "8582884f9000d15185fe7b074c6fde00d84e961c"
65
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
33
66
  },
34
67
  {
35
68
  "author": "beachball",
36
69
  "package": "@fluentui/react-alert",
37
70
  "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
38
- "commit": "8582884f9000d15185fe7b074c6fde00d84e961c"
71
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
39
72
  }
40
73
  ]
41
74
  }
package/CHANGELOG.md CHANGED
@@ -1,21 +1,33 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- This log was last generated on Wed, 06 Sep 2023 13:27:23 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 12 Sep 2023 08:48:17 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.75)
8
+
9
+ Tue, 12 Sep 2023 08:48:17 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.74..@fluentui/react-alert_v9.0.0-beta.75)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-avatar to v9.5.29 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball)
15
+ - Bump @fluentui/react-button to v9.3.38 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.12.9 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.7 ([PR #29129](https://github.com/microsoft/fluentui/pull/29129) by beachball)
18
+
7
19
  ## [9.0.0-beta.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.74)
8
20
 
9
- Wed, 06 Sep 2023 13:27:23 GMT
21
+ Wed, 06 Sep 2023 13:31:31 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.73..@fluentui/react-alert_v9.0.0-beta.74)
11
23
 
12
24
  ### Changes
13
25
 
14
- - Bump @fluentui/react-avatar to v9.5.28 ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by beachball)
15
- - Bump @fluentui/react-button to v9.3.37 ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by beachball)
16
- - Bump @fluentui/react-tabster to v9.12.8 ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by beachball)
17
- - Bump @fluentui/react-utilities to v9.13.3 ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by beachball)
18
- - Bump @fluentui/react-jsx-runtime to v9.0.6 ([PR #28988](https://github.com/microsoft/fluentui/pull/28988) by beachball)
26
+ - Bump @fluentui/react-avatar to v9.5.28 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
27
+ - Bump @fluentui/react-button to v9.3.37 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.12.8 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.13.3 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.6 ([PR #29080](https://github.com/microsoft/fluentui/pull/29080) by beachball)
19
31
 
20
32
  ## [9.0.0-beta.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.73)
21
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.0-beta.74",
3
+ "version": "9.0.0-beta.75",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,13 +33,13 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-avatar": "^9.5.28",
37
- "@fluentui/react-button": "^9.3.37",
36
+ "@fluentui/react-avatar": "^9.5.29",
37
+ "@fluentui/react-button": "^9.3.38",
38
38
  "@fluentui/react-icons": "^2.0.207",
39
- "@fluentui/react-tabster": "^9.12.8",
39
+ "@fluentui/react-tabster": "^9.12.9",
40
40
  "@fluentui/react-theme": "^9.1.12",
41
41
  "@fluentui/react-utilities": "^9.13.3",
42
- "@fluentui/react-jsx-runtime": "^9.0.6",
42
+ "@fluentui/react-jsx-runtime": "^9.0.7",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"
45
45
  },