@fluentui/react-alert 9.0.0-beta.135 → 9.0.0-beta.137

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +21 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- This log was last generated on Tue, 03 Mar 2026 09:41:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 30 Mar 2026 14:35:50 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.137](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.137)
8
+
9
+ Mon, 30 Mar 2026 14:35:50 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.136..@fluentui/react-alert_v9.0.0-beta.137)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-avatar to v9.10.4 ([PR #35907](https://github.com/microsoft/fluentui/pull/35907) by beachball)
15
+
16
+ ## [9.0.0-beta.136](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.136)
17
+
18
+ Thu, 26 Mar 2026 08:12:54 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.135..@fluentui/react-alert_v9.0.0-beta.136)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-avatar to v9.10.3 ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by beachball)
24
+ - Bump @fluentui/react-button to v9.9.0 ([PR #35824](https://github.com/microsoft/fluentui/pull/35824) by beachball)
25
+
7
26
  ## [9.0.0-beta.135](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.135)
8
27
 
9
- Tue, 03 Mar 2026 09:41:33 GMT
28
+ Tue, 03 Mar 2026 09:43:43 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.134..@fluentui/react-alert_v9.0.0-beta.135)
11
30
 
12
31
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.0-beta.135",
3
+ "version": "9.0.0-beta.137",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-avatar": "^9.10.2",
16
- "@fluentui/react-button": "^9.8.2",
15
+ "@fluentui/react-avatar": "^9.10.4",
16
+ "@fluentui/react-button": "^9.9.0",
17
17
  "@fluentui/react-icons": "^2.0.239",
18
18
  "@fluentui/react-tabster": "^9.26.13",
19
19
  "@fluentui/react-theme": "^9.2.1",