@fluentui/react-radio 9.2.36 → 9.2.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +27 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,37 @@
|
|
1
1
|
# Change Log - @fluentui/react-radio
|
2
2
|
|
3
|
-
This log was last generated on Mon,
|
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
|
+
|
17
|
+
## [9.2.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.37)
|
18
|
+
|
19
|
+
Fri, 06 Dec 2024 12:53:46 GMT
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.36..@fluentui/react-radio_v9.2.37)
|
21
|
+
|
22
|
+
### Patches
|
23
|
+
|
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)
|
31
|
+
|
7
32
|
## [9.2.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.2.36)
|
8
33
|
|
9
|
-
Mon, 18 Nov 2024 09:
|
34
|
+
Mon, 18 Nov 2024 09:44:40 GMT
|
10
35
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.2.35..@fluentui/react-radio_v9.2.36)
|
11
36
|
|
12
37
|
### 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.38",
|
4
4
|
"description": "Fluent UI Radio component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -18,13 +18,13 @@
|
|
18
18
|
"@fluentui/scripts-api-extractor": "*"
|
19
19
|
},
|
20
20
|
"dependencies": {
|
21
|
-
"@fluentui/react-field": "^9.1.
|
22
|
-
"@fluentui/react-jsx-runtime": "^9.0.
|
23
|
-
"@fluentui/react-label": "^9.1.
|
24
|
-
"@fluentui/react-shared-contexts": "^9.21.
|
25
|
-
"@fluentui/react-tabster": "^9.23.
|
26
|
-
"@fluentui/react-theme": "^9.1.
|
27
|
-
"@fluentui/react-utilities": "^9.18.
|
21
|
+
"@fluentui/react-field": "^9.1.82",
|
22
|
+
"@fluentui/react-jsx-runtime": "^9.0.47",
|
23
|
+
"@fluentui/react-label": "^9.1.80",
|
24
|
+
"@fluentui/react-shared-contexts": "^9.21.1",
|
25
|
+
"@fluentui/react-tabster": "^9.23.1",
|
26
|
+
"@fluentui/react-theme": "^9.1.23",
|
27
|
+
"@fluentui/react-utilities": "^9.18.18",
|
28
28
|
"@griffel/react": "^1.5.22",
|
29
29
|
"@swc/helpers": "^0.5.1"
|
30
30
|
},
|