@fluentui/react-alert 9.0.0-beta.140 → 9.0.0-beta.142

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 +24 -2
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,34 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- This log was last generated on Tue, 26 May 2026 09:34:04 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 29 Jun 2026 15:14:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.142](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.142)
8
+
9
+ Mon, 29 Jun 2026 15:14:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.141..@fluentui/react-alert_v9.0.0-beta.142)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-button to v9.10.1 ([commit](https://github.com/microsoft/fluentui/commit/aedc345f58bc16bb8540615b5afdf3d2d3569db4) by beachball)
15
+
16
+ ## [9.0.0-beta.141](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.141)
17
+
18
+ Wed, 24 Jun 2026 11:10:10 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.140..@fluentui/react-alert_v9.0.0-beta.141)
20
+
21
+ ### Changes
22
+
23
+ - Bump @fluentui/react-avatar to v9.11.3 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
24
+ - Bump @fluentui/react-button to v9.10.0 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
25
+ - Bump @fluentui/react-tabster to v9.26.16 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.26.5 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.4.4 ([commit](https://github.com/microsoft/fluentui/commit/a4b871ca80c1f16f35ab4229def4fe02be7f30ea) by beachball)
28
+
7
29
  ## [9.0.0-beta.140](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.140)
8
30
 
9
- Tue, 26 May 2026 09:34:04 GMT
31
+ Tue, 26 May 2026 09:39:42 GMT
10
32
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.139..@fluentui/react-alert_v9.0.0-beta.140)
11
33
 
12
34
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.0-beta.140",
3
+ "version": "9.0.0-beta.142",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,13 +12,13 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-avatar": "^9.11.2",
16
- "@fluentui/react-button": "^9.9.2",
15
+ "@fluentui/react-avatar": "^9.11.3",
16
+ "@fluentui/react-button": "^9.10.1",
17
17
  "@fluentui/react-icons": "^2.0.239",
18
- "@fluentui/react-tabster": "^9.26.15",
18
+ "@fluentui/react-tabster": "^9.26.16",
19
19
  "@fluentui/react-theme": "^9.2.1",
20
- "@fluentui/react-utilities": "^9.26.4",
21
- "@fluentui/react-jsx-runtime": "^9.4.3",
20
+ "@fluentui/react-utilities": "^9.26.5",
21
+ "@fluentui/react-jsx-runtime": "^9.4.4",
22
22
  "@griffel/react": "^1.5.32",
23
23
  "@swc/helpers": "^0.5.1"
24
24
  },