@fluentui/react-radio 9.0.18 → 9.0.19

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-radio",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:44 GMT",
5
+ "date": "Wed, 18 Jan 2023 16:30:58 GMT",
6
+ "tag": "@fluentui/react-radio_v9.0.19",
7
+ "version": "9.0.19",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-radio",
13
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
14
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 16 Jan 2023 08:39:08 GMT",
6
21
  "tag": "@fluentui/react-radio_v9.0.18",
7
22
  "version": "9.0.18",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-radio
2
2
 
3
- This log was last generated on Mon, 16 Jan 2023 08:35:44 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 18 Jan 2023 16:30:58 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.19)
8
+
9
+ Wed, 18 Jan 2023 16:30:58 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.18..@fluentui/react-radio_v9.0.19)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-tabster to v9.4.0 ([PR #26377](https://github.com/microsoft/fluentui/pull/26377) by beachball)
15
+
7
16
  ## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-radio_v9.0.18)
8
17
 
9
- Mon, 16 Jan 2023 08:35:44 GMT
18
+ Mon, 16 Jan 2023 08:39:08 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-radio_v9.0.17..@fluentui/react-radio_v9.0.18)
11
20
 
12
21
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-radio",
3
- "version": "9.0.18",
3
+ "version": "9.0.19",
4
4
  "description": "Fluent UI Radio component",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -36,7 +36,7 @@
36
36
  "@fluentui/react-field": "9.0.0-alpha.15",
37
37
  "@fluentui/react-icons": "^2.0.175",
38
38
  "@fluentui/react-label": "^9.0.17",
39
- "@fluentui/react-tabster": "^9.3.7",
39
+ "@fluentui/react-tabster": "^9.4.0",
40
40
  "@fluentui/react-theme": "^9.1.5",
41
41
  "@fluentui/react-utilities": "^9.4.0",
42
42
  "@griffel/react": "^1.5.2",