@fluentui/react-label 9.0.0-alpha.9 → 9.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/CHANGELOG.json +1348 -1
  2. package/CHANGELOG.md +486 -2
  3. package/Spec.md +28 -31
  4. package/dist/react-label.d.ts +28 -45
  5. package/lib/Label.js.map +1 -1
  6. package/lib/common/isConformant.d.ts +1 -1
  7. package/lib/common/isConformant.js +7 -5
  8. package/lib/common/isConformant.js.map +1 -1
  9. package/lib/components/Label/Label.d.ts +3 -4
  10. package/lib/components/Label/Label.js +5 -5
  11. package/lib/components/Label/Label.js.map +1 -1
  12. package/lib/components/Label/Label.types.d.ts +17 -32
  13. package/lib/components/Label/Label.types.js.map +1 -1
  14. package/lib/components/Label/index.js.map +1 -1
  15. package/lib/components/Label/renderLabel.d.ts +1 -2
  16. package/lib/components/Label/renderLabel.js +7 -7
  17. package/lib/components/Label/renderLabel.js.map +1 -1
  18. package/lib/components/Label/useLabel.d.ts +3 -6
  19. package/lib/components/Label/useLabel.js +32 -36
  20. package/lib/components/Label/useLabel.js.map +1 -1
  21. package/lib/components/Label/useLabelStyles.d.ts +2 -1
  22. package/lib/components/Label/useLabelStyles.js +44 -35
  23. package/lib/components/Label/useLabelStyles.js.map +1 -1
  24. package/lib/index.js.map +1 -1
  25. package/lib/tsdoc-metadata.json +1 -1
  26. package/lib-commonjs/Label.js +7 -2
  27. package/lib-commonjs/Label.js.map +1 -1
  28. package/lib-commonjs/common/isConformant.d.ts +1 -1
  29. package/lib-commonjs/common/isConformant.js +16 -7
  30. package/lib-commonjs/common/isConformant.js.map +1 -1
  31. package/lib-commonjs/components/Label/Label.d.ts +3 -4
  32. package/lib-commonjs/components/Label/Label.js +18 -10
  33. package/lib-commonjs/components/Label/Label.js.map +1 -1
  34. package/lib-commonjs/components/Label/Label.types.d.ts +17 -32
  35. package/lib-commonjs/components/Label/Label.types.js +4 -1
  36. package/lib-commonjs/components/Label/Label.types.js.map +1 -1
  37. package/lib-commonjs/components/Label/index.js +11 -2
  38. package/lib-commonjs/components/Label/index.js.map +1 -1
  39. package/lib-commonjs/components/Label/renderLabel.d.ts +1 -2
  40. package/lib-commonjs/components/Label/renderLabel.js +19 -11
  41. package/lib-commonjs/components/Label/renderLabel.js.map +1 -1
  42. package/lib-commonjs/components/Label/useLabel.d.ts +3 -6
  43. package/lib-commonjs/components/Label/useLabel.js +40 -37
  44. package/lib-commonjs/components/Label/useLabel.js.map +1 -1
  45. package/lib-commonjs/components/Label/useLabelStyles.d.ts +2 -1
  46. package/lib-commonjs/components/Label/useLabelStyles.js +52 -37
  47. package/lib-commonjs/components/Label/useLabelStyles.js.map +1 -1
  48. package/lib-commonjs/index.js +7 -2
  49. package/lib-commonjs/index.js.map +1 -1
  50. package/package.json +14 -11
  51. package/config/api-extractor.json +0 -3
  52. package/config/tests.js +0 -7
  53. package/etc/react-label.api.md +0 -51
  54. package/just.config.ts +0 -3
  55. package/lib-amd/Label.d.ts +0 -1
  56. package/lib-amd/Label.js +0 -6
  57. package/lib-amd/Label.js.map +0 -1
  58. package/lib-amd/common/isConformant.d.ts +0 -4
  59. package/lib-amd/common/isConformant.js +0 -14
  60. package/lib-amd/common/isConformant.js.map +0 -1
  61. package/lib-amd/components/Label/Label.d.ts +0 -7
  62. package/lib-amd/components/Label/Label.js +0 -16
  63. package/lib-amd/components/Label/Label.js.map +0 -1
  64. package/lib-amd/components/Label/Label.types.d.ts +0 -53
  65. package/lib-amd/components/Label/Label.types.js +0 -5
  66. package/lib-amd/components/Label/Label.types.js.map +0 -1
  67. package/lib-amd/components/Label/index.d.ts +0 -5
  68. package/lib-amd/components/Label/index.js +0 -10
  69. package/lib-amd/components/Label/index.js.map +0 -1
  70. package/lib-amd/components/Label/renderLabel.d.ts +0 -6
  71. package/lib-amd/components/Label/renderLabel.js +0 -17
  72. package/lib-amd/components/Label/renderLabel.js.map +0 -1
  73. package/lib-amd/components/Label/useLabel.d.ts +0 -20
  74. package/lib-amd/components/Label/useLabel.js +0 -55
  75. package/lib-amd/components/Label/useLabel.js.map +0 -1
  76. package/lib-amd/components/Label/useLabelStyles.d.ts +0 -5
  77. package/lib-amd/components/Label/useLabelStyles.js +0 -49
  78. package/lib-amd/components/Label/useLabelStyles.js.map +0 -1
  79. package/lib-amd/index.d.ts +0 -2
  80. package/lib-amd/index.js +0 -6
  81. package/lib-amd/index.js.map +0 -1
  82. package/src/components/Label/Label.types.ts +0 -61
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1354 @@
2
2
  "name": "@fluentui/react-label",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 18 Jun 2021 07:29:18 GMT",
5
+ "date": "Thu, 25 Nov 2021 08:31:32 GMT",
6
+ "tag": "@fluentui/react-label_v9.0.0-beta.4",
7
+ "version": "9.0.0-beta.4",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "ololubek@microsoft.com",
12
+ "package": "@fluentui/react-label",
13
+ "commit": "a683ee69b17c667227acb71c59f609b4f1ca1ef9",
14
+ "comment": "Add aria-hidden to Label required field"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-label",
19
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
20
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-label",
25
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
26
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-label",
31
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
32
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-label",
37
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
38
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-label",
43
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
44
+ "commit": "281e8820669214c1ffb9bc75e9b719a3b27fa9b6"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Fri, 12 Nov 2021 13:25:25 GMT",
51
+ "tag": "@fluentui/react-label_v9.0.0-beta.3",
52
+ "version": "9.0.0-beta.3",
53
+ "comments": {
54
+ "none": [
55
+ {
56
+ "author": "lingfangao@hotmail.com",
57
+ "package": "@fluentui/react-label",
58
+ "commit": "7eff1eb4a259988273f8bc709e2951dbb8e0b695",
59
+ "comment": "chore(Label): Rework documentation to desired format"
60
+ },
61
+ {
62
+ "author": "lingfangao@hotmail.com",
63
+ "package": "@fluentui/react-label",
64
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
65
+ "comment": "Remove beta release tag"
66
+ }
67
+ ],
68
+ "prerelease": [
69
+ {
70
+ "author": "gcox@microsoft.com",
71
+ "package": "@fluentui/react-label",
72
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
73
+ "comment": "Updated beta and RC components to ES2019"
74
+ },
75
+ {
76
+ "author": "olfedias@microsoft.com",
77
+ "package": "@fluentui/react-label",
78
+ "commit": "9186578324773f95f4d61be3d70e67752159d843",
79
+ "comment": "export static classes for components"
80
+ },
81
+ {
82
+ "author": "beachball",
83
+ "package": "@fluentui/react-label",
84
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
85
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
86
+ },
87
+ {
88
+ "author": "beachball",
89
+ "package": "@fluentui/react-label",
90
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
91
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
92
+ },
93
+ {
94
+ "author": "beachball",
95
+ "package": "@fluentui/react-label",
96
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
97
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
98
+ },
99
+ {
100
+ "author": "beachball",
101
+ "package": "@fluentui/react-label",
102
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
103
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
104
+ },
105
+ {
106
+ "author": "beachball",
107
+ "package": "@fluentui/react-label",
108
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
109
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
110
+ }
111
+ ]
112
+ }
113
+ },
114
+ {
115
+ "date": "Wed, 27 Oct 2021 12:14:18 GMT",
116
+ "tag": "@fluentui/react-label_v9.0.0-beta.2",
117
+ "version": "9.0.0-beta.2",
118
+ "comments": {
119
+ "prerelease": [
120
+ {
121
+ "author": "peter@draxler.ml",
122
+ "package": "@fluentui/react-label",
123
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
124
+ "comment": "added styling of documentation"
125
+ },
126
+ {
127
+ "author": "gcox@microsoft.com",
128
+ "package": "@fluentui/react-label",
129
+ "commit": "9a5055bbb719173bdfa5c82c1ab14f93efa9c736",
130
+ "comment": "Removed duplicate 'Label' from story names"
131
+ },
132
+ {
133
+ "author": "beachball",
134
+ "package": "@fluentui/react-label",
135
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
136
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
137
+ },
138
+ {
139
+ "author": "beachball",
140
+ "package": "@fluentui/react-label",
141
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
142
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
143
+ },
144
+ {
145
+ "author": "beachball",
146
+ "package": "@fluentui/react-label",
147
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
148
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
149
+ },
150
+ {
151
+ "author": "beachball",
152
+ "package": "@fluentui/react-label",
153
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
154
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-label",
159
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
160
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
161
+ }
162
+ ]
163
+ }
164
+ },
165
+ {
166
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
167
+ "tag": "@fluentui/react-label_v9.0.0-beta.1",
168
+ "version": "9.0.0-beta.1",
169
+ "comments": {
170
+ "prerelease": [
171
+ {
172
+ "author": "lingfangao@hotmail.com",
173
+ "package": "@fluentui/react-label",
174
+ "comment": "Bump all v9 components to beta prerelease tag",
175
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
176
+ },
177
+ {
178
+ "author": "beachball",
179
+ "package": "@fluentui/react-label",
180
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
181
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
182
+ },
183
+ {
184
+ "author": "beachball",
185
+ "package": "@fluentui/react-label",
186
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
187
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-label",
192
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
193
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-label",
198
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
199
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-label",
204
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
205
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
206
+ }
207
+ ]
208
+ }
209
+ },
210
+ {
211
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
212
+ "tag": "@fluentui/react-label_v9.0.0-alpha.51",
213
+ "version": "9.0.0-alpha.51",
214
+ "comments": {
215
+ "prerelease": [
216
+ {
217
+ "author": "beachball",
218
+ "package": "@fluentui/react-label",
219
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
220
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
221
+ },
222
+ {
223
+ "author": "beachball",
224
+ "package": "@fluentui/react-label",
225
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
226
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
227
+ },
228
+ {
229
+ "author": "beachball",
230
+ "package": "@fluentui/react-label",
231
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
232
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
233
+ },
234
+ {
235
+ "author": "beachball",
236
+ "package": "@fluentui/react-label",
237
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
238
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
239
+ }
240
+ ]
241
+ }
242
+ },
243
+ {
244
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
245
+ "tag": "@fluentui/react-label_v9.0.0-alpha.50",
246
+ "version": "9.0.0-alpha.50",
247
+ "comments": {
248
+ "prerelease": [
249
+ {
250
+ "author": "bsunderhus@microsoft.com",
251
+ "package": "@fluentui/react-label",
252
+ "comment": "Adds ForwardRefComponent to react-label components declaration",
253
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
254
+ },
255
+ {
256
+ "author": "beachball",
257
+ "package": "@fluentui/react-label",
258
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
259
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
260
+ },
261
+ {
262
+ "author": "beachball",
263
+ "package": "@fluentui/react-label",
264
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
265
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
266
+ },
267
+ {
268
+ "author": "beachball",
269
+ "package": "@fluentui/react-label",
270
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
271
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
272
+ },
273
+ {
274
+ "author": "beachball",
275
+ "package": "@fluentui/react-label",
276
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
277
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
278
+ },
279
+ {
280
+ "author": "beachball",
281
+ "package": "@fluentui/react-label",
282
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
283
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
284
+ }
285
+ ]
286
+ }
287
+ },
288
+ {
289
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
290
+ "tag": "@fluentui/react-label_v9.0.0-alpha.49",
291
+ "version": "9.0.0-alpha.49",
292
+ "comments": {
293
+ "prerelease": [
294
+ {
295
+ "author": "lingfangao@hotmail.com",
296
+ "package": "@fluentui/react-label",
297
+ "comment": "Bump v9 prerelease versions to rerelease",
298
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
299
+ },
300
+ {
301
+ "author": "beachball",
302
+ "package": "@fluentui/react-label",
303
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
304
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-label",
309
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
310
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
311
+ },
312
+ {
313
+ "author": "beachball",
314
+ "package": "@fluentui/react-label",
315
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
316
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
317
+ },
318
+ {
319
+ "author": "beachball",
320
+ "package": "@fluentui/react-label",
321
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
322
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
323
+ },
324
+ {
325
+ "author": "beachball",
326
+ "package": "@fluentui/react-label",
327
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
328
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
329
+ }
330
+ ]
331
+ }
332
+ },
333
+ {
334
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
335
+ "tag": "@fluentui/react-label_v9.0.0-alpha.47",
336
+ "version": "9.0.0-alpha.47",
337
+ "comments": {
338
+ "prerelease": [
339
+ {
340
+ "author": "beachball",
341
+ "package": "@fluentui/react-label",
342
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
343
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
344
+ },
345
+ {
346
+ "author": "beachball",
347
+ "package": "@fluentui/react-label",
348
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
349
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
350
+ },
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-label",
354
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
355
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
356
+ },
357
+ {
358
+ "author": "beachball",
359
+ "package": "@fluentui/react-label",
360
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
361
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
362
+ }
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
368
+ "tag": "@fluentui/react-label_v9.0.0-alpha.46",
369
+ "version": "9.0.0-alpha.46",
370
+ "comments": {
371
+ "none": [
372
+ {
373
+ "author": "email not defined",
374
+ "package": "@fluentui/react-label",
375
+ "comment": "refactor: simplify mergeprops for label",
376
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
377
+ }
378
+ ],
379
+ "prerelease": [
380
+ {
381
+ "author": "beachball",
382
+ "package": "@fluentui/react-label",
383
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
384
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
385
+ },
386
+ {
387
+ "author": "beachball",
388
+ "package": "@fluentui/react-label",
389
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
390
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
391
+ },
392
+ {
393
+ "author": "beachball",
394
+ "package": "@fluentui/react-label",
395
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
396
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
397
+ },
398
+ {
399
+ "author": "beachball",
400
+ "package": "@fluentui/react-label",
401
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
402
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
403
+ },
404
+ {
405
+ "author": "beachball",
406
+ "package": "@fluentui/react-label",
407
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
408
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
409
+ }
410
+ ]
411
+ }
412
+ },
413
+ {
414
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
415
+ "tag": "@fluentui/react-label_v9.0.0-alpha.45",
416
+ "version": "9.0.0-alpha.45",
417
+ "comments": {
418
+ "prerelease": [
419
+ {
420
+ "author": "beachball",
421
+ "package": "@fluentui/react-label",
422
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
423
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
424
+ },
425
+ {
426
+ "author": "beachball",
427
+ "package": "@fluentui/react-label",
428
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
429
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
430
+ },
431
+ {
432
+ "author": "beachball",
433
+ "package": "@fluentui/react-label",
434
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
435
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
436
+ },
437
+ {
438
+ "author": "beachball",
439
+ "package": "@fluentui/react-label",
440
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
441
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
442
+ },
443
+ {
444
+ "author": "beachball",
445
+ "package": "@fluentui/react-label",
446
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
447
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
448
+ }
449
+ ]
450
+ }
451
+ },
452
+ {
453
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
454
+ "tag": "@fluentui/react-label_v9.0.0-alpha.44",
455
+ "version": "9.0.0-alpha.44",
456
+ "comments": {
457
+ "prerelease": [
458
+ {
459
+ "author": "beachball",
460
+ "package": "@fluentui/react-label",
461
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
462
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
463
+ },
464
+ {
465
+ "author": "beachball",
466
+ "package": "@fluentui/react-label",
467
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
468
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
469
+ },
470
+ {
471
+ "author": "beachball",
472
+ "package": "@fluentui/react-label",
473
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
474
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
475
+ },
476
+ {
477
+ "author": "beachball",
478
+ "package": "@fluentui/react-label",
479
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
480
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
481
+ },
482
+ {
483
+ "author": "beachball",
484
+ "package": "@fluentui/react-label",
485
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
486
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
487
+ }
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
493
+ "tag": "@fluentui/react-label_v9.0.0-alpha.43",
494
+ "version": "9.0.0-alpha.43",
495
+ "comments": {
496
+ "prerelease": [
497
+ {
498
+ "author": "beachball",
499
+ "package": "@fluentui/react-label",
500
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
501
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
502
+ },
503
+ {
504
+ "author": "beachball",
505
+ "package": "@fluentui/react-label",
506
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
507
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
508
+ },
509
+ {
510
+ "author": "beachball",
511
+ "package": "@fluentui/react-label",
512
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
513
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
514
+ },
515
+ {
516
+ "author": "beachball",
517
+ "package": "@fluentui/react-label",
518
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
519
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
520
+ },
521
+ {
522
+ "author": "beachball",
523
+ "package": "@fluentui/react-label",
524
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
525
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
526
+ }
527
+ ]
528
+ }
529
+ },
530
+ {
531
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
532
+ "tag": "@fluentui/react-label_v9.0.0-alpha.42",
533
+ "version": "9.0.0-alpha.42",
534
+ "comments": {
535
+ "none": [
536
+ {
537
+ "author": "elcraig@microsoft.com",
538
+ "package": "@fluentui/react-label",
539
+ "comment": "Remove unnecessary docCategory tags",
540
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
541
+ }
542
+ ],
543
+ "prerelease": [
544
+ {
545
+ "author": "gcox@microsoft.com",
546
+ "package": "@fluentui/react-label",
547
+ "comment": "Updating to types over interfaces",
548
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
549
+ },
550
+ {
551
+ "author": "beachball",
552
+ "package": "@fluentui/react-label",
553
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
554
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
555
+ },
556
+ {
557
+ "author": "beachball",
558
+ "package": "@fluentui/react-label",
559
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
560
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
561
+ },
562
+ {
563
+ "author": "beachball",
564
+ "package": "@fluentui/react-label",
565
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
566
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
567
+ },
568
+ {
569
+ "author": "beachball",
570
+ "package": "@fluentui/react-label",
571
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
572
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
573
+ }
574
+ ]
575
+ }
576
+ },
577
+ {
578
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
579
+ "tag": "@fluentui/react-label_v9.0.0-alpha.41",
580
+ "version": "9.0.0-alpha.41",
581
+ "comments": {
582
+ "none": [
583
+ {
584
+ "author": "lingfangao@hotmail.com",
585
+ "package": "@fluentui/react-label",
586
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
587
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
588
+ }
589
+ ],
590
+ "prerelease": [
591
+ {
592
+ "author": "lingfangao@hotmail.com",
593
+ "package": "@fluentui/react-label",
594
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
595
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.41"
596
+ }
597
+ ]
598
+ }
599
+ },
600
+ {
601
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
602
+ "tag": "@fluentui/react-label_v9.0.0-alpha.40",
603
+ "version": "9.0.0-alpha.40",
604
+ "comments": {
605
+ "prerelease": [
606
+ {
607
+ "author": "Humberto.Morimoto@microsoft.com",
608
+ "package": "@fluentui/react-label",
609
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
610
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.40"
611
+ }
612
+ ]
613
+ }
614
+ },
615
+ {
616
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
617
+ "tag": "@fluentui/react-label_v9.0.0-alpha.39",
618
+ "version": "9.0.0-alpha.39",
619
+ "comments": {
620
+ "prerelease": [
621
+ {
622
+ "author": "behowell@microsoft.com",
623
+ "package": "@fluentui/react-label",
624
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
625
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.39"
626
+ }
627
+ ]
628
+ }
629
+ },
630
+ {
631
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
632
+ "tag": "@fluentui/react-label_v9.0.0-alpha.38",
633
+ "version": "9.0.0-alpha.38",
634
+ "comments": {
635
+ "prerelease": [
636
+ {
637
+ "author": "bsunderhus@microsoft.com",
638
+ "package": "@fluentui/react-label",
639
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
640
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.38"
641
+ }
642
+ ]
643
+ }
644
+ },
645
+ {
646
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
647
+ "tag": "@fluentui/react-label_v9.0.0-alpha.37",
648
+ "version": "9.0.0-alpha.37",
649
+ "comments": {
650
+ "prerelease": [
651
+ {
652
+ "author": "lingfangao@hotmail.com",
653
+ "package": "@fluentui/react-label",
654
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
655
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
656
+ },
657
+ {
658
+ "author": "lingfangao@hotmail.com",
659
+ "package": "@fluentui/react-label",
660
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
661
+ "comment": "Bump @fluentui/react-label to v9.0.0-alpha.37"
662
+ }
663
+ ]
664
+ }
665
+ },
666
+ {
667
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
668
+ "tag": "@fluentui/react-label_v9.0.0-alpha.36",
669
+ "version": "9.0.0-alpha.36",
670
+ "comments": {
671
+ "prerelease": [
672
+ {
673
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
674
+ "author": "behowell@microsoft.com",
675
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
676
+ "package": "@fluentui/react-label"
677
+ }
678
+ ]
679
+ }
680
+ },
681
+ {
682
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
683
+ "tag": "@fluentui/react-label_v9.0.0-alpha.35",
684
+ "version": "9.0.0-alpha.35",
685
+ "comments": {
686
+ "none": [
687
+ {
688
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.6",
689
+ "author": "olfedias@microsoft.com",
690
+ "commit": "37e0f35eb706d40c4537010de97db94a831022d3",
691
+ "package": "@fluentui/react-label"
692
+ }
693
+ ]
694
+ }
695
+ },
696
+ {
697
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
698
+ "tag": "@fluentui/react-label_v9.0.0-alpha.35",
699
+ "version": "9.0.0-alpha.35",
700
+ "comments": {
701
+ "prerelease": [
702
+ {
703
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
704
+ "author": "lingfangao@hotmail.com",
705
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
706
+ "package": "@fluentui/react-label"
707
+ }
708
+ ]
709
+ }
710
+ },
711
+ {
712
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
713
+ "tag": "@fluentui/react-label_v9.0.0-alpha.34",
714
+ "version": "9.0.0-alpha.34",
715
+ "comments": {
716
+ "none": [
717
+ {
718
+ "comment": "enable makeStyles conformance tests",
719
+ "author": "olfedias@microsoft.com",
720
+ "commit": "0606b747c8fca1e6551d521f2526a6c1f969205a",
721
+ "package": "@fluentui/react-label"
722
+ }
723
+ ]
724
+ }
725
+ },
726
+ {
727
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
728
+ "tag": "@fluentui/react-label_v9.0.0-alpha.34",
729
+ "version": "9.0.0-alpha.34",
730
+ "comments": {
731
+ "prerelease": [
732
+ {
733
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
734
+ "author": "olfedias@microsoft.com",
735
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
736
+ "package": "@fluentui/react-label"
737
+ }
738
+ ],
739
+ "patch": [
740
+ {
741
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
742
+ "author": "olfedias@microsoft.com",
743
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
744
+ "package": "@fluentui/react-label"
745
+ }
746
+ ]
747
+ }
748
+ },
749
+ {
750
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
751
+ "tag": "@fluentui/react-label_v9.0.0-alpha.33",
752
+ "version": "9.0.0-alpha.33",
753
+ "comments": {
754
+ "prerelease": [
755
+ {
756
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
757
+ "author": "bsunderhus@microsoft.com",
758
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
759
+ "package": "@fluentui/react-label"
760
+ }
761
+ ]
762
+ }
763
+ },
764
+ {
765
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
766
+ "tag": "@fluentui/react-label_v9.0.0-alpha.32",
767
+ "version": "9.0.0-alpha.32",
768
+ "comments": {
769
+ "prerelease": [
770
+ {
771
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
772
+ "author": "lingfan.gao@microsoft.com",
773
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
774
+ "package": "@fluentui/react-label"
775
+ }
776
+ ]
777
+ }
778
+ },
779
+ {
780
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
781
+ "tag": "@fluentui/react-label_v9.0.0-alpha.31",
782
+ "version": "9.0.0-alpha.31",
783
+ "comments": {
784
+ "prerelease": [
785
+ {
786
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
787
+ "author": "olfedias@microsoft.com",
788
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
789
+ "package": "@fluentui/react-label"
790
+ }
791
+ ]
792
+ }
793
+ },
794
+ {
795
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
796
+ "tag": "@fluentui/react-label_v9.0.0-alpha.30",
797
+ "version": "9.0.0-alpha.30",
798
+ "comments": {
799
+ "prerelease": [
800
+ {
801
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
802
+ "author": "martinhochel@microsoft.com",
803
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
804
+ "package": "@fluentui/react-label"
805
+ }
806
+ ],
807
+ "none": [
808
+ {
809
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
810
+ "author": "martinhochel@microsoft.com",
811
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
812
+ "package": "@fluentui/react-label"
813
+ }
814
+ ]
815
+ }
816
+ },
817
+ {
818
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
819
+ "tag": "@fluentui/react-label_v9.0.0-alpha.29",
820
+ "version": "9.0.0-alpha.29",
821
+ "comments": {
822
+ "prerelease": [
823
+ {
824
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
825
+ "author": "dzearing@hotmail.com",
826
+ "commit": "4eec618fe480b129e08914b1f091a8509af60379",
827
+ "package": "@fluentui/react-label"
828
+ }
829
+ ],
830
+ "none": [
831
+ {
832
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
833
+ "author": "dzearing@hotmail.com",
834
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
835
+ "package": "@fluentui/react-label"
836
+ },
837
+ {
838
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
839
+ "author": "dzearing@hotmail.com",
840
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
841
+ "package": "@fluentui/react-label"
842
+ },
843
+ {
844
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
845
+ "author": "dzearing@hotmail.com",
846
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
847
+ "package": "@fluentui/react-label"
848
+ },
849
+ {
850
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
851
+ "author": "dzearing@hotmail.com",
852
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
853
+ "package": "@fluentui/react-label"
854
+ },
855
+ {
856
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
857
+ "author": "dzearing@hotmail.com",
858
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
859
+ "package": "@fluentui/react-label"
860
+ },
861
+ {
862
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
863
+ "author": "dzearing@hotmail.com",
864
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
865
+ "package": "@fluentui/react-label"
866
+ },
867
+ {
868
+ "comment": "Bump @fluentui/scripts to v1.0.0",
869
+ "author": "dzearing@hotmail.com",
870
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
871
+ "package": "@fluentui/react-label"
872
+ }
873
+ ]
874
+ }
875
+ },
876
+ {
877
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
878
+ "tag": "@fluentui/react-label_v9.0.0-alpha.28",
879
+ "version": "9.0.0-alpha.28",
880
+ "comments": {
881
+ "prerelease": [
882
+ {
883
+ "comment": "Update .npmignore",
884
+ "author": "elcraig@microsoft.com",
885
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
886
+ "package": "@fluentui/react-label"
887
+ }
888
+ ],
889
+ "none": [
890
+ {
891
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
892
+ "author": "elcraig@microsoft.com",
893
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
894
+ "package": "@fluentui/react-label"
895
+ },
896
+ {
897
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
898
+ "author": "behowell@microsoft.com",
899
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
900
+ "package": "@fluentui/react-label"
901
+ },
902
+ {
903
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
904
+ "author": "elcraig@microsoft.com",
905
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
906
+ "package": "@fluentui/react-label"
907
+ },
908
+ {
909
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
910
+ "author": "elcraig@microsoft.com",
911
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
912
+ "package": "@fluentui/react-label"
913
+ },
914
+ {
915
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
916
+ "author": "elcraig@microsoft.com",
917
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
918
+ "package": "@fluentui/react-label"
919
+ },
920
+ {
921
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
922
+ "author": "behowell@microsoft.com",
923
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
924
+ "package": "@fluentui/react-label"
925
+ },
926
+ {
927
+ "comment": "Bump @fluentui/scripts to v1.0.0",
928
+ "author": "behowell@microsoft.com",
929
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
930
+ "package": "@fluentui/react-label"
931
+ }
932
+ ]
933
+ }
934
+ },
935
+ {
936
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
937
+ "tag": "@fluentui/react-label_v9.0.0-alpha.27",
938
+ "version": "9.0.0-alpha.27",
939
+ "comments": {
940
+ "prerelease": [
941
+ {
942
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
943
+ "author": "bsunderhus@microsoft.com",
944
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
945
+ "package": "@fluentui/react-label"
946
+ }
947
+ ]
948
+ }
949
+ },
950
+ {
951
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
952
+ "tag": "@fluentui/react-label_v9.0.0-alpha.26",
953
+ "version": "9.0.0-alpha.26",
954
+ "comments": {
955
+ "none": [
956
+ {
957
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
958
+ "author": "martinhochel@microsoft.com",
959
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
960
+ "package": "@fluentui/react-label"
961
+ }
962
+ ]
963
+ }
964
+ },
965
+ {
966
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
967
+ "tag": "@fluentui/react-label_v9.0.0-alpha.26",
968
+ "version": "9.0.0-alpha.26",
969
+ "comments": {
970
+ "prerelease": [
971
+ {
972
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
973
+ "author": "olfedias@microsoft.com",
974
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
975
+ "package": "@fluentui/react-label"
976
+ }
977
+ ]
978
+ }
979
+ },
980
+ {
981
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
982
+ "tag": "@fluentui/react-label_v9.0.0-alpha.25",
983
+ "version": "9.0.0-alpha.25",
984
+ "comments": {
985
+ "prerelease": [
986
+ {
987
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
988
+ "author": "olfedias@microsoft.com",
989
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
990
+ "package": "@fluentui/react-label"
991
+ }
992
+ ]
993
+ }
994
+ },
995
+ {
996
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
997
+ "tag": "@fluentui/react-label_v9.0.0-alpha.24",
998
+ "version": "9.0.0-alpha.24",
999
+ "comments": {
1000
+ "none": [
1001
+ {
1002
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1003
+ "author": "czearing@outlook.com",
1004
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1005
+ "package": "@fluentui/react-label"
1006
+ }
1007
+ ]
1008
+ }
1009
+ },
1010
+ {
1011
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1012
+ "tag": "@fluentui/react-label_v9.0.0-alpha.24",
1013
+ "version": "9.0.0-alpha.24",
1014
+ "comments": {
1015
+ "prerelease": [
1016
+ {
1017
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1018
+ "author": "jspurlin@microsoft.com",
1019
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1020
+ "package": "@fluentui/react-label"
1021
+ }
1022
+ ]
1023
+ }
1024
+ },
1025
+ {
1026
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1027
+ "tag": "@fluentui/react-label_v9.0.0-alpha.23",
1028
+ "version": "9.0.0-alpha.23",
1029
+ "comments": {
1030
+ "none": [
1031
+ {
1032
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
1033
+ "author": "czearing@outlook.com",
1034
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1035
+ "package": "@fluentui/react-label"
1036
+ }
1037
+ ]
1038
+ }
1039
+ },
1040
+ {
1041
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1042
+ "tag": "@fluentui/react-label_v9.0.0-alpha.23",
1043
+ "version": "9.0.0-alpha.23",
1044
+ "comments": {
1045
+ "patch": [
1046
+ {
1047
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1048
+ "author": "behowell@microsoft.com",
1049
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1050
+ "package": "@fluentui/react-label"
1051
+ },
1052
+ {
1053
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1054
+ "author": "behowell@microsoft.com",
1055
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1056
+ "package": "@fluentui/react-label"
1057
+ },
1058
+ {
1059
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1060
+ "author": "behowell@microsoft.com",
1061
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1062
+ "package": "@fluentui/react-label"
1063
+ }
1064
+ ],
1065
+ "prerelease": [
1066
+ {
1067
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
1068
+ "author": "behowell@microsoft.com",
1069
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1070
+ "package": "@fluentui/react-label"
1071
+ }
1072
+ ]
1073
+ }
1074
+ },
1075
+ {
1076
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1077
+ "tag": "@fluentui/react-label_v9.0.0-alpha.22",
1078
+ "version": "9.0.0-alpha.22",
1079
+ "comments": {
1080
+ "prerelease": [
1081
+ {
1082
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
1083
+ "author": "lingfan.gao@microsoft.com",
1084
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1085
+ "package": "@fluentui/react-label"
1086
+ }
1087
+ ]
1088
+ }
1089
+ },
1090
+ {
1091
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1092
+ "tag": "@fluentui/react-label_v9.0.0-alpha.21",
1093
+ "version": "9.0.0-alpha.21",
1094
+ "comments": {
1095
+ "prerelease": [
1096
+ {
1097
+ "comment": "add Babel plugins to build pipeline",
1098
+ "author": "olfedias@microsoft.com",
1099
+ "commit": "19db6cb57a237073b0bb50d07eb921b1ce2e0c61",
1100
+ "package": "@fluentui/react-label"
1101
+ }
1102
+ ],
1103
+ "none": [
1104
+ {
1105
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
1106
+ "author": "olfedias@microsoft.com",
1107
+ "commit": "8c249a1c1a8dcc4b0d9877e5d5e8e6d126063788",
1108
+ "package": "@fluentui/react-label"
1109
+ }
1110
+ ]
1111
+ }
1112
+ },
1113
+ {
1114
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1115
+ "tag": "@fluentui/react-label_v9.0.0-alpha.20",
1116
+ "version": "9.0.0-alpha.20",
1117
+ "comments": {
1118
+ "prerelease": [
1119
+ {
1120
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.27",
1121
+ "author": "miroslav.stastny@microsoft.com",
1122
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
1123
+ "package": "@fluentui/react-label"
1124
+ }
1125
+ ]
1126
+ }
1127
+ },
1128
+ {
1129
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1130
+ "tag": "@fluentui/react-label_v9.0.0-alpha.19",
1131
+ "version": "9.0.0-alpha.19",
1132
+ "comments": {
1133
+ "prerelease": [
1134
+ {
1135
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.34",
1136
+ "author": "behowell@microsoft.com",
1137
+ "commit": "2e257154d0448b8d4fd64142f93fcc9a225995cc",
1138
+ "package": "@fluentui/react-label"
1139
+ }
1140
+ ]
1141
+ }
1142
+ },
1143
+ {
1144
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1145
+ "tag": "@fluentui/react-label_v9.0.0-alpha.18",
1146
+ "version": "9.0.0-alpha.18",
1147
+ "comments": {
1148
+ "none": [
1149
+ {
1150
+ "comment": "add bundle size fixtures",
1151
+ "author": "olfedias@microsoft.com",
1152
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1153
+ "package": "@fluentui/react-label"
1154
+ }
1155
+ ]
1156
+ }
1157
+ },
1158
+ {
1159
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1160
+ "tag": "@fluentui/react-label_v9.0.0-alpha.18",
1161
+ "version": "9.0.0-alpha.18",
1162
+ "comments": {
1163
+ "prerelease": [
1164
+ {
1165
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1166
+ "author": "bsunderhus@microsoft.com",
1167
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1168
+ "package": "@fluentui/react-label"
1169
+ }
1170
+ ]
1171
+ }
1172
+ },
1173
+ {
1174
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1175
+ "tag": "@fluentui/react-label_v9.0.0-alpha.17",
1176
+ "version": "9.0.0-alpha.17",
1177
+ "comments": {
1178
+ "prerelease": [
1179
+ {
1180
+ "comment": "Adding missing line-height to Label.",
1181
+ "author": "esteban.230@hotmail.com",
1182
+ "commit": "581fa8873bf58aea67d21498172f9adc04672499",
1183
+ "package": "@fluentui/react-label"
1184
+ }
1185
+ ],
1186
+ "patch": [
1187
+ {
1188
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1189
+ "author": "elcraig@microsoft.com",
1190
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1191
+ "package": "@fluentui/react-label"
1192
+ }
1193
+ ]
1194
+ }
1195
+ },
1196
+ {
1197
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1198
+ "tag": "@fluentui/react-label_v9.0.0-alpha.16",
1199
+ "version": "9.0.0-alpha.16",
1200
+ "comments": {
1201
+ "prerelease": [
1202
+ {
1203
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.24",
1204
+ "author": "behowell@microsoft.com",
1205
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1206
+ "package": "@fluentui/react-label"
1207
+ }
1208
+ ]
1209
+ }
1210
+ },
1211
+ {
1212
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1213
+ "tag": "@fluentui/react-label_v9.0.0-alpha.15",
1214
+ "version": "9.0.0-alpha.15",
1215
+ "comments": {
1216
+ "patch": [
1217
+ {
1218
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1219
+ "author": "martinhochel@microsoft.com",
1220
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1221
+ "package": "@fluentui/react-label"
1222
+ },
1223
+ {
1224
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1225
+ "author": "martinhochel@microsoft.com",
1226
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1227
+ "package": "@fluentui/react-label"
1228
+ },
1229
+ {
1230
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1231
+ "author": "martinhochel@microsoft.com",
1232
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1233
+ "package": "@fluentui/react-label"
1234
+ }
1235
+ ],
1236
+ "prerelease": [
1237
+ {
1238
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.23",
1239
+ "author": "martinhochel@microsoft.com",
1240
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1241
+ "package": "@fluentui/react-label"
1242
+ }
1243
+ ]
1244
+ }
1245
+ },
1246
+ {
1247
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1248
+ "tag": "@fluentui/react-label_v9.0.0-alpha.14",
1249
+ "version": "9.0.0-alpha.14",
1250
+ "comments": {
1251
+ "prerelease": [
1252
+ {
1253
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.31",
1254
+ "author": "bsunderhus@microsoft.com",
1255
+ "commit": "6c37a1cb5c312d4be8b239bfd9f6c9f28e9f0d24",
1256
+ "package": "@fluentui/react-label"
1257
+ }
1258
+ ]
1259
+ }
1260
+ },
1261
+ {
1262
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
1263
+ "tag": "@fluentui/react-label_v9.0.0-alpha.13",
1264
+ "version": "9.0.0-alpha.13",
1265
+ "comments": {
1266
+ "prerelease": [
1267
+ {
1268
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
1269
+ "author": "bsunderhus@microsoft.com",
1270
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
1271
+ "package": "@fluentui/react-label"
1272
+ }
1273
+ ]
1274
+ }
1275
+ },
1276
+ {
1277
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1278
+ "tag": "@fluentui/react-label_v9.0.0-alpha.12",
1279
+ "version": "9.0.0-alpha.12",
1280
+ "comments": {
1281
+ "prerelease": [
1282
+ {
1283
+ "comment": "Fixing bug in start script of converged packages.",
1284
+ "author": "Humberto.Morimoto@microsoft.com",
1285
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
1286
+ "package": "@fluentui/react-label"
1287
+ }
1288
+ ]
1289
+ }
1290
+ },
1291
+ {
1292
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
1293
+ "tag": "@fluentui/react-label_v9.0.0-alpha.11",
1294
+ "version": "9.0.0-alpha.11",
1295
+ "comments": {
1296
+ "prerelease": [
1297
+ {
1298
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.20",
1299
+ "author": "tristan.watanabe@gmail.com",
1300
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
1301
+ "package": "@fluentui/react-label"
1302
+ }
1303
+ ]
1304
+ }
1305
+ },
1306
+ {
1307
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1308
+ "tag": "@fluentui/react-label_v9.0.0-alpha.10",
1309
+ "version": "9.0.0-alpha.10",
1310
+ "comments": {
1311
+ "prerelease": [
1312
+ {
1313
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.19",
1314
+ "author": "olfedias@microsoft.com",
1315
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
1316
+ "package": "@fluentui/react-label"
1317
+ }
1318
+ ]
1319
+ }
1320
+ },
1321
+ {
1322
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1323
+ "tag": "@fluentui/react-label_v9.0.0-alpha.9",
1324
+ "version": "9.0.0-alpha.9",
1325
+ "comments": {
1326
+ "none": [
1327
+ {
1328
+ "comment": "Migrate to new DX",
1329
+ "author": "tkrasniqi@microsoft.com",
1330
+ "commit": "5a6dd90efb20b162aa3883c34faa211b5620b334",
1331
+ "package": "@fluentui/react-label"
1332
+ }
1333
+ ]
1334
+ }
1335
+ },
1336
+ {
1337
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1338
+ "tag": "@fluentui/react-label_v9.0.0-alpha.9",
1339
+ "version": "9.0.0-alpha.9",
1340
+ "comments": {
1341
+ "none": [
1342
+ {
1343
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.18",
1344
+ "author": "miroslav.stastny@microsoft.com",
1345
+ "commit": "7301e00ef64eefcbd9f20e4ac8fd45849b3f74f3",
1346
+ "package": "@fluentui/react-label"
1347
+ }
1348
+ ]
1349
+ }
1350
+ },
1351
+ {
1352
+ "date": "Fri, 18 Jun 2021 07:30:58 GMT",
6
1353
  "tag": "@fluentui/react-label_v9.0.0-alpha.9",
7
1354
  "version": "9.0.0-alpha.9",
8
1355
  "comments": {