@fluentui/react-select 9.1.6 → 9.1.7
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 +22 -7
- package/CHANGELOG.md +6 -6
- package/package.json +3 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,22 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui/react-select",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
6
|
-
"tag": "@fluentui/react-select_v9.1.
|
|
7
|
-
"version": "9.1.
|
|
5
|
+
"date": "Tue, 04 Apr 2023 18:42:19 GMT",
|
|
6
|
+
"tag": "@fluentui/react-select_v9.1.7",
|
|
7
|
+
"version": "9.1.7",
|
|
8
8
|
"comments": {
|
|
9
9
|
"patch": [
|
|
10
10
|
{
|
|
11
11
|
"author": "beachball",
|
|
12
12
|
"package": "@fluentui/react-select",
|
|
13
|
-
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.
|
|
14
|
-
"commit": "
|
|
13
|
+
"comment": "Bump @fluentui/react-field to v9.0.0-alpha.29",
|
|
14
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"author": "beachball",
|
|
18
18
|
"package": "@fluentui/react-select",
|
|
19
|
-
"comment": "Bump @fluentui/react-
|
|
20
|
-
"commit": "
|
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v9.7.3",
|
|
20
|
+
"commit": "37a3a6eda1fd41086edd99a0b1560a8740f8c6c5"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Fri, 24 Mar 2023 17:36:41 GMT",
|
|
27
|
+
"tag": "@fluentui/react-select_v9.1.6",
|
|
28
|
+
"version": "9.1.6",
|
|
29
|
+
"comments": {
|
|
30
|
+
"none": [
|
|
31
|
+
{
|
|
32
|
+
"author": "lingfangao@hotmail.com",
|
|
33
|
+
"package": "@fluentui/react-select",
|
|
34
|
+
"commit": "899de68739acdff9e641a1baedec097a6bc07309",
|
|
35
|
+
"comment": "Sync with npm released version"
|
|
21
36
|
}
|
|
22
37
|
]
|
|
23
38
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-select
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 04 Apr 2023 18:42:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
-
## [9.1.
|
|
7
|
+
## [9.1.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.1.7)
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.1.
|
|
9
|
+
Tue, 04 Apr 2023 18:42:19 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.1.6..@fluentui/react-select_v9.1.7)
|
|
11
11
|
|
|
12
12
|
### Patches
|
|
13
13
|
|
|
14
|
-
- Bump @fluentui/react-field to v9.0.0-alpha.
|
|
15
|
-
- Bump @fluentui/react-
|
|
14
|
+
- Bump @fluentui/react-field to v9.0.0-alpha.29 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
15
|
+
- Bump @fluentui/react-utilities to v9.7.3 ([PR #27430](https://github.com/microsoft/fluentui/pull/27430) by beachball)
|
|
16
16
|
|
|
17
17
|
## [9.1.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.1.5)
|
|
18
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-select",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.7",
|
|
4
4
|
"description": "Fluent UI React Select component",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@fluentui/scripts-tasks": "*"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluentui/react-field": "9.0.0-alpha.
|
|
35
|
+
"@fluentui/react-field": "9.0.0-alpha.29",
|
|
36
36
|
"@fluentui/react-icons": "^2.0.196",
|
|
37
37
|
"@fluentui/react-shared-contexts": "^9.3.3",
|
|
38
38
|
"@fluentui/react-theme": "^9.1.7",
|
|
39
|
-
"@fluentui/react-utilities": "^9.7.
|
|
39
|
+
"@fluentui/react-utilities": "^9.7.3",
|
|
40
40
|
"@griffel/react": "^1.5.2",
|
|
41
41
|
"@swc/helpers": "^0.4.14"
|
|
42
42
|
},
|
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
"react-dom": ">=16.8.0 <19.0.0"
|
|
48
48
|
},
|
|
49
49
|
"beachball": {
|
|
50
|
-
"tag": "beta",
|
|
51
50
|
"disallowedChangeTypes": [
|
|
52
51
|
"major",
|
|
53
52
|
"prerelease"
|