@fluentui/react-field 9.1.12 → 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,22 @@
2
2
  "name": "@fluentui/react-field",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 20 Jul 2023 18:24:20 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",
6
21
  "tag": "@fluentui/react-field_v9.1.12",
7
22
  "version": "9.1.12",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-field
2
2
 
3
- This log was last generated on Thu, 20 Jul 2023 18:24:20 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
+
7
16
  ## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.1.12)
8
17
 
9
- Thu, 20 Jul 2023 18:24:20 GMT
18
+ Thu, 20 Jul 2023 18:27:29 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.1.11..@fluentui/react-field_v9.1.12)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-field",
3
- "version": "9.1.12",
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",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-context-selector": "^9.1.26",
37
- "@fluentui/react-icons": "^2.0.203",
37
+ "@fluentui/react-icons": "^2.0.207",
38
38
  "@fluentui/react-jsx-runtime": "9.0.0-alpha.12",
39
39
  "@fluentui/react-label": "^9.1.21",
40
40
  "@fluentui/react-theme": "^9.1.9",