@fluentui/react-components 9.18.5 → 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 CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "@fluentui/react-components",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 24 Mar 2023 14:58:34 GMT",
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",
6
29
  "tag": "@fluentui/react-components_v9.18.5",
7
30
  "version": "9.18.5",
8
31
  "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 Fri, 24 Mar 2023 14:58:34 GMT and should not be manually modified.
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
+
7
17
  ## [9.18.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-components_v9.18.5)
8
18
 
9
- Fri, 24 Mar 2023 14:58:34 GMT
19
+ Fri, 24 Mar 2023 14:58:55 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-components_v9.18.4..@fluentui/react-components_v9.18.5)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-components",
3
- "version": "9.18.5",
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",
@@ -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.5",
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",