@fluentui/react-alert 9.0.0-beta.60 → 9.0.0-beta.61

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-alert",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 25 Jul 2023 13:26:19 GMT",
5
+ "date": "Thu, 27 Jul 2023 10:33:13 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.61",
7
+ "version": "9.0.0-beta.61",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-alert",
13
+ "comment": "Bump @fluentui/react-avatar to v9.5.15",
14
+ "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Tue, 25 Jul 2023 13:29:16 GMT",
6
21
  "tag": "@fluentui/react-alert_v9.0.0-beta.60",
7
22
  "version": "9.0.0-beta.60",
8
23
  "comments": {
@@ -17,19 +32,19 @@
17
32
  "author": "beachball",
18
33
  "package": "@fluentui/react-alert",
19
34
  "comment": "Bump @fluentui/react-avatar to v9.5.14",
20
- "commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2"
35
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
21
36
  },
22
37
  {
23
38
  "author": "beachball",
24
39
  "package": "@fluentui/react-alert",
25
40
  "comment": "Bump @fluentui/react-button to v9.3.25",
26
- "commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2"
41
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
27
42
  },
28
43
  {
29
44
  "author": "beachball",
30
45
  "package": "@fluentui/react-alert",
31
46
  "comment": "Bump @fluentui/react-tabster to v9.11.0",
32
- "commit": "c0c62f9383781f0dbebd800eaa2c64ef761075a2"
47
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
33
48
  }
34
49
  ]
35
50
  }
package/CHANGELOG.md CHANGED
@@ -1,20 +1,29 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- This log was last generated on Tue, 25 Jul 2023 13:26:19 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 27 Jul 2023 10:33:13 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.61)
8
+
9
+ Thu, 27 Jul 2023 10:33:13 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.60..@fluentui/react-alert_v9.0.0-beta.61)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-avatar to v9.5.15 ([PR #28649](https://github.com/microsoft/fluentui/pull/28649) by beachball)
15
+
7
16
  ## [9.0.0-beta.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.60)
8
17
 
9
- Tue, 25 Jul 2023 13:26:19 GMT
18
+ Tue, 25 Jul 2023 13:29:16 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.59..@fluentui/react-alert_v9.0.0-beta.60)
11
20
 
12
21
  ### Changes
13
22
 
14
23
  - chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
15
- - Bump @fluentui/react-avatar to v9.5.14 ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by beachball)
16
- - Bump @fluentui/react-button to v9.3.25 ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by beachball)
17
- - Bump @fluentui/react-tabster to v9.11.0 ([PR #28530](https://github.com/microsoft/fluentui/pull/28530) by beachball)
24
+ - Bump @fluentui/react-avatar to v9.5.14 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
25
+ - Bump @fluentui/react-button to v9.3.25 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
26
+ - Bump @fluentui/react-tabster to v9.11.0 ([PR #28622](https://github.com/microsoft/fluentui/pull/28622) by beachball)
18
27
 
19
28
  ## [9.0.0-beta.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.59)
20
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.0-beta.60",
3
+ "version": "9.0.0-beta.61",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,7 +33,7 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-avatar": "^9.5.14",
36
+ "@fluentui/react-avatar": "^9.5.15",
37
37
  "@fluentui/react-button": "^9.3.25",
38
38
  "@fluentui/react-icons": "^2.0.207",
39
39
  "@fluentui/react-tabster": "^9.11.0",