@fluentui/react-select 9.0.0-beta.21 → 9.0.0-beta.22

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-select",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 09 Jan 2023 21:50:49 GMT",
5
+ "date": "Mon, 16 Jan 2023 08:35:44 GMT",
6
+ "tag": "@fluentui/react-select_v9.0.0-beta.22",
7
+ "version": "9.0.0-beta.22",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "martinhochel@microsoft.com",
12
+ "package": "@fluentui/react-select",
13
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
14
+ "comment": "chore: migrate to packaged scripts"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-select",
21
+ "comment": "Bump @fluentui/react-field to v9.0.0-alpha.15",
22
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Mon, 09 Jan 2023 21:51:24 GMT",
6
29
  "tag": "@fluentui/react-select_v9.0.0-beta.21",
7
30
  "version": "9.0.0-beta.21",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-select
2
2
 
3
- This log was last generated on Mon, 09 Jan 2023 21:50:49 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 16 Jan 2023 08:35:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.22)
8
+
9
+ Mon, 16 Jan 2023 08:35:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.21..@fluentui/react-select_v9.0.0-beta.22)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-field to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/a870d8360e47f3ea03358c4e75e89e08a74845d7) by beachball)
15
+
7
16
  ## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.21)
8
17
 
9
- Mon, 09 Jan 2023 21:50:49 GMT
18
+ Mon, 09 Jan 2023 21:51:24 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.20..@fluentui/react-select_v9.0.0-beta.21)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-select",
3
- "version": "9.0.0-beta.21",
3
+ "version": "9.0.0-beta.22",
4
4
  "description": "Fluent UI React Select component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -27,10 +27,12 @@
27
27
  "devDependencies": {
28
28
  "@fluentui/eslint-plugin": "*",
29
29
  "@fluentui/react-conformance": "*",
30
- "@fluentui/react-conformance-griffel": "9.0.0-beta.19"
30
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.19",
31
+ "@fluentui/scripts-api-extractor": "*",
32
+ "@fluentui/scripts-tasks": "*"
31
33
  },
32
34
  "dependencies": {
33
- "@fluentui/react-field": "9.0.0-alpha.14",
35
+ "@fluentui/react-field": "9.0.0-alpha.15",
34
36
  "@fluentui/react-icons": "^2.0.175",
35
37
  "@fluentui/react-theme": "^9.1.5",
36
38
  "@fluentui/react-utilities": "^9.4.0",