@fluentui/react-radio 9.2.0 → 9.2.2

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 +28 -2
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,38 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Mon, 08 Jan 2024 16:20:04 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 17 Jan 2024 16:13:11 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.2.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.2)
8
+
9
+ Wed, 17 Jan 2024 16:13:11 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.1..@fluentui/react-radio_v9.2.2)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-field to v9.1.49 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
15
+ - Bump @fluentui/react-jsx-runtime to v9.0.26 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
16
+ - Bump @fluentui/react-label to v9.1.57 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
17
+ - Bump @fluentui/react-tabster to v9.17.2 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
18
+ - Bump @fluentui/react-utilities to v9.16.0 ([PR #30339](https://github.com/microsoft/fluentui/pull/30339) by beachball)
19
+
20
+ ## [9.2.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.1)
21
+
22
+ Tue, 16 Jan 2024 13:14:23 GMT
23
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.0..@fluentui/react-radio_v9.2.1)
24
+
25
+ ### Patches
26
+
27
+ - 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)
28
+ - Bump @fluentui/react-field to v9.1.48 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
29
+ - Bump @fluentui/react-jsx-runtime to v9.0.25 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
30
+ - Bump @fluentui/react-label to v9.1.56 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.17.1 ([PR #30299](https://github.com/microsoft/fluentui/pull/30299) by beachball)
32
+
7
33
  ## [9.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.0)
8
34
 
9
- Mon, 08 Jan 2024 16:20:04 GMT
35
+ Mon, 08 Jan 2024 16:24:24 GMT
10
36
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.1.61..@fluentui/react-radio_v9.2.0)
11
37
 
12
38
  ### Minor changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.2.0",
3
+ "version": "9.2.2",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -33,19 +33,19 @@
33
33
  "@fluentui/scripts-tasks": "*"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/react-field": "^9.1.47",
37
- "@fluentui/react-jsx-runtime": "^9.0.24",
38
- "@fluentui/react-label": "^9.1.55",
36
+ "@fluentui/react-field": "^9.1.49",
37
+ "@fluentui/react-jsx-runtime": "^9.0.26",
38
+ "@fluentui/react-label": "^9.1.57",
39
39
  "@fluentui/react-shared-contexts": "^9.13.2",
40
- "@fluentui/react-tabster": "^9.17.0",
40
+ "@fluentui/react-tabster": "^9.17.2",
41
41
  "@fluentui/react-theme": "^9.1.16",
42
- "@fluentui/react-utilities": "^9.15.6",
42
+ "@fluentui/react-utilities": "^9.16.0",
43
43
  "@griffel/react": "^1.5.14",
44
44
  "@swc/helpers": "^0.5.1"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "@types/react": ">=16.14.0 <19.0.0",
48
- "@types/react-dom": ">=16.14.0 <19.0.0",
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"