@fluentui/react-field 9.0.0-alpha.10 → 9.0.0-alpha.11

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,48 @@
2
2
  "name": "@fluentui/react-field",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 05 Dec 2022 18:25:21 GMT",
5
+ "date": "Tue, 20 Dec 2022 14:55:49 GMT",
6
+ "tag": "@fluentui/react-field_v9.0.0-alpha.11",
7
+ "version": "9.0.0-alpha.11",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-field",
13
+ "commit": "4d5cf677ea4d882be7cda6903d7fce9fd6a20189",
14
+ "comment": "chore: Move Field migration guide to Migration.md"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-field",
21
+ "comment": "Bump @fluentui/react-context-selector to v9.1.3",
22
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
23
+ },
24
+ {
25
+ "author": "beachball",
26
+ "package": "@fluentui/react-field",
27
+ "comment": "Bump @fluentui/react-label to v9.0.13",
28
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
29
+ },
30
+ {
31
+ "author": "beachball",
32
+ "package": "@fluentui/react-field",
33
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
34
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
35
+ },
36
+ {
37
+ "author": "beachball",
38
+ "package": "@fluentui/react-field",
39
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
40
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
41
+ }
42
+ ]
43
+ }
44
+ },
45
+ {
46
+ "date": "Mon, 05 Dec 2022 18:29:23 GMT",
6
47
  "tag": "@fluentui/react-field_v9.0.0-alpha.10",
7
48
  "version": "9.0.0-alpha.10",
8
49
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,24 @@
1
1
  # Change Log - @fluentui/react-field
2
2
 
3
- This log was last generated on Mon, 05 Dec 2022 18:25:21 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 20 Dec 2022 14:55:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.11)
8
+
9
+ Tue, 20 Dec 2022 14:55:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.10..@fluentui/react-field_v9.0.0-alpha.11)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-context-selector to v9.1.3 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
15
+ - Bump @fluentui/react-label to v9.0.13 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
16
+ - Bump @fluentui/react-theme to v9.1.4 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.3.0 ([PR #26047](https://github.com/microsoft/fluentui/pull/26047) by beachball)
18
+
7
19
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.0.0-alpha.10)
8
20
 
9
- Mon, 05 Dec 2022 18:25:21 GMT
21
+ Mon, 05 Dec 2022 18:29:23 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.0.0-alpha.9..@fluentui/react-field_v9.0.0-alpha.10)
11
23
 
12
24
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-field",
3
- "version": "9.0.0-alpha.10",
3
+ "version": "9.0.0-alpha.11",
4
4
  "description": "Fluent UI Field components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -30,11 +30,11 @@
30
30
  "@fluentui/scripts": "^1.0.0"
31
31
  },
32
32
  "dependencies": {
33
- "@fluentui/react-context-selector": "^9.1.2",
33
+ "@fluentui/react-context-selector": "^9.1.3",
34
34
  "@fluentui/react-icons": "^2.0.175",
35
- "@fluentui/react-label": "^9.0.12",
36
- "@fluentui/react-theme": "^9.1.3",
37
- "@fluentui/react-utilities": "^9.2.2",
35
+ "@fluentui/react-label": "^9.0.13",
36
+ "@fluentui/react-theme": "^9.1.4",
37
+ "@fluentui/react-utilities": "^9.3.0",
38
38
  "@griffel/react": "^1.4.2",
39
39
  "tslib": "^2.1.0"
40
40
  },