@fluentui/react-label 9.0.0-alpha.8 → 9.0.0-beta.10

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