@fluentui/react-alert 9.0.0-beta.90 → 9.0.0-beta.92

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 (3) hide show
  1. package/CHANGELOG.md +27 -2
  2. package/package.json +14 -8
  3. package/CHANGELOG.json +0 -3350
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-alert
2
2
 
3
- This log was last generated on Wed, 01 Nov 2023 12:51:07 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 14 Nov 2023 17:48:36 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.92)
8
+
9
+ Tue, 14 Nov 2023 17:48:36 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.91..@fluentui/react-alert_v9.0.0-beta.92)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-avatar to v9.5.46 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
15
+ - Bump @fluentui/react-button to v9.3.55 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
16
+ - Bump @fluentui/react-tabster to v9.14.5 ([PR #29835](https://github.com/microsoft/fluentui/pull/29835) by beachball)
17
+
18
+ ## [9.0.0-beta.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.91)
19
+
20
+ Thu, 09 Nov 2023 17:29:50 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.90..@fluentui/react-alert_v9.0.0-beta.91)
22
+
23
+ ### Changes
24
+
25
+ - Bump @fluentui/react-avatar to v9.5.45 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
26
+ - Bump @fluentui/react-button to v9.3.54 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
27
+ - Bump @fluentui/react-tabster to v9.14.4 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
28
+ - Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
30
+ - Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
31
+
7
32
  ## [9.0.0-beta.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-alert_v9.0.0-beta.90)
8
33
 
9
- Wed, 01 Nov 2023 12:51:07 GMT
34
+ Wed, 01 Nov 2023 12:55:59 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-alert_v9.0.0-beta.89..@fluentui/react-alert_v9.0.0-beta.90)
11
36
 
12
37
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-alert",
3
- "version": "9.0.0-beta.90",
3
+ "version": "9.0.0-beta.92",
4
4
  "description": "An alert component to display brief messages",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,13 +33,13 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-avatar": "^9.5.44",
37
- "@fluentui/react-button": "^9.3.53",
36
+ "@fluentui/react-avatar": "^9.5.46",
37
+ "@fluentui/react-button": "^9.3.55",
38
38
  "@fluentui/react-icons": "^2.0.217",
39
- "@fluentui/react-tabster": "^9.14.3",
40
- "@fluentui/react-theme": "^9.1.15",
41
- "@fluentui/react-utilities": "^9.15.1",
42
- "@fluentui/react-jsx-runtime": "^9.0.18",
39
+ "@fluentui/react-tabster": "^9.14.5",
40
+ "@fluentui/react-theme": "^9.1.16",
41
+ "@fluentui/react-utilities": "^9.15.2",
42
+ "@fluentui/react-jsx-runtime": "^9.0.19",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"
45
45
  },
@@ -64,5 +64,11 @@
64
64
  "require": "./lib-commonjs/index.js"
65
65
  },
66
66
  "./package.json": "./package.json"
67
- }
67
+ },
68
+ "files": [
69
+ "*.md",
70
+ "dist/*.d.ts",
71
+ "lib",
72
+ "lib-commonjs"
73
+ ]
68
74
  }