@fluentui/react-components 9.25.0 → 9.25.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.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +12 -2
- package/package.json +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Mon, 03 Jul 2023
|
|
5
|
+
"date": "Mon, 03 Jul 2023 20:42:52 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.25.1",
|
|
7
|
+
"version": "9.25.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfan.gao@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-toast",
|
|
13
|
+
"commit": "7b6bd85a2edbc0b9257fe300062d657a4c256844",
|
|
14
|
+
"comment": "fix: Toaster should play toasts on action dismiss"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Mon, 03 Jul 2023 13:34:27 GMT",
|
|
6
21
|
"tag": "@fluentui/react-components_v9.25.0",
|
|
7
22
|
"version": "9.25.0",
|
|
8
23
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Mon, 03 Jul 2023
|
|
3
|
+
This log was last generated on Mon, 03 Jul 2023 20:42:52 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.25.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.25.1)
|
|
8
|
+
|
|
9
|
+
Mon, 03 Jul 2023 20:42:52 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.25.0..@fluentui/react-components_v9.25.1)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-toast`
|
|
15
|
+
- fix: Toaster should play toasts on action dismiss ([PR #28420](https://github.com/microsoft/fluentui/pull/28420) by lingfan.gao@microsoft.com)
|
|
16
|
+
|
|
7
17
|
## [9.25.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.25.0)
|
|
8
18
|
|
|
9
|
-
Mon, 03 Jul 2023 13:
|
|
19
|
+
Mon, 03 Jul 2023 13:34:27 GMT
|
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.24.0..@fluentui/react-components_v9.25.0)
|
|
11
21
|
|
|
12
22
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.25.
|
|
3
|
+
"version": "9.25.1",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@fluentui/react-tabster": "^9.10.0",
|
|
70
70
|
"@fluentui/react-textarea": "^9.3.20",
|
|
71
71
|
"@fluentui/react-theme": "^9.1.9",
|
|
72
|
-
"@fluentui/react-toast": "^9.0.
|
|
72
|
+
"@fluentui/react-toast": "^9.0.2",
|
|
73
73
|
"@fluentui/react-toolbar": "^9.1.23",
|
|
74
74
|
"@fluentui/react-tooltip": "^9.2.22",
|
|
75
75
|
"@fluentui/react-utilities": "^9.10.1",
|