@fluentui/react-alert 9.0.2-0 → 9.0.2-beta.1

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 +17 -2
  2. package/package.json +16 -10
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- <!-- This log was last generated on Mon, 24 Aug 2026 08:15:11 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 21 Sep 2026 16:12:52 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.2-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.2-beta.1)
8
+
9
+ Mon, 21 Sep 2026 16:12:52 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.2-0..@fluentui/react-alert_v9.0.2-beta.1)
11
+
12
+ ### Changes
13
+
14
+ - fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional ([PR #36559](https://github.com/microsoft/fluentui/pull/36559) by martinhochel@microsoft.com)
15
+ - fix: restore named beta prerelease line (9.0.x-0 was published by mistake) ([PR #36627](https://github.com/microsoft/fluentui/pull/36627) by martinhochel@microsoft.com)
16
+ - Bump @fluentui/react-avatar to v9.11.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
17
+ - Bump @fluentui/react-button to v9.11.1 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.4.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
19
+ - Bump @fluentui/react-tabster to v9.26.18 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.26.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
21
+
7
22
  ## [9.0.2-0](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.2-0)
8
23
 
9
- Mon, 24 Aug 2026 08:15:11 GMT
24
+ Mon, 24 Aug 2026 16:40:04 GMT
10
25
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.1-0..@fluentui/react-alert_v9.0.2-0)
11
26
 
12
27
  ### Patches (pre-release)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.2-0",
3
+ "version": "9.0.2-beta.1",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
@@ -12,27 +12,33 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-avatar": "^9.11.6",
16
- "@fluentui/react-button": "^9.11.0",
15
+ "@fluentui/react-avatar": "^9.11.7",
16
+ "@fluentui/react-button": "^9.11.1",
17
17
  "@fluentui/react-icons": "^2.0.239",
18
- "@fluentui/react-jsx-runtime": "^9.4.5",
19
- "@fluentui/react-tabster": "^9.26.17",
18
+ "@fluentui/react-jsx-runtime": "^9.4.6",
19
+ "@fluentui/react-tabster": "^9.26.18",
20
20
  "@fluentui/react-theme": "^9.2.2",
21
- "@fluentui/react-utilities": "^9.26.6",
21
+ "@fluentui/react-utilities": "^9.26.7",
22
22
  "@griffel/react": "^1.5.32",
23
23
  "@swc/helpers": "^0.5.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "@types/react": ">=16.14.0 <20.0.0",
27
- "@types/react-dom": ">=16.9.0 <20.0.0",
28
- "react": ">=16.14.0 <20.0.0",
29
- "react-dom": ">=16.14.0 <20.0.0"
27
+ "react": ">=16.14.0 <20.0.0"
28
+ },
29
+ "peerDependenciesMeta": {
30
+ "@types/react": {
31
+ "optional": true
32
+ }
30
33
  },
31
34
  "beachball": {
32
35
  "disallowedChangeTypes": [
33
36
  "major",
34
37
  "minor",
35
- "patch"
38
+ "patch",
39
+ "premajor",
40
+ "preminor",
41
+ "prepatch"
36
42
  ]
37
43
  },
38
44
  "exports": {