@fluentui/react-alert 9.0.0-beta.44 → 9.0.0-beta.45

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": "Mon, 17 Apr 2023 17:49:55 GMT",
5
+ "date": "Mon, 24 Apr 2023 08:09:06 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.45",
7
+ "version": "9.0.0-beta.45",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "bernardo.sunderhus@gmail.com",
12
+ "package": "@fluentui/react-alert",
13
+ "commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
14
+ "comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-alert",
19
+ "comment": "Bump @fluentui/react-avatar to v9.4.10",
20
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-alert",
25
+ "comment": "Bump @fluentui/react-button to v9.3.10",
26
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-alert",
31
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
32
+ "commit": "948b5bf9871303d1742f1b9a17a3bd4006ce2fea"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Mon, 17 Apr 2023 17:53:44 GMT",
6
39
  "tag": "@fluentui/react-alert_v9.0.0-beta.44",
7
40
  "version": "9.0.0-beta.44",
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 Mon, 17 Apr 2023 17:49:55 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 24 Apr 2023 08:09:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.45)
8
+
9
+ Mon, 24 Apr 2023 08:09:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.44..@fluentui/react-alert_v9.0.0-beta.45)
11
+
12
+ ### Changes
13
+
14
+ - bugfix: remove caret from react-jsx-runtime prerelease dependency ([PR #27588](https://github.com/microsoft/fluentui/pull/27588) by bernardo.sunderhus@gmail.com)
15
+ - Bump @fluentui/react-avatar to v9.4.10 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
16
+ - Bump @fluentui/react-button to v9.3.10 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2 ([PR #27632](https://github.com/microsoft/fluentui/pull/27632) by beachball)
18
+
7
19
  ## [9.0.0-beta.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.44)
8
20
 
9
- Mon, 17 Apr 2023 17:49:55 GMT
21
+ Mon, 17 Apr 2023 17:53:44 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.43..@fluentui/react-alert_v9.0.0-beta.44)
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.44",
3
+ "version": "9.0.0-beta.45",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -32,13 +32,13 @@
32
32
  "@fluentui/scripts-tasks": "*"
33
33
  },
34
34
  "dependencies": {
35
- "@fluentui/react-avatar": "^9.4.9",
36
- "@fluentui/react-button": "^9.3.9",
35
+ "@fluentui/react-avatar": "^9.4.10",
36
+ "@fluentui/react-button": "^9.3.10",
37
37
  "@fluentui/react-icons": "^2.0.196",
38
38
  "@fluentui/react-tabster": "^9.6.5",
39
39
  "@fluentui/react-theme": "^9.1.7",
40
40
  "@fluentui/react-utilities": "^9.8.0",
41
- "@fluentui/react-jsx-runtime": "^9.0.0-alpha.1",
41
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.2",
42
42
  "@griffel/react": "^1.5.2",
43
43
  "@swc/helpers": "^0.4.14"
44
44
  },