@fluentui/react-radio 9.2.0 → 9.2.1
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.
- package/CHANGELOG.md +15 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,25 @@
|
|
1
1
|
# Change Log - @fluentui/react-radio
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 16 Jan 2024 13:07:17 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.1)
|
8
|
+
|
9
|
+
Tue, 16 Jan 2024 13:07:17 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.0..@fluentui/react-radio_v9.2.1)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- fix: correct version of @types/react-dom peer dep that matches for 16.x ([PR #30259](https://github.com/microsoft/fluentui/pull/30259) by mgodbolt@microsoft.com)
|
15
|
+
- Bump @fluentui/react-field to v9.1.48 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
|
16
|
+
- Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
|
17
|
+
- Bump @fluentui/react-label to v9.1.56 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v9.17.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
|
19
|
+
|
7
20
|
## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.0)
|
8
21
|
|
9
|
-
Mon, 08 Jan 2024 16:
|
22
|
+
Mon, 08 Jan 2024 16:24:24 GMT
|
10
23
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.1.61..@fluentui/react-radio_v9.2.0)
|
11
24
|
|
12
25
|
### Minor changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-radio",
|
3
|
-
"version": "9.2.
|
3
|
+
"version": "9.2.1",
|
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.
|
37
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
38
|
-
"@fluentui/react-label": "^9.1.
|
36
|
+
"@fluentui/react-field": "^9.1.48",
|
37
|
+
"@fluentui/react-jsx-runtime": "^9.0.25",
|
38
|
+
"@fluentui/react-label": "^9.1.56",
|
39
39
|
"@fluentui/react-shared-contexts": "^9.13.2",
|
40
|
-
"@fluentui/react-tabster": "^9.17.
|
40
|
+
"@fluentui/react-tabster": "^9.17.1",
|
41
41
|
"@fluentui/react-theme": "^9.1.16",
|
42
42
|
"@fluentui/react-utilities": "^9.15.6",
|
43
43
|
"@griffel/react": "^1.5.14",
|
@@ -45,7 +45,7 @@
|
|
45
45
|
},
|
46
46
|
"peerDependencies": {
|
47
47
|
"@types/react": ">=16.14.0 <19.0.0",
|
48
|
-
"@types/react-dom": ">=16.
|
48
|
+
"@types/react-dom": ">=16.9.0 <19.0.0",
|
49
49
|
"react": ">=16.14.0 <19.0.0",
|
50
50
|
"react-dom": ">=16.14.0 <19.0.0",
|
51
51
|
"scheduler": "^0.19.0 || ^0.20.0"
|