@fluentui/react-components 9.18.4 → 9.18.6
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 +47 -1
- package/CHANGELOG.md +22 -2
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,53 @@
|
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Fri, 24 Mar 2023
|
|
5
|
+
"date": "Fri, 24 Mar 2023 17:36:26 GMT",
|
|
6
|
+
"tag": "@fluentui/react-components_v9.18.6",
|
|
7
|
+
"version": "9.18.6",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "lingfangao@hotmail.com",
|
|
12
|
+
"package": "@fluentui/react-components",
|
|
13
|
+
"commit": "899de68739acdff9e641a1baedec097a6bc07309",
|
|
14
|
+
"comment": "Bump react-select to 9.1.6"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"none": [
|
|
18
|
+
{
|
|
19
|
+
"author": "lingfangao@hotmail.com",
|
|
20
|
+
"package": "@fluentui/react-select",
|
|
21
|
+
"commit": "899de68739acdff9e641a1baedec097a6bc07309",
|
|
22
|
+
"comment": "Sync with npm released version"
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"date": "Fri, 24 Mar 2023 14:58:55 GMT",
|
|
29
|
+
"tag": "@fluentui/react-components_v9.18.5",
|
|
30
|
+
"version": "9.18.5",
|
|
31
|
+
"comments": {
|
|
32
|
+
"none": [
|
|
33
|
+
{
|
|
34
|
+
"author": "lingfangao@hotmail.com",
|
|
35
|
+
"package": "@fluentui/react-combobox",
|
|
36
|
+
"commit": "0f198d87130e4f9fcacdaa187b850e507e0b1ec8",
|
|
37
|
+
"comment": "Sync with latest released version on npm"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"patch": [
|
|
41
|
+
{
|
|
42
|
+
"author": "lingfangao@hotmail.com",
|
|
43
|
+
"package": "@fluentui/react-components",
|
|
44
|
+
"commit": "0f198d87130e4f9fcacdaa187b850e507e0b1ec8",
|
|
45
|
+
"comment": "fix: Bump @fluenti/react-combobox to 9.2.6"
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"date": "Fri, 24 Mar 2023 10:15:26 GMT",
|
|
6
52
|
"tag": "@fluentui/react-components_v9.18.4",
|
|
7
53
|
"version": "9.18.4",
|
|
8
54
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,32 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-components
|
|
2
2
|
|
|
3
|
-
This log was last generated on Fri, 24 Mar 2023
|
|
3
|
+
This log was last generated on Fri, 24 Mar 2023 17:36:26 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.18.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.6)
|
|
8
|
+
|
|
9
|
+
Fri, 24 Mar 2023 17:36:26 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.5..@fluentui/react-components_v9.18.6)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- `@fluentui/react-components`
|
|
15
|
+
- Bump react-select to 9.1.6 ([PR #27321](https://github.com/microsoft/fluentui/pull/27321) by lingfangao@hotmail.com)
|
|
16
|
+
|
|
17
|
+
## [9.18.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.5)
|
|
18
|
+
|
|
19
|
+
Fri, 24 Mar 2023 14:58:55 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.4..@fluentui/react-components_v9.18.5)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- `@fluentui/react-components`
|
|
25
|
+
- fix: Bump @fluenti/react-combobox to 9.2.6 ([PR #27319](https://github.com/microsoft/fluentui/pull/27319) by lingfangao@hotmail.com)
|
|
26
|
+
|
|
7
27
|
## [9.18.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.4)
|
|
8
28
|
|
|
9
|
-
Fri, 24 Mar 2023 10:15:
|
|
29
|
+
Fri, 24 Mar 2023 10:15:26 GMT
|
|
10
30
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.3..@fluentui/react-components_v9.18.4)
|
|
11
31
|
|
|
12
32
|
### Minor changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-components",
|
|
3
|
-
"version": "9.18.
|
|
3
|
+
"version": "9.18.6",
|
|
4
4
|
"description": "Suite package for converged React components",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@fluentui/react-button": "^9.3.6",
|
|
39
39
|
"@fluentui/react-card": "^9.0.4",
|
|
40
40
|
"@fluentui/react-checkbox": "^9.1.6",
|
|
41
|
-
"@fluentui/react-combobox": "^9.2.
|
|
41
|
+
"@fluentui/react-combobox": "^9.2.6",
|
|
42
42
|
"@fluentui/react-dialog": "^9.4.2",
|
|
43
43
|
"@fluentui/react-divider": "^9.2.6",
|
|
44
44
|
"@fluentui/react-field": "9.0.0-alpha.28",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@fluentui/react-progress": "^9.1.6",
|
|
57
57
|
"@fluentui/react-provider": "^9.5.0",
|
|
58
58
|
"@fluentui/react-radio": "^9.1.6",
|
|
59
|
-
"@fluentui/react-select": "^9.1.
|
|
59
|
+
"@fluentui/react-select": "^9.1.6",
|
|
60
60
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
61
61
|
"@fluentui/react-skeleton": "9.0.0-beta.5",
|
|
62
62
|
"@fluentui/react-slider": "^9.1.6",
|