@fluentui/react-button 0.20.0 → 0.20.3

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 27 Aug 2021 12:21:39 GMT",
5
+ "date": "Thu, 19 May 2022 12:26:46 GMT",
6
+ "tag": "@fluentui/react-button_v0.20.3",
7
+ "version": "0.20.3",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Update React compatibility to support React <18.0.0",
12
+ "author": "tmichon@microsoft.com",
13
+ "commit": "cfafa8b0de5d3d83307a2c091b9cf4a4d1909f2a",
14
+ "package": "@fluentui/react-button"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 30 Mar 2022 12:25:54 GMT",
21
+ "tag": "@fluentui/react-button_v0.20.2",
22
+ "version": "0.20.2",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "comment": "Bump @uifabric/utilities to v7.34.0",
27
+ "author": "tmichon@microsoft.com",
28
+ "commit": "0d0b2c6733a74be61e241242b4c980b314dbfc50",
29
+ "package": "@fluentui/react-button"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Fri, 22 Oct 2021 12:29:03 GMT",
36
+ "tag": "@fluentui/react-button_v0.20.1",
37
+ "version": "0.20.1",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "comment": "Bump @uifabric/styling to v7.20.0",
42
+ "author": "phkuo@microsoft.com",
43
+ "commit": "32e160960e1a61802e47d62aa5c904f5bbd4da83",
44
+ "package": "@fluentui/react-button"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 27 Aug 2021 12:24:10 GMT",
6
51
  "tag": "@fluentui/react-button_v0.20.0",
7
52
  "version": "0.20.0",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,39 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Fri, 27 Aug 2021 12:21:39 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 19 May 2022 12:26:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.20.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.3)
8
+
9
+ Thu, 19 May 2022 12:26:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.2..@fluentui/react-button_v0.20.3)
11
+
12
+ ### Patches
13
+
14
+ - Update React compatibility to support React <18.0.0 ([PR #22921](https://github.com/microsoft/fluentui/pull/22921) by tmichon@microsoft.com)
15
+
16
+ ## [0.20.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.2)
17
+
18
+ Wed, 30 Mar 2022 12:25:54 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.1..@fluentui/react-button_v0.20.2)
20
+
21
+ ### Patches
22
+
23
+ - Bump @uifabric/utilities to v7.34.0 ([PR #22039](https://github.com/microsoft/fluentui/pull/22039) by tmichon@microsoft.com)
24
+
25
+ ## [0.20.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.1)
26
+
27
+ Fri, 22 Oct 2021 12:29:03 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.0..@fluentui/react-button_v0.20.1)
29
+
30
+ ### Patches
31
+
32
+ - Bump @uifabric/styling to v7.20.0 ([PR #20243](https://github.com/microsoft/fluentui/pull/20243) by phkuo@microsoft.com)
33
+
7
34
  ## [0.20.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.0)
8
35
 
9
- Fri, 27 Aug 2021 12:21:39 GMT
36
+ Fri, 27 Aug 2021 12:24:10 GMT
10
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.19.8..@fluentui/react-button_v0.20.0)
11
38
 
12
39
  ### Minor changes