@fluentui/react-button 9.0.0-beta.1 → 9.0.0-nightly.46b9ea7036.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/CHANGELOG.json +111 -1
  2. package/CHANGELOG.md +32 -2
  3. package/package.json +10 -10
package/CHANGELOG.json CHANGED
@@ -2,7 +2,117 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 06 Oct 2021 10:36:00 GMT",
5
+ "date": "Mon, 25 Oct 2021 09:17:19 GMT",
6
+ "tag": "@fluentui/react-button_v9.0.0-nightly.46b9ea7036.0",
7
+ "version": "9.0.0-nightly.46b9ea7036.0",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-button",
13
+ "comment": "Release nightly v9",
14
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
15
+ },
16
+ {
17
+ "author": "gcox@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "comment": "Removed duplicate 'Button' from story names",
20
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
21
+ },
22
+ {
23
+ "author": "peter@draxler.ml",
24
+ "package": "@fluentui/react-button",
25
+ "comment": "added styling of documentation",
26
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-button",
31
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-nightly.46b9ea7036.0",
32
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-button",
37
+ "comment": "Bump @fluentui/react-aria to v9.0.0-nightly.46b9ea7036.0",
38
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-button",
43
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.46b9ea7036.0",
44
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-button",
49
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-nightly.46b9ea7036.0",
50
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-button",
55
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.46b9ea7036.0",
56
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-button",
61
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.46b9ea7036.0",
62
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
63
+ },
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-button",
67
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.46b9ea7036.0",
68
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-button",
73
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.46b9ea7036.0",
74
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-button",
79
+ "comment": "Bump @fluentui/react-menu to v9.0.0-nightly.46b9ea7036.0",
80
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
81
+ }
82
+ ],
83
+ "none": [
84
+ {
85
+ "author": "mgodbolt@microsoft.com",
86
+ "package": "@fluentui/react-button",
87
+ "comment": "remove playground from button examples",
88
+ "commit": "55900273a4f023d6bb5cd8a3331f2f929d05a4ea"
89
+ }
90
+ ]
91
+ }
92
+ },
93
+ {
94
+ "date": "Tue, 12 Oct 2021 19:45:58 GMT",
95
+ "tag": "@fluentui/react-button_v9.0.0-beta.2",
96
+ "version": "9.0.0-beta.2",
97
+ "comments": {
98
+ "prerelease": [
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-button",
102
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.2",
103
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-button",
108
+ "comment": "Bump @fluentui/react-menu to v9.0.0-beta.2",
109
+ "commit": "bdd19e2bb827fc1d8eb329e6ed48cd0542048358"
110
+ }
111
+ ]
112
+ }
113
+ },
114
+ {
115
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
6
116
  "tag": "@fluentui/react-button_v9.0.0-beta.1",
7
117
  "version": "9.0.0-beta.1",
8
118
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,42 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Wed, 06 Oct 2021 10:36:00 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 25 Oct 2021 09:17:19 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-nightly.46b9ea7036.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-nightly.46b9ea7036.0)
8
+
9
+ Mon, 25 Oct 2021 09:17:19 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.2..@fluentui/react-button_v9.0.0-nightly.46b9ea7036.0)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by email not defined)
15
+ - Removed duplicate 'Button' from story names ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by gcox@microsoft.com)
16
+ - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by peter@draxler.ml)
17
+ - Bump @fluentui/keyboard-keys to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
18
+ - Bump @fluentui/react-aria to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
19
+ - Bump @fluentui/react-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
22
+ - Bump @fluentui/babel-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
23
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
24
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
25
+ - Bump @fluentui/react-menu to v9.0.0-nightly.46b9ea7036.0 ([commit](https://github.com/microsoft/fluentui/commit/55900273a4f023d6bb5cd8a3331f2f929d05a4ea) by beachball)
26
+
27
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
28
+
29
+ Tue, 12 Oct 2021 19:45:58 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.1..@fluentui/react-button_v9.0.0-beta.2)
31
+
32
+ ### Changes
33
+
34
+ - Bump @fluentui/react-tabster to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
35
+ - Bump @fluentui/react-menu to v9.0.0-beta.2 ([PR #20132](https://github.com/microsoft/fluentui/pull/20132) by beachball)
36
+
7
37
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.1)
8
38
 
9
- Wed, 06 Oct 2021 10:36:00 GMT
39
+ Wed, 06 Oct 2021 10:37:22 GMT
10
40
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.101..@fluentui/react-button_v9.0.0-beta.1)
11
41
 
12
42
  ### Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "9.0.0-beta.1",
3
+ "version": "9.0.0-nightly.46b9ea7036.0",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -26,12 +26,12 @@
26
26
  },
27
27
  "devDependencies": {
28
28
  "@fluentui/a11y-testing": "^0.1.0",
29
- "@fluentui/babel-make-styles": "9.0.0-beta.1",
29
+ "@fluentui/babel-make-styles": "9.0.0-nightly.46b9ea7036.0",
30
30
  "@fluentui/eslint-plugin": "*",
31
- "@fluentui/jest-serializer-make-styles": "9.0.0-beta.1",
31
+ "@fluentui/jest-serializer-make-styles": "9.0.0-nightly.46b9ea7036.0",
32
32
  "@fluentui/react-conformance": "*",
33
- "@fluentui/react-conformance-make-styles": "9.0.0-beta.1",
34
- "@fluentui/react-menu": "9.0.0-beta.1",
33
+ "@fluentui/react-conformance-make-styles": "9.0.0-nightly.46b9ea7036.0",
34
+ "@fluentui/react-menu": "9.0.0-nightly.46b9ea7036.0",
35
35
  "@fluentui/scripts": "^1.0.0",
36
36
  "@types/enzyme": "3.10.3",
37
37
  "@types/enzyme-adapter-react-16": "1.0.3",
@@ -45,12 +45,12 @@
45
45
  "react-test-renderer": "^16.3.0"
46
46
  },
47
47
  "dependencies": {
48
- "@fluentui/keyboard-keys": "9.0.0-beta.1",
49
- "@fluentui/react-aria": "9.0.0-beta.1",
48
+ "@fluentui/keyboard-keys": "9.0.0-nightly.46b9ea7036.0",
49
+ "@fluentui/react-aria": "9.0.0-nightly.46b9ea7036.0",
50
50
  "@fluentui/react-icons": "^1.1.140",
51
- "@fluentui/react-make-styles": "9.0.0-beta.1",
52
- "@fluentui/react-tabster": "9.0.0-beta.1",
53
- "@fluentui/react-utilities": "9.0.0-beta.1",
51
+ "@fluentui/react-make-styles": "9.0.0-nightly.46b9ea7036.0",
52
+ "@fluentui/react-tabster": "9.0.0-nightly.46b9ea7036.0",
53
+ "@fluentui/react-utilities": "9.0.0-nightly.46b9ea7036.0",
54
54
  "tslib": "^2.1.0"
55
55
  },
56
56
  "peerDependencies": {