@fluentui/react-radio 9.2.18 → 9.2.19
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,21 @@
|
|
1
1
|
# Change Log - @fluentui/react-radio
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 09 May 2024 19:31:57 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.19)
|
8
|
+
|
9
|
+
Thu, 09 May 2024 19:31:57 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.18..@fluentui/react-radio_v9.2.19)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- Bump @fluentui/react-tabster to v9.21.2 ([PR #31321](https://github.com/microsoft/fluentui/pull/31321) by beachball)
|
15
|
+
|
7
16
|
## [9.2.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.18)
|
8
17
|
|
9
|
-
Mon, 06 May 2024 12:
|
18
|
+
Mon, 06 May 2024 12:55:02 GMT
|
10
19
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.17..@fluentui/react-radio_v9.2.18)
|
11
20
|
|
12
21
|
### Patches
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-radio",
|
3
|
-
"version": "9.2.
|
3
|
+
"version": "9.2.19",
|
4
4
|
"description": "Fluent UI Radio component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -37,7 +37,7 @@
|
|
37
37
|
"@fluentui/react-jsx-runtime": "^9.0.37",
|
38
38
|
"@fluentui/react-label": "^9.1.69",
|
39
39
|
"@fluentui/react-shared-contexts": "^9.18.0",
|
40
|
-
"@fluentui/react-tabster": "^9.21.
|
40
|
+
"@fluentui/react-tabster": "^9.21.2",
|
41
41
|
"@fluentui/react-theme": "^9.1.19",
|
42
42
|
"@fluentui/react-utilities": "^9.18.8",
|
43
43
|
"@griffel/react": "^1.5.14",
|