@fluentui/react-field 9.1.11 → 9.1.13

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,66 @@
2
2
  "name": "@fluentui/react-field",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 11 Jul 2023 18:44:12 GMT",
5
+ "date": "Tue, 25 Jul 2023 13:26:22 GMT",
6
+ "tag": "@fluentui/react-field_v9.1.13",
7
+ "version": "9.1.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "ololubek@microsoft.com",
12
+ "package": "@fluentui/react-field",
13
+ "commit": "1082207b08959996cd736725735cadc01d0849b0",
14
+ "comment": "chore: Update react-icons version to pick up fowardref change."
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 20 Jul 2023 18:27:29 GMT",
21
+ "tag": "@fluentui/react-field_v9.1.12",
22
+ "version": "9.1.12",
23
+ "comments": {
24
+ "none": [
25
+ {
26
+ "author": "olfedias@microsoft.com",
27
+ "package": "@fluentui/react-field",
28
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
29
+ "comment": "chore: migrate to monosize"
30
+ }
31
+ ],
32
+ "patch": [
33
+ {
34
+ "author": "beachball",
35
+ "package": "@fluentui/react-field",
36
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
37
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
38
+ },
39
+ {
40
+ "author": "beachball",
41
+ "package": "@fluentui/react-field",
42
+ "comment": "Bump @fluentui/react-label to v9.1.21",
43
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
44
+ }
45
+ ]
46
+ }
47
+ },
48
+ {
49
+ "date": "Thu, 13 Jul 2023 21:25:41 GMT",
50
+ "tag": "@fluentui/react-field_v9.1.11",
51
+ "version": "9.1.11",
52
+ "comments": {
53
+ "none": [
54
+ {
55
+ "author": "martinhochel@microsoft.com",
56
+ "package": "@fluentui/react-field",
57
+ "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
58
+ "comment": "chore: update devDependencies to use * for inner workspace dependencies"
59
+ }
60
+ ]
61
+ }
62
+ },
63
+ {
64
+ "date": "Tue, 11 Jul 2023 18:46:36 GMT",
6
65
  "tag": "@fluentui/react-field_v9.1.11",
7
66
  "version": "9.1.11",
8
67
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,31 @@
1
1
  # Change Log - @fluentui/react-field
2
2
 
3
- This log was last generated on Tue, 11 Jul 2023 18:44:12 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Jul 2023 13:26:22 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.13)
8
+
9
+ Tue, 25 Jul 2023 13:26:22 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.12..@fluentui/react-field_v9.1.13)
11
+
12
+ ### Patches
13
+
14
+ - chore: Update react-icons version to pick up fowardref change. ([PR #28590](https://github.com/microsoft/fluentui/pull/28590) by ololubek@microsoft.com)
15
+
16
+ ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.12)
17
+
18
+ Thu, 20 Jul 2023 18:27:29 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.11..@fluentui/react-field_v9.1.12)
20
+
21
+ ### Patches
22
+
23
+ - Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
24
+ - Bump @fluentui/react-label to v9.1.21 ([PR #26826](https://github.com/microsoft/fluentui/pull/26826) by beachball)
25
+
7
26
  ## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.11)
8
27
 
9
- Tue, 11 Jul 2023 18:44:12 GMT
28
+ Tue, 11 Jul 2023 18:46:36 GMT
10
29
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.10..@fluentui/react-field_v9.1.11)
11
30
 
12
31
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-field",
3
- "version": "9.1.11",
3
+ "version": "9.1.13",
4
4
  "description": "Fluent UI Field components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -13,7 +13,7 @@
13
13
  "license": "MIT",
14
14
  "scripts": {
15
15
  "build": "just-scripts build",
16
- "bundle-size": "bundle-size measure",
16
+ "bundle-size": "monosize measure",
17
17
  "clean": "just-scripts clean",
18
18
  "code-style": "just-scripts code-style",
19
19
  "just": "just-scripts",
@@ -28,15 +28,15 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "9.0.0",
31
+ "@fluentui/react-conformance-griffel": "*",
32
32
  "@fluentui/scripts-api-extractor": "*",
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-context-selector": "^9.1.26",
37
- "@fluentui/react-icons": "^2.0.203",
38
- "@fluentui/react-jsx-runtime": "9.0.0-alpha.11",
39
- "@fluentui/react-label": "^9.1.20",
37
+ "@fluentui/react-icons": "^2.0.207",
38
+ "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
39
+ "@fluentui/react-label": "^9.1.21",
40
40
  "@fluentui/react-theme": "^9.1.9",
41
41
  "@fluentui/react-utilities": "^9.10.1",
42
42
  "@griffel/react": "^1.5.7",