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

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