@fluentui/react-field 9.4.8 → 9.4.9

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # Change Log - @fluentui/react-field
2
2
 
3
- This log was last generated on Tue, 21 Oct 2025 14:13:12 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 31 Oct 2025 16:17:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.4.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.4.9)
8
+
9
+ Fri, 31 Oct 2025 16:17:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.4.8..@fluentui/react-field_v9.4.9)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-context-selector to v9.2.10 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.3.1 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
16
+ - Bump @fluentui/react-label to v9.3.9 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
17
+ - Bump @fluentui/react-utilities to v9.25.2 ([PR #35402](https://github.com/microsoft/fluentui/pull/35402) by beachball)
18
+
7
19
  ## [9.4.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.4.8)
8
20
 
9
- Tue, 21 Oct 2025 14:13:12 GMT
21
+ Tue, 21 Oct 2025 14:16:59 GMT
10
22
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-field_v9.4.7..@fluentui/react-field_v9.4.8)
11
23
 
12
24
  ### Patches
13
25
 
14
- - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
15
- - Bump @fluentui/react-label to v9.3.8 ([PR #35307](https://github.com/microsoft/fluentui/pull/35307) by beachball)
26
+ - Bump @fluentui/react-jsx-runtime to v9.3.0 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
27
+ - Bump @fluentui/react-label to v9.3.8 ([PR #35343](https://github.com/microsoft/fluentui/pull/35343) by beachball)
16
28
 
17
29
  ## [9.4.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-field_v9.4.7)
18
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-field",
3
- "version": "9.4.8",
3
+ "version": "9.4.9",
4
4
  "description": "Fluent UI Field components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -19,13 +19,13 @@
19
19
  "@fluentui/scripts-api-extractor": "*"
20
20
  },
21
21
  "dependencies": {
22
- "@fluentui/react-context-selector": "^9.2.9",
22
+ "@fluentui/react-context-selector": "^9.2.10",
23
23
  "@fluentui/react-icons": "^2.0.245",
24
- "@fluentui/react-jsx-runtime": "^9.3.0",
25
- "@fluentui/react-label": "^9.3.8",
24
+ "@fluentui/react-jsx-runtime": "^9.3.1",
25
+ "@fluentui/react-label": "^9.3.9",
26
26
  "@fluentui/react-shared-contexts": "^9.25.2",
27
27
  "@fluentui/react-theme": "^9.2.0",
28
- "@fluentui/react-utilities": "^9.25.1",
28
+ "@fluentui/react-utilities": "^9.25.2",
29
29
  "@griffel/react": "^1.5.22",
30
30
  "@swc/helpers": "^0.5.1"
31
31
  },