@fluentui/react-radio 0.0.0-nightly-20220324-0418.1 → 0.0.0-nightly-20220329-0420.1
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +13 -13
- package/CHANGELOG.md +9 -9
- package/package.json +6 -6
package/CHANGELOG.json
CHANGED
@@ -2,9 +2,9 @@
|
|
2
2
|
"name": "@fluentui/react-radio",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-radio_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Tue, 29 Mar 2022 04:30:56 GMT",
|
6
|
+
"tag": "@fluentui/react-radio_v0.0.0-nightly-20220329-0420.1",
|
7
|
+
"version": "0.0.0-nightly-20220329-0420.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
@@ -40,32 +40,32 @@
|
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-radio",
|
43
|
-
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220329-0420.1",
|
44
|
+
"commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
|
45
45
|
},
|
46
46
|
{
|
47
47
|
"author": "beachball",
|
48
48
|
"package": "@fluentui/react-radio",
|
49
|
-
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-
|
50
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220329-0420.1",
|
50
|
+
"commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
|
51
51
|
},
|
52
52
|
{
|
53
53
|
"author": "beachball",
|
54
54
|
"package": "@fluentui/react-radio",
|
55
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
56
|
-
"commit": "
|
55
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220329-0420.1",
|
56
|
+
"commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
|
57
57
|
},
|
58
58
|
{
|
59
59
|
"author": "beachball",
|
60
60
|
"package": "@fluentui/react-radio",
|
61
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
62
|
-
"commit": "
|
61
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220329-0420.1",
|
62
|
+
"commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
|
63
63
|
},
|
64
64
|
{
|
65
65
|
"author": "beachball",
|
66
66
|
"package": "@fluentui/react-radio",
|
67
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
68
|
-
"commit": "
|
67
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220329-0420.1",
|
68
|
+
"commit": "0c96e9cadb4162a239f689e2b6859c8de761d14d"
|
69
69
|
}
|
70
70
|
],
|
71
71
|
"none": [
|
package/CHANGELOG.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# Change Log - @fluentui/react-radio
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 29 Mar 2022 04:30:56 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220329-0420.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v0.0.0-nightly-20220329-0420.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-beta.2..@fluentui/react-radio_v0.0.0-nightly-
|
9
|
+
Tue, 29 Mar 2022 04:30:56 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-beta.2..@fluentui/react-radio_v0.0.0-nightly-20220329-0420.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
@@ -16,11 +16,11 @@ Thu, 24 Mar 2022 04:27:38 GMT
|
|
16
16
|
- Remove star exports from react-radio ([PR #22106](https://github.com/microsoft/fluentui/pull/22106) by seanmonahan@microsoft.com)
|
17
17
|
- Add onChange event prop to Radio ([PR #22104](https://github.com/microsoft/fluentui/pull/22104) by seanmonahan@microsoft.com)
|
18
18
|
- Radio/RadioGroup API alignment. ([PR #22065](https://github.com/microsoft/fluentui/pull/22065) by seanmonahan@microsoft.com)
|
19
|
-
- Bump @fluentui/react-label to v0.0.0-nightly-
|
20
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-
|
21
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
22
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
23
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
19
|
+
- Bump @fluentui/react-label to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
|
20
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
|
21
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
|
22
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
|
23
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220329-0420.1 ([commit](https://github.com/microsoft/fluentui/commit/0c96e9cadb4162a239f689e2b6859c8de761d14d) by beachball)
|
24
24
|
|
25
25
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.0-beta.2)
|
26
26
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-radio",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220329-0420.1",
|
4
4
|
"description": "Fluent UI Radio component",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"devDependencies": {
|
28
28
|
"@fluentui/eslint-plugin": "*",
|
29
29
|
"@fluentui/react-conformance": "*",
|
30
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
30
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220329-0420.1"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
33
|
"@fluentui/react-icons": "^2.0.159-beta.10",
|
34
|
-
"@fluentui/react-label": "0.0.0-nightly-
|
35
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
36
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
34
|
+
"@fluentui/react-label": "0.0.0-nightly-20220329-0420.1",
|
35
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20220329-0420.1",
|
36
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220329-0420.1",
|
37
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220329-0420.1",
|
38
38
|
"@griffel/react": "1.0.0",
|
39
39
|
"tslib": "^2.1.0"
|
40
40
|
},
|