@fluentui/react-field 9.1.30 → 9.1.31

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,23 +2,68 @@
2
2
  "name": "@fluentui/react-field",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 26 Sep 2023 15:14:52 GMT",
6
- "tag": "@fluentui/react-field_v9.1.30",
7
- "version": "9.1.30",
5
+ "date": "Tue, 26 Sep 2023 17:44:11 GMT",
6
+ "tag": "@fluentui/react-field_v9.1.31",
7
+ "version": "9.1.31",
8
8
  "comments": {
9
9
  "patch": [
10
10
  {
11
- "author": "ololubek@microsoft.com",
11
+ "author": "yuanboxue@microsoft.com",
12
12
  "package": "@fluentui/react-field",
13
- "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
14
- "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
13
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
14
+ "comment": "chore: trigger manual version bump after broken release"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-field",
19
+ "comment": "Bump @fluentui/react-context-selector to v9.1.36",
20
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-field",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
26
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-field",
31
+ "comment": "Bump @fluentui/react-label to v9.1.39",
32
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-field",
37
+ "comment": "Bump @fluentui/react-theme to v9.1.14",
38
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
15
39
  },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-field",
43
+ "comment": "Bump @fluentui/react-utilities to v9.13.5",
44
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Tue, 26 Sep 2023 15:31:59 GMT",
51
+ "tag": "@fluentui/react-field_v9.1.30",
52
+ "version": "9.1.30",
53
+ "comments": {
54
+ "patch": [
16
55
  {
17
56
  "author": "martinhochel@microsoft.com",
18
57
  "package": "@fluentui/react-field",
19
58
  "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
20
59
  "comment": "fix: bump swc core to mitigate transpilation memory leaks"
21
60
  },
61
+ {
62
+ "author": "ololubek@microsoft.com",
63
+ "package": "@fluentui/react-field",
64
+ "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
65
+ "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
66
+ },
22
67
  {
23
68
  "author": "beachball",
24
69
  "package": "@fluentui/react-field",
package/CHANGELOG.md CHANGED
@@ -1,18 +1,32 @@
1
1
  # Change Log - @fluentui/react-field
2
2
 
3
- This log was last generated on Tue, 26 Sep 2023 15:14:52 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 26 Sep 2023 17:44:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.31)
8
+
9
+ Tue, 26 Sep 2023 17:44:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.30..@fluentui/react-field_v9.1.31)
11
+
12
+ ### Patches
13
+
14
+ - chore: trigger manual version bump after broken release ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by yuanboxue@microsoft.com)
15
+ - Bump @fluentui/react-context-selector to v9.1.36 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
16
+ - Bump @fluentui/react-jsx-runtime to v9.0.12 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
17
+ - Bump @fluentui/react-label to v9.1.39 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
18
+ - Bump @fluentui/react-theme to v9.1.14 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
19
+ - Bump @fluentui/react-utilities to v9.13.5 ([PR #29303](https://github.com/microsoft/fluentui/pull/29303) by beachball)
20
+
7
21
  ## [9.1.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.30)
8
22
 
9
- Tue, 26 Sep 2023 15:14:52 GMT
23
+ Tue, 26 Sep 2023 15:31:59 GMT
10
24
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.29..@fluentui/react-field_v9.1.30)
11
25
 
12
26
  ### Patches
13
27
 
14
- - chore: Update react-icons version to pick up IconDirectionContextProvider updated export ([PR #29151](https://github.com/microsoft/fluentui/pull/29151) by ololubek@microsoft.com)
15
28
  - fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
29
+ - chore: Update react-icons version to pick up IconDirectionContextProvider updated export ([PR #29151](https://github.com/microsoft/fluentui/pull/29151) by ololubek@microsoft.com)
16
30
  - Bump @fluentui/react-context-selector to v9.1.35 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
17
31
  - Bump @fluentui/react-jsx-runtime to v9.0.11 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
18
32
  - Bump @fluentui/react-label to v9.1.38 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-field",
3
- "version": "9.1.30",
3
+ "version": "9.1.31",
4
4
  "description": "Fluent UI Field components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,12 +33,12 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-context-selector": "^9.1.35",
36
+ "@fluentui/react-context-selector": "^9.1.36",
37
37
  "@fluentui/react-icons": "^2.0.217",
38
- "@fluentui/react-jsx-runtime": "^9.0.11",
39
- "@fluentui/react-label": "^9.1.38",
40
- "@fluentui/react-theme": "^9.1.13",
41
- "@fluentui/react-utilities": "^9.13.4",
38
+ "@fluentui/react-jsx-runtime": "^9.0.12",
39
+ "@fluentui/react-label": "^9.1.39",
40
+ "@fluentui/react-theme": "^9.1.14",
41
+ "@fluentui/react-utilities": "^9.13.5",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
44
44
  },