@fluentui/react-combobox 9.2.0 → 9.2.2

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,85 @@
2
2
  "name": "@fluentui/react-combobox",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 08 Mar 2023 17:38:57 GMT",
5
+ "date": "Mon, 13 Mar 2023 08:55:02 GMT",
6
+ "tag": "@fluentui/react-combobox_v9.2.2",
7
+ "version": "9.2.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-combobox",
13
+ "comment": "Bump @fluentui/react-context-selector to v9.1.13",
14
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-combobox",
19
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.24",
20
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-combobox",
25
+ "comment": "Bump @fluentui/react-portal to v9.1.12",
26
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-combobox",
31
+ "comment": "Bump @fluentui/react-positioning to v9.5.3",
32
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-combobox",
37
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
38
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
39
+ }
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
45
+ "tag": "@fluentui/react-combobox_v9.2.1",
46
+ "version": "9.2.1",
47
+ "comments": {
48
+ "patch": [
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-combobox",
52
+ "comment": "Bump @fluentui/react-context-selector to v9.1.12",
53
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-combobox",
58
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.23",
59
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-combobox",
64
+ "comment": "Bump @fluentui/react-portal to v9.1.11",
65
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-combobox",
70
+ "comment": "Bump @fluentui/react-positioning to v9.5.2",
71
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-combobox",
76
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
77
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Wed, 08 Mar 2023 17:42:29 GMT",
6
84
  "tag": "@fluentui/react-combobox_v9.2.0",
7
85
  "version": "9.2.0",
8
86
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-combobox
2
2
 
3
- This log was last generated on Wed, 08 Mar 2023 17:38:57 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 13 Mar 2023 08:55:02 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.2.2)
8
+
9
+ Mon, 13 Mar 2023 08:55:02 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.2.1..@fluentui/react-combobox_v9.2.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.13 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
15
+ - Bump @fluentui/react-field to v9.0.0-alpha.24 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
16
+ - Bump @fluentui/react-portal to v9.1.12 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
17
+ - Bump @fluentui/react-positioning to v9.5.3 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.7.0 ([PR #27161](https://github.com/microsoft/fluentui/pull/27161) by beachball)
19
+
20
+ ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.2.1)
21
+
22
+ Fri, 10 Mar 2023 07:14:01 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.2.0..@fluentui/react-combobox_v9.2.1)
24
+
25
+ ### Patches
26
+
27
+ - Bump @fluentui/react-context-selector to v9.1.12 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
28
+ - Bump @fluentui/react-field to v9.0.0-alpha.23 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
29
+ - Bump @fluentui/react-portal to v9.1.11 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
30
+ - Bump @fluentui/react-positioning to v9.5.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.6.2 ([PR #27157](https://github.com/microsoft/fluentui/pull/27157) by beachball)
32
+
7
33
  ## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-combobox_v9.2.0)
8
34
 
9
- Wed, 08 Mar 2023 17:38:57 GMT
35
+ Wed, 08 Mar 2023 17:42:29 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-combobox_v9.1.5..@fluentui/react-combobox_v9.2.0)
11
37
 
12
38
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-combobox",
3
- "version": "9.2.0",
3
+ "version": "9.2.2",
4
4
  "description": "Fluent UI React Combobox component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,14 +33,14 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@fluentui/keyboard-keys": "^9.0.1",
36
- "@fluentui/react-context-selector": "^9.1.11",
37
- "@fluentui/react-field": "9.0.0-alpha.22",
36
+ "@fluentui/react-context-selector": "^9.1.13",
37
+ "@fluentui/react-field": "9.0.0-alpha.24",
38
38
  "@fluentui/react-icons": "^2.0.175",
39
- "@fluentui/react-portal": "^9.1.10",
40
- "@fluentui/react-positioning": "^9.5.1",
39
+ "@fluentui/react-portal": "^9.1.12",
40
+ "@fluentui/react-positioning": "^9.5.3",
41
41
  "@fluentui/react-shared-contexts": "^9.3.0",
42
42
  "@fluentui/react-theme": "^9.1.5",
43
- "@fluentui/react-utilities": "^9.6.1",
43
+ "@fluentui/react-utilities": "^9.7.0",
44
44
  "@griffel/react": "^1.5.2",
45
45
  "tslib": "^2.1.0"
46
46
  },