@fluentui/react-select 9.0.0-beta.5 → 9.0.0-beta.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,34 @@
2
2
  "name": "@fluentui/react-select",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 17:37:51 GMT",
5
+ "date": "Thu, 14 Jul 2022 17:03:31 GMT",
6
+ "tag": "@fluentui/react-select_v9.0.0-beta.6",
7
+ "version": "9.0.0-beta.6",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "ololubek@microsoft.com",
12
+ "package": "@fluentui/react-select",
13
+ "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
14
+ "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-select",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
20
+ "commit": "fd9308f35ec9b2c7f7fdbfce62f9a94ca00d6536"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-select",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
26
+ "commit": "fd9308f35ec9b2c7f7fdbfce62f9a94ca00d6536"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 28 Jun 2022 17:39:51 GMT",
6
33
  "tag": "@fluentui/react-select_v9.0.0-beta.5",
7
34
  "version": "9.0.0-beta.5",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-select
2
2
 
3
- This log was last generated on Tue, 28 Jun 2022 17:37:51 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 14 Jul 2022 17:03:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-beta.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.6)
8
+
9
+ Thu, 14 Jul 2022 17:03:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.5..@fluentui/react-select_v9.0.0-beta.6)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update @fluentui/react-icons dependency to v2.0.175 ([PR #23812](https://github.com/microsoft/fluentui/pull/23812) by ololubek@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23909](https://github.com/microsoft/fluentui/pull/23909) by beachball)
17
+
7
18
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-select_v9.0.0-beta.5)
8
19
 
9
- Tue, 28 Jun 2022 17:37:51 GMT
20
+ Tue, 28 Jun 2022 17:39:51 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-select_v9.0.0-beta.4..@fluentui/react-select_v9.0.0-beta.5)
11
22
 
12
23
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-select",
3
- "version": "9.0.0-beta.5",
3
+ "version": "9.0.0-beta.6",
4
4
  "description": "Fluent UI React Select component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,12 +28,12 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0-beta.10"
31
+ "@fluentui/react-conformance-griffel": "9.0.0-beta.11"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-icons": "^2.0.172-rc.8",
34
+ "@fluentui/react-icons": "^2.0.175",
35
35
  "@fluentui/react-theme": "^9.0.0",
36
- "@fluentui/react-utilities": "^9.0.0",
36
+ "@fluentui/react-utilities": "^9.0.1-0",
37
37
  "@griffel/react": "^1.2.0",
38
38
  "tslib": "^2.1.0"
39
39
  },