@fluentui/react-radio 0.0.0-nightly-20220623-0419.1 → 0.0.0-nightly-20220629-1444.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.json +161 -18
  2. package/CHANGELOG.md +55 -9
  3. package/package.json +11 -12
package/CHANGELOG.json CHANGED
@@ -2,19 +2,113 @@
2
2
  "name": "@fluentui/react-radio",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 23 Jun 2022 04:31:15 GMT",
6
- "tag": "@fluentui/react-radio_v0.0.0-nightly-20220623-0419.1",
7
- "version": "0.0.0-nightly-20220623-0419.1",
5
+ "date": "Wed, 29 Jun 2022 14:56:19 GMT",
6
+ "tag": "@fluentui/react-radio_v0.0.0-nightly-20220629-1444.1",
7
+ "version": "0.0.0-nightly-20220629-1444.1",
8
8
  "comments": {
9
- "none": [
9
+ "prerelease": [
10
10
  {
11
- "author": "mgodbolt@microsoft.com",
11
+ "author": "email not defined",
12
12
  "package": "@fluentui/react-radio",
13
- "commit": "186ef545c10e123ed692ca2b0e23a510e41ab951",
14
- "comment": "chore: convert radio group to index based stories import"
13
+ "commit": "not available",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-radio",
19
+ "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20220629-1444.1",
20
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-radio",
25
+ "comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220629-1444.1",
26
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-radio",
31
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220629-1444.1",
32
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-radio",
37
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220629-1444.1",
38
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-radio",
43
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220629-1444.1",
44
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-radio",
49
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220629-1444.1",
50
+ "commit": "69fd45674774a9e2e90bb9fcb472a7d0b13aeafd"
15
51
  }
16
- ],
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 28 Jun 2022 17:39:51 GMT",
57
+ "tag": "@fluentui/react-radio_v9.0.1",
58
+ "version": "9.0.1",
59
+ "comments": {
60
+ "patch": [
61
+ {
62
+ "author": "lingfangao@hotmail.com",
63
+ "package": "@fluentui/react-radio",
64
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
65
+ "comment": "fix: Use caret dependency range for Griffel"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-radio",
70
+ "comment": "Bump @fluentui/react-label to v9.0.1",
71
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-radio",
76
+ "comment": "Bump @fluentui/react-tabster to v9.0.1",
77
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-radio",
82
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
83
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
84
+ }
85
+ ]
86
+ }
87
+ },
88
+ {
89
+ "date": "Tue, 28 Jun 2022 15:13:53 GMT",
90
+ "tag": "@fluentui/react-radio_v9.0.0",
91
+ "version": "9.0.0",
92
+ "comments": {
17
93
  "prerelease": [
94
+ {
95
+ "author": "Humberto.Morimoto@microsoft.com",
96
+ "package": "@fluentui/react-radio",
97
+ "commit": "ddf16d80c50d80bc07331b478f567629775f2898",
98
+ "comment": "chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector."
99
+ },
100
+ {
101
+ "author": "lingfangao@hotmail.com",
102
+ "package": "@fluentui/react-radio",
103
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
104
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
105
+ },
106
+ {
107
+ "author": "lingfangao@hotmail.com",
108
+ "package": "@fluentui/react-radio",
109
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
110
+ "comment": "Bump Griffel dependencies"
111
+ },
18
112
  {
19
113
  "author": "olfedias@microsoft.com",
20
114
  "package": "@fluentui/react-radio",
@@ -26,36 +120,85 @@
26
120
  "package": "@fluentui/react-radio",
27
121
  "commit": "fd4c88b3915ed3e26d4d39bcb24390343b8299ac",
28
122
  "comment": "fix: Removing user-select: 'none' from label."
123
+ }
124
+ ],
125
+ "none": [
126
+ {
127
+ "author": "mgodbolt@microsoft.com",
128
+ "package": "@fluentui/react-radio",
129
+ "commit": "186ef545c10e123ed692ca2b0e23a510e41ab951",
130
+ "comment": "chore: convert radio group to index based stories import"
131
+ }
132
+ ],
133
+ "patch": [
134
+ {
135
+ "author": "lingfangao@hotmail.com",
136
+ "package": "@fluentui/react-radio",
137
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
138
+ "comment": "feat: Initial 9.0.0 release"
139
+ },
140
+ {
141
+ "author": "beachball",
142
+ "package": "@fluentui/react-radio",
143
+ "comment": "Bump @fluentui/react-context-selector to v9.0.0",
144
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
29
145
  },
30
146
  {
31
147
  "author": "beachball",
32
148
  "package": "@fluentui/react-radio",
33
- "comment": "Bump @fluentui/react-context-selector to v0.0.0-nightly-20220623-0419.1",
34
- "commit": "9df169f017c97b7fe34f7b7618e4a29baf38b22b"
149
+ "comment": "Bump @fluentui/react-label to v9.0.0",
150
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
35
151
  },
36
152
  {
37
153
  "author": "beachball",
38
154
  "package": "@fluentui/react-radio",
39
- "comment": "Bump @fluentui/react-label to v0.0.0-nightly-20220623-0419.1",
40
- "commit": "9df169f017c97b7fe34f7b7618e4a29baf38b22b"
155
+ "comment": "Bump @fluentui/react-tabster to v9.0.0",
156
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
41
157
  },
42
158
  {
43
159
  "author": "beachball",
44
160
  "package": "@fluentui/react-radio",
45
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220623-0419.1",
46
- "commit": "9df169f017c97b7fe34f7b7618e4a29baf38b22b"
161
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
162
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
163
+ },
164
+ {
165
+ "author": "beachball",
166
+ "package": "@fluentui/react-radio",
167
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
168
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
169
+ },
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-radio",
173
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
174
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
175
+ }
176
+ ]
177
+ }
178
+ },
179
+ {
180
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
181
+ "tag": "@fluentui/react-radio_v9.0.0-rc.7",
182
+ "version": "9.0.0-rc.7",
183
+ "comments": {
184
+ "prerelease": [
185
+ {
186
+ "author": "beachball",
187
+ "package": "@fluentui/react-radio",
188
+ "comment": "Bump @fluentui/react-label to v9.0.0-rc.6",
189
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
47
190
  },
48
191
  {
49
192
  "author": "beachball",
50
193
  "package": "@fluentui/react-radio",
51
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220623-0419.1",
52
- "commit": "9df169f017c97b7fe34f7b7618e4a29baf38b22b"
194
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
195
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
53
196
  },
54
197
  {
55
198
  "author": "beachball",
56
199
  "package": "@fluentui/react-radio",
57
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220623-0419.1",
58
- "commit": "9df169f017c97b7fe34f7b7618e4a29baf38b22b"
200
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
201
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
59
202
  }
60
203
  ]
61
204
  }
package/CHANGELOG.md CHANGED
@@ -1,23 +1,69 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Thu, 23 Jun 2022 04:31:15 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 29 Jun 2022 14:56:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220623-0419.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v0.0.0-nightly-20220623-0419.1)
7
+ ## [0.0.0-nightly-20220629-1444.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v0.0.0-nightly-20220629-1444.1)
8
8
 
9
- Thu, 23 Jun 2022 04:31:15 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-rc.6..@fluentui/react-radio_v0.0.0-nightly-20220623-0419.1)
9
+ Wed, 29 Jun 2022 14:56:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.1..@fluentui/react-radio_v0.0.0-nightly-20220629-1444.1)
11
11
 
12
12
  ### Changes
13
13
 
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
15
+ - Bump @fluentui/react-context-selector to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
16
+ - Bump @fluentui/react-label to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
17
+ - Bump @fluentui/react-tabster to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
18
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
19
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
20
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220629-1444.1 ([commit](https://github.com/microsoft/fluentui/commit/69fd45674774a9e2e90bb9fcb472a7d0b13aeafd) by beachball)
21
+
22
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.1)
23
+
24
+ Tue, 28 Jun 2022 17:39:51 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0..@fluentui/react-radio_v9.0.1)
26
+
27
+ ### Patches
28
+
29
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
30
+ - Bump @fluentui/react-label to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
31
+ - Bump @fluentui/react-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
32
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
33
+
34
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.0)
35
+
36
+ Tue, 28 Jun 2022 15:13:53 GMT
37
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-rc.7..@fluentui/react-radio_v9.0.0)
38
+
39
+ ### Patches
40
+
41
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
42
+ - Bump @fluentui/react-context-selector to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
43
+ - Bump @fluentui/react-label to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
44
+ - Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
45
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
46
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
47
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
48
+
49
+ ### Changes
50
+
51
+ - chore: Adding scheduler as a peer dependency since this package has a dependency on @fluentui/react-context-selector. ([PR #23681](https://github.com/microsoft/fluentui/pull/23681) by Humberto.Morimoto@microsoft.com)
52
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
53
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
14
54
  - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
15
55
  - fix: Removing user-select: 'none' from label. ([PR #23590](https://github.com/microsoft/fluentui/pull/23590) by Humberto.Morimoto@microsoft.com)
16
- - Bump @fluentui/react-context-selector to v0.0.0-nightly-20220623-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/9df169f017c97b7fe34f7b7618e4a29baf38b22b) by beachball)
17
- - Bump @fluentui/react-label to v0.0.0-nightly-20220623-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/9df169f017c97b7fe34f7b7618e4a29baf38b22b) by beachball)
18
- - Bump @fluentui/react-tabster to v0.0.0-nightly-20220623-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/9df169f017c97b7fe34f7b7618e4a29baf38b22b) by beachball)
19
- - Bump @fluentui/react-theme to v0.0.0-nightly-20220623-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/9df169f017c97b7fe34f7b7618e4a29baf38b22b) by beachball)
20
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20220623-0419.1 ([commit](https://github.com/microsoft/fluentui/commit/9df169f017c97b7fe34f7b7618e4a29baf38b22b) by beachball)
56
+
57
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.0-rc.7)
58
+
59
+ Thu, 23 Jun 2022 14:25:31 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.0-rc.6..@fluentui/react-radio_v9.0.0-rc.7)
61
+
62
+ ### Changes
63
+
64
+ - Bump @fluentui/react-label to v9.0.0-rc.6 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
65
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
66
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
21
67
 
22
68
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.0-rc.6)
23
69
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "0.0.0-nightly-20220623-0419.1",
3
+ "version": "0.0.0-nightly-20220629-1444.1",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -28,29 +28,28 @@
28
28
  "devDependencies": {
29
29
  "@fluentui/eslint-plugin": "*",
30
30
  "@fluentui/react-conformance": "*",
31
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220623-0419.0"
31
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220629-1444.1"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-context-selector": "0.0.0-nightly-20220623-0419.1",
34
+ "@fluentui/react-context-selector": "^0.0.0-nightly-20220629-1444.1",
35
35
  "@fluentui/react-icons": "^2.0.172-rc.8",
36
- "@fluentui/react-label": "0.0.0-nightly-20220623-0419.1",
37
- "@fluentui/react-tabster": "0.0.0-nightly-20220623-0419.1",
38
- "@fluentui/react-theme": "0.0.0-nightly-20220623-0419.1",
39
- "@fluentui/react-utilities": "0.0.0-nightly-20220623-0419.1",
40
- "@griffel/react": "1.1.0",
36
+ "@fluentui/react-label": "^0.0.0-nightly-20220629-1444.1",
37
+ "@fluentui/react-tabster": "^0.0.0-nightly-20220629-1444.1",
38
+ "@fluentui/react-theme": "^0.0.0-nightly-20220629-1444.1",
39
+ "@fluentui/react-utilities": "^0.0.0-nightly-20220629-1444.1",
40
+ "@griffel/react": "^1.2.0",
41
41
  "tslib": "^2.1.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@types/react": ">=16.8.0 <18.0.0",
45
45
  "@types/react-dom": ">=16.8.0 <18.0.0",
46
46
  "react": ">=16.8.0 <18.0.0",
47
- "react-dom": ">=16.8.0 <18.0.0"
47
+ "react-dom": ">=16.8.0 <18.0.0",
48
+ "scheduler": "^0.19.0 || ^0.20.0"
48
49
  },
49
50
  "beachball": {
50
51
  "disallowedChangeTypes": [
51
- "major",
52
- "minor",
53
- "patch"
52
+ "major"
54
53
  ]
55
54
  },
56
55
  "exports": {