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

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