@fluentui/react-button 0.0.0-nightly-20220627-0421.1 → 0.0.0-nightly-20220705-0421.1

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 +140 -21
  2. package/CHANGELOG.md +52 -10
  3. package/package.json +9 -11
package/CHANGELOG.json CHANGED
@@ -2,11 +2,95 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 27 Jun 2022 04:32:38 GMT",
6
- "tag": "@fluentui/react-button_v0.0.0-nightly-20220627-0421.1",
7
- "version": "0.0.0-nightly-20220627-0421.1",
5
+ "date": "Tue, 05 Jul 2022 04:33:55 GMT",
6
+ "tag": "@fluentui/react-button_v0.0.0-nightly-20220705-0421.1",
7
+ "version": "0.0.0-nightly-20220705-0421.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-button",
13
+ "commit": "not available",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-button",
19
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220705-0421.1",
20
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-button",
25
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightly-20220705-0421.1",
26
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-button",
31
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220705-0421.1",
32
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-button",
37
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220705-0421.1",
38
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-button",
43
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220705-0421.1",
44
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-button",
49
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220705-0421.1",
50
+ "commit": "7e38a357620f7ae2dbd4c42dfb81c4488a0c642d"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Tue, 28 Jun 2022 17:39:47 GMT",
57
+ "tag": "@fluentui/react-button_v9.0.1",
58
+ "version": "9.0.1",
59
+ "comments": {
60
+ "patch": [
61
+ {
62
+ "author": "lingfangao@hotmail.com",
63
+ "package": "@fluentui/react-button",
64
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
65
+ "comment": "fix: Use caret dependency range for Griffel"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-button",
70
+ "comment": "Bump @fluentui/react-tabster to v9.0.1",
71
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-button",
76
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
77
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Tue, 28 Jun 2022 15:13:26 GMT",
84
+ "tag": "@fluentui/react-button_v9.0.0",
85
+ "version": "9.0.0",
86
+ "comments": {
87
+ "prerelease": [
88
+ {
89
+ "author": "lingfangao@hotmail.com",
90
+ "package": "@fluentui/react-button",
91
+ "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
92
+ "comment": "Bump Griffel dependencies"
93
+ },
10
94
  {
11
95
  "author": "Humberto.Morimoto@microsoft.com",
12
96
  "package": "@fluentui/react-button",
@@ -19,6 +103,12 @@
19
103
  "commit": "31b9f89bcd3ffc2b0719b0b55643ccf92ff6a686",
20
104
  "comment": "Button: Adding missing forced color adjust overrides."
21
105
  },
106
+ {
107
+ "author": "lingfangao@hotmail.com",
108
+ "package": "@fluentui/react-button",
109
+ "commit": "e0aabd850b15adf9c151ebd4e332f7c50ad6cfdf",
110
+ "comment": "Update 9.0.0-rc dependencies to use caret range"
111
+ },
22
112
  {
23
113
  "author": "Humberto.Morimoto@microsoft.com",
24
114
  "package": "@fluentui/react-button",
@@ -30,50 +120,79 @@
30
120
  "package": "@fluentui/react-button",
31
121
  "commit": "82bd30dd41ad58df1f325e9b721200ed15d674a2",
32
122
  "comment": "chore: Update @fluentui/react-icons to latest version"
33
- },
123
+ }
124
+ ],
125
+ "none": [
126
+ {
127
+ "author": "mgodbolt@microsoft.com",
128
+ "package": "@fluentui/react-button",
129
+ "commit": "19377b1b434b3fd25c7d2a4be1c548bb553803a1",
130
+ "comment": "chore: Moving button stories to folder with index entry."
131
+ }
132
+ ],
133
+ "patch": [
34
134
  {
35
135
  "author": "lingfangao@hotmail.com",
36
136
  "package": "@fluentui/react-button",
37
- "commit": "675acea49c97f10837ddee9b8c4350ca27750125",
38
- "comment": "Bump Griffel dependencies"
137
+ "commit": "c7b1348bdad7aa883c29bfbc96ef2a32e6ebc7dd",
138
+ "comment": "feat: Initial 9.0.0 release"
139
+ },
140
+ {
141
+ "author": "beachball",
142
+ "package": "@fluentui/react-button",
143
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0",
144
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
39
145
  },
40
146
  {
41
147
  "author": "beachball",
42
148
  "package": "@fluentui/react-button",
43
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightly-20220627-0421.1",
44
- "commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
149
+ "comment": "Bump @fluentui/react-aria to v9.0.0",
150
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
45
151
  },
46
152
  {
47
153
  "author": "beachball",
48
154
  "package": "@fluentui/react-button",
49
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220627-0421.1",
50
- "commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
155
+ "comment": "Bump @fluentui/react-tabster to v9.0.0",
156
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
51
157
  },
52
158
  {
53
159
  "author": "beachball",
54
160
  "package": "@fluentui/react-button",
55
- "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220627-0421.1",
56
- "commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
161
+ "comment": "Bump @fluentui/react-theme to v9.0.0",
162
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
57
163
  },
58
164
  {
59
165
  "author": "beachball",
60
166
  "package": "@fluentui/react-button",
61
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220627-0421.1",
62
- "commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
167
+ "comment": "Bump @fluentui/react-utilities to v9.0.0",
168
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
63
169
  },
64
170
  {
65
171
  "author": "beachball",
66
172
  "package": "@fluentui/react-button",
67
- "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220627-0421.1",
68
- "commit": "05673e336908551b7a18202fd68ab9d5fb68d271"
173
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9",
174
+ "commit": "ba6c5d651559b91c815429c9a9357c4d5a390f3e"
69
175
  }
70
- ],
71
- "none": [
176
+ ]
177
+ }
178
+ },
179
+ {
180
+ "date": "Thu, 23 Jun 2022 14:25:31 GMT",
181
+ "tag": "@fluentui/react-button_v9.0.0-rc.14",
182
+ "version": "9.0.0-rc.14",
183
+ "comments": {
184
+ "prerelease": [
72
185
  {
73
- "author": "mgodbolt@microsoft.com",
186
+ "author": "beachball",
74
187
  "package": "@fluentui/react-button",
75
- "commit": "19377b1b434b3fd25c7d2a4be1c548bb553803a1",
76
- "comment": "chore: Moving button stories to folder with index entry."
188
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.14",
189
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
190
+ },
191
+ {
192
+ "author": "beachball",
193
+ "package": "@fluentui/react-button",
194
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.10",
195
+ "commit": "b00790b7a0ea1473d8c3cc49c7ca0088002957ed"
77
196
  }
78
197
  ]
79
198
  }
package/CHANGELOG.md CHANGED
@@ -1,26 +1,68 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Mon, 27 Jun 2022 04:32:38 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Jul 2022 04:33:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightly-20220627-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightly-20220627-0421.1)
7
+ ## [0.0.0-nightly-20220705-0421.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightly-20220705-0421.1)
8
8
 
9
- Mon, 27 Jun 2022 04:32:38 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.13..@fluentui/react-button_v0.0.0-nightly-20220627-0421.1)
9
+ Tue, 05 Jul 2022 04:33:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.1..@fluentui/react-button_v0.0.0-nightly-20220705-0421.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/keyboard-keys to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
16
+ - Bump @fluentui/react-aria to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
17
+ - Bump @fluentui/react-tabster to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
18
+ - Bump @fluentui/react-theme to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
19
+ - Bump @fluentui/react-utilities to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
20
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220705-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/7e38a357620f7ae2dbd4c42dfb81c4488a0c642d) by beachball)
21
+
22
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.1)
23
+
24
+ Tue, 28 Jun 2022 17:39:47 GMT
25
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0..@fluentui/react-button_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-tabster to v9.0.1 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
31
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
32
+
33
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0)
34
+
35
+ Tue, 28 Jun 2022 15:13:26 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.14..@fluentui/react-button_v9.0.0)
37
+
38
+ ### Patches
39
+
40
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
41
+ - Bump @fluentui/keyboard-keys to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
42
+ - Bump @fluentui/react-aria to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
43
+ - Bump @fluentui/react-tabster to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
44
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
45
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
46
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
47
+
48
+ ### Changes
49
+
50
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
14
51
  - README and migration guide cleanup. ([PR #23395](https://github.com/microsoft/fluentui/pull/23395) by Humberto.Morimoto@microsoft.com)
15
52
  - Button: Adding missing forced color adjust overrides. ([PR #23387](https://github.com/microsoft/fluentui/pull/23387) by Humberto.Morimoto@microsoft.com)
53
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
16
54
  - Button: Fixing hover styles in High Contrast mode. ([PR #23384](https://github.com/microsoft/fluentui/pull/23384) by Humberto.Morimoto@microsoft.com)
17
55
  - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
18
- - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
19
- - Bump @fluentui/react-aria to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
20
- - Bump @fluentui/react-tabster to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
21
- - Bump @fluentui/react-theme to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
22
- - Bump @fluentui/react-utilities to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
23
- - Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220627-0421.1 ([commit](https://github.com/microsoft/fluentui/commit/05673e336908551b7a18202fd68ab9d5fb68d271) by beachball)
56
+
57
+ ## [9.0.0-rc.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.14)
58
+
59
+ Thu, 23 Jun 2022 14:25:31 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.13..@fluentui/react-button_v9.0.0-rc.14)
61
+
62
+ ### Changes
63
+
64
+ - Bump @fluentui/react-tabster to v9.0.0-rc.14 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
65
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
24
66
 
25
67
  ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.13)
26
68
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "0.0.0-nightly-20220627-0421.1",
3
+ "version": "0.0.0-nightly-20220705-0421.1",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -29,17 +29,17 @@
29
29
  "@fluentui/a11y-testing": "^0.1.0",
30
30
  "@fluentui/eslint-plugin": "*",
31
31
  "@fluentui/react-conformance": "*",
32
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220627-0421.1",
32
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20220705-0421.1",
33
33
  "@fluentui/scripts": "^1.0.0"
34
34
  },
35
35
  "dependencies": {
36
- "@fluentui/keyboard-keys": "0.0.0-nightly-20220627-0421.0",
37
- "@fluentui/react-aria": "0.0.0-nightly-20220627-0421.1",
36
+ "@fluentui/keyboard-keys": "^0.0.0-nightly-20220705-0421.1",
37
+ "@fluentui/react-aria": "^0.0.0-nightly-20220705-0421.1",
38
38
  "@fluentui/react-icons": "^2.0.172-rc.8",
39
- "@fluentui/react-tabster": "0.0.0-nightly-20220627-0421.1",
40
- "@fluentui/react-theme": "0.0.0-nightly-20220627-0421.1",
41
- "@fluentui/react-utilities": "0.0.0-nightly-20220627-0421.1",
42
- "@griffel/react": "1.2.0",
39
+ "@fluentui/react-tabster": "^0.0.0-nightly-20220705-0421.1",
40
+ "@fluentui/react-theme": "^0.0.0-nightly-20220705-0421.1",
41
+ "@fluentui/react-utilities": "^0.0.0-nightly-20220705-0421.1",
42
+ "@griffel/react": "^1.2.0",
43
43
  "tslib": "^2.1.0"
44
44
  },
45
45
  "peerDependencies": {
@@ -50,9 +50,7 @@
50
50
  },
51
51
  "beachball": {
52
52
  "disallowedChangeTypes": [
53
- "major",
54
- "minor",
55
- "patch"
53
+ "major"
56
54
  ]
57
55
  },
58
56
  "exports": {