@fluentui/react-button 9.0.0-alpha.94 → 9.0.0-alpha.95

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,30 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 29 Sep 2021 08:05:12 GMT",
5
+ "date": "Thu, 30 Sep 2021 09:18:04 GMT",
6
+ "tag": "@fluentui/react-button_v9.0.0-alpha.95",
7
+ "version": "9.0.0-alpha.95",
8
+ "comments": {
9
+ "none": [
10
+ {
11
+ "author": "peter@draxler.ml",
12
+ "package": "@fluentui/react-button",
13
+ "comment": "update stories structure to make them exportable to CodeSandbox",
14
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
15
+ }
16
+ ],
17
+ "prerelease": [
18
+ {
19
+ "author": "beachball",
20
+ "package": "@fluentui/react-button",
21
+ "comment": "Bump @fluentui/react-menu to v9.0.0-alpha.86",
22
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
23
+ }
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
6
29
  "tag": "@fluentui/react-button_v9.0.0-alpha.94",
7
30
  "version": "9.0.0-alpha.94",
8
31
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Wed, 29 Sep 2021 08:05:12 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 30 Sep 2021 09:18:04 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.95)
8
+
9
+ Thu, 30 Sep 2021 09:18:04 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.94..@fluentui/react-button_v9.0.0-alpha.95)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-menu to v9.0.0-alpha.86 ([PR #19802](https://github.com/microsoft/fluentui/pull/19802) by beachball)
15
+
7
16
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.94)
8
17
 
9
- Wed, 29 Sep 2021 08:05:12 GMT
18
+ Wed, 29 Sep 2021 08:06:11 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.93..@fluentui/react-button_v9.0.0-alpha.94)
11
20
 
12
21
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.0.0-alpha.94",
3
+ "version": "9.0.0-alpha.95",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,7 +31,7 @@
31
31
  "@fluentui/jest-serializer-make-styles": "9.0.0-alpha.49",
32
32
  "@fluentui/react-conformance": "*",
33
33
  "@fluentui/react-conformance-make-styles": "9.0.0-alpha.18",
34
- "@fluentui/react-menu": "9.0.0-alpha.85",
34
+ "@fluentui/react-menu": "9.0.0-alpha.86",
35
35
  "@fluentui/scripts": "^1.0.0",
36
36
  "@types/enzyme": "3.10.3",
37
37
  "@types/enzyme-adapter-react-16": "1.0.3",