@fluentui/react-label 9.0.0-alpha.5 → 9.0.0-alpha.50

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