@fluentui/react-radio 9.2.37 → 9.2.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +19 -9
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,23 +1,33 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Fri, 06 Dec 2024 12:49:19 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 09 Dec 2024 17:34:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.38)
8
+
9
+ Mon, 09 Dec 2024 17:34:10 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.37..@fluentui/react-radio_v9.2.38)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.82 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
15
+ - Bump @fluentui/react-label to v9.1.80 ([PR #33431](https://github.com/microsoft/fluentui/pull/33431) by beachball)
16
+
7
17
  ## [9.2.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.37)
8
18
 
9
- Fri, 06 Dec 2024 12:49:19 GMT
19
+ Fri, 06 Dec 2024 12:53:46 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.36..@fluentui/react-radio_v9.2.37)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-field to v9.1.81 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
15
- - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
16
- - Bump @fluentui/react-label to v9.1.79 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
17
- - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
18
- - Bump @fluentui/react-tabster to v9.23.1 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
19
- - Bump @fluentui/react-theme to v9.1.23 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
20
- - Bump @fluentui/react-utilities to v9.18.18 ([PR #33414](https://github.com/microsoft/fluentui/pull/33414) by beachball)
24
+ - Bump @fluentui/react-field to v9.1.81 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.47 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
26
+ - Bump @fluentui/react-label to v9.1.79 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.21.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.23.1 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
29
+ - Bump @fluentui/react-theme to v9.1.23 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
30
+ - Bump @fluentui/react-utilities to v9.18.18 ([PR #33372](https://github.com/microsoft/fluentui/pull/33372) by beachball)
21
31
 
22
32
  ## [9.2.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.36)
23
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.2.37",
3
+ "version": "9.2.38",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -18,9 +18,9 @@
18
18
  "@fluentui/scripts-api-extractor": "*"
19
19
  },
20
20
  "dependencies": {
21
- "@fluentui/react-field": "^9.1.81",
21
+ "@fluentui/react-field": "^9.1.82",
22
22
  "@fluentui/react-jsx-runtime": "^9.0.47",
23
- "@fluentui/react-label": "^9.1.79",
23
+ "@fluentui/react-label": "^9.1.80",
24
24
  "@fluentui/react-shared-contexts": "^9.21.1",
25
25
  "@fluentui/react-tabster": "^9.23.1",
26
26
  "@fluentui/react-theme": "^9.1.23",