@fluentui/react-radio 9.2.14 → 9.2.15

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 +18 -8
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,22 +1,32 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Tue, 02 Apr 2024 09:41:20 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Apr 2024 21:47:35 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.15)
8
+
9
+ Wed, 17 Apr 2024 21:47:35 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.14..@fluentui/react-radio_v9.2.15)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.61 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
15
+ - Bump @fluentui/react-tabster to v9.20.0 ([PR #31100](https://github.com/microsoft/fluentui/pull/31100) by beachball)
16
+
7
17
  ## [9.2.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.14)
8
18
 
9
- Tue, 02 Apr 2024 09:41:20 GMT
19
+ Tue, 02 Apr 2024 09:48:01 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.13..@fluentui/react-radio_v9.2.14)
11
21
 
12
22
  ### Patches
13
23
 
14
- - Bump @fluentui/react-field to v9.1.60 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
15
- - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
16
- - Bump @fluentui/react-label to v9.1.67 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
17
- - Bump @fluentui/react-shared-contexts to v9.16.0 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
18
- - Bump @fluentui/react-tabster to v9.19.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
19
- - Bump @fluentui/react-utilities to v9.18.6 ([PR #30926](https://github.com/microsoft/fluentui/pull/30926) by beachball)
24
+ - Bump @fluentui/react-field to v9.1.60 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
25
+ - Bump @fluentui/react-jsx-runtime to v9.0.35 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
26
+ - Bump @fluentui/react-label to v9.1.67 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
27
+ - Bump @fluentui/react-shared-contexts to v9.16.0 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
28
+ - Bump @fluentui/react-tabster to v9.19.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
29
+ - Bump @fluentui/react-utilities to v9.18.6 ([PR #30644](https://github.com/microsoft/fluentui/pull/30644) by beachball)
20
30
 
21
31
  ## [9.2.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.13)
22
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.2.14",
3
+ "version": "9.2.15",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,11 +33,11 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.60",
36
+ "@fluentui/react-field": "^9.1.61",
37
37
  "@fluentui/react-jsx-runtime": "^9.0.35",
38
38
  "@fluentui/react-label": "^9.1.67",
39
39
  "@fluentui/react-shared-contexts": "^9.16.0",
40
- "@fluentui/react-tabster": "^9.19.6",
40
+ "@fluentui/react-tabster": "^9.20.0",
41
41
  "@fluentui/react-theme": "^9.1.19",
42
42
  "@fluentui/react-utilities": "^9.18.6",
43
43
  "@griffel/react": "^1.5.14",