@fluentui/react-radio 9.5.13 → 9.5.14

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 +13 -2
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,12 +1,23 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Thu, 22 Jan 2026 17:01:21 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 12 Feb 2026 10:42:48 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.5.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.5.14)
8
+
9
+ Thu, 12 Feb 2026 10:42:48 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.5.13..@fluentui/react-radio_v9.5.14)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.4.14 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.4.0 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
16
+ - Bump @fluentui/react-label to v9.3.14 ([PR #35743](https://github.com/microsoft/fluentui/pull/35743) by beachball)
17
+
7
18
  ## [9.5.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.5.13)
8
19
 
9
- Thu, 22 Jan 2026 17:01:21 GMT
20
+ Thu, 22 Jan 2026 17:06:37 GMT
10
21
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.5.12..@fluentui/react-radio_v9.5.13)
11
22
 
12
23
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.5.13",
3
+ "version": "9.5.14",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -12,9 +12,9 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-field": "^9.4.13",
16
- "@fluentui/react-jsx-runtime": "^9.3.5",
17
- "@fluentui/react-label": "^9.3.13",
15
+ "@fluentui/react-field": "^9.4.14",
16
+ "@fluentui/react-jsx-runtime": "^9.4.0",
17
+ "@fluentui/react-label": "^9.3.14",
18
18
  "@fluentui/react-shared-contexts": "^9.26.1",
19
19
  "@fluentui/react-tabster": "^9.26.12",
20
20
  "@fluentui/react-theme": "^9.2.1",