@fluentui/react-badge 9.0.0-rc.8 → 9.0.0-rc.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CHANGELOG.json +66 -1
  2. package/CHANGELOG.md +119 -103
  3. package/dist/index.d.ts +35 -38
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/components/Badge/Badge.types.js.map +1 -1
  6. package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -1
  7. package/lib/components/CounterBadge/useCounterBadge.js +1 -2
  8. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  9. package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  10. package/lib/components/PresenceBadge/usePresenceBadge.js +15 -3
  11. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  12. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +1 -2
  13. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  14. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +15 -3
  15. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  16. package/package.json +8 -8
  17. package/lib/Badge.d.ts +0 -1
  18. package/lib/CounterBadge.d.ts +0 -1
  19. package/lib/PresenceBadge.d.ts +0 -1
  20. package/lib/components/Badge/Badge.d.ts +0 -6
  21. package/lib/components/Badge/Badge.types.d.ts +0 -34
  22. package/lib/components/Badge/index.d.ts +0 -5
  23. package/lib/components/Badge/renderBadge.d.ts +0 -2
  24. package/lib/components/Badge/useBadge.d.ts +0 -6
  25. package/lib/components/Badge/useBadgeStyles.d.ts +0 -11
  26. package/lib/components/CounterBadge/CounterBadge.d.ts +0 -6
  27. package/lib/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  28. package/lib/components/CounterBadge/index.d.ts +0 -4
  29. package/lib/components/CounterBadge/useCounterBadge.d.ts +0 -6
  30. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -12
  31. package/lib/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  32. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  33. package/lib/components/PresenceBadge/index.d.ts +0 -4
  34. package/lib/components/PresenceBadge/presenceIcons.d.ts +0 -11
  35. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  36. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -12
  37. package/lib/index.d.ts +0 -6
  38. package/lib-commonjs/Badge.d.ts +0 -1
  39. package/lib-commonjs/CounterBadge.d.ts +0 -1
  40. package/lib-commonjs/PresenceBadge.d.ts +0 -1
  41. package/lib-commonjs/components/Badge/Badge.d.ts +0 -6
  42. package/lib-commonjs/components/Badge/Badge.types.d.ts +0 -34
  43. package/lib-commonjs/components/Badge/index.d.ts +0 -5
  44. package/lib-commonjs/components/Badge/renderBadge.d.ts +0 -2
  45. package/lib-commonjs/components/Badge/useBadge.d.ts +0 -6
  46. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +0 -11
  47. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +0 -6
  48. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  49. package/lib-commonjs/components/CounterBadge/index.d.ts +0 -4
  50. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +0 -6
  51. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -12
  52. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  53. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  54. package/lib-commonjs/components/PresenceBadge/index.d.ts +0 -4
  55. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +0 -11
  56. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  57. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -12
  58. package/lib-commonjs/index.d.ts +0 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,28 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Thu, 05 May 2022 18:24:37 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 12:10:27 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
8
+
9
+ Mon, 23 May 2022 12:10:27 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
15
+ - react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
16
+ - remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
17
+ - pass in icon props to presence badge icon slot, and use default strings ([PR #22901](https://github.com/microsoft/fluentui/pull/22901) by mgodbolt@microsoft.com)
18
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
19
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
20
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
21
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
22
+
7
23
  ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
8
24
 
9
- Thu, 05 May 2022 18:24:37 GMT
25
+ Thu, 05 May 2022 18:26:30 GMT
10
26
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.7..@fluentui/react-badge_v9.0.0-rc.8)
11
27
 
12
28
  ### Changes
@@ -17,7 +33,7 @@ Thu, 05 May 2022 18:24:37 GMT
17
33
 
18
34
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
19
35
 
20
- Wed, 04 May 2022 13:26:54 GMT
36
+ Wed, 04 May 2022 13:26:54 GMT
21
37
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.6..@fluentui/react-badge_v9.0.0-rc.7)
22
38
 
23
39
  ### Changes
@@ -27,7 +43,7 @@ Wed, 04 May 2022 13:26:54 GMT
27
43
 
28
44
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
29
45
 
30
- Tue, 19 Apr 2022 19:17:10 GMT
46
+ Tue, 19 Apr 2022 19:17:10 GMT
31
47
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.5..@fluentui/react-badge_v9.0.0-rc.6)
32
48
 
33
49
  ### Changes
@@ -43,7 +59,7 @@ Tue, 19 Apr 2022 19:17:10 GMT
43
59
 
44
60
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
45
61
 
46
- Fri, 04 Mar 2022 05:17:34 GMT
62
+ Fri, 04 Mar 2022 05:17:34 GMT
47
63
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v9.0.0-rc.5)
48
64
 
49
65
  ### Changes
@@ -54,7 +70,7 @@ Fri, 04 Mar 2022 05:17:34 GMT
54
70
 
55
71
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
56
72
 
57
- Tue, 01 Mar 2022 02:17:40 GMT
73
+ Tue, 01 Mar 2022 02:17:40 GMT
58
74
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
59
75
 
60
76
  ### Changes
@@ -63,7 +79,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
63
79
 
64
80
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
65
81
 
66
- Fri, 18 Feb 2022 13:35:28 GMT
82
+ Fri, 18 Feb 2022 13:35:28 GMT
67
83
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
68
84
 
69
85
  ### Changes
@@ -75,7 +91,7 @@ Fri, 18 Feb 2022 13:35:28 GMT
75
91
 
76
92
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
77
93
 
78
- Thu, 10 Feb 2022 08:51:40 GMT
94
+ Thu, 10 Feb 2022 08:51:40 GMT
79
95
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
80
96
 
81
97
  ### Changes
@@ -105,7 +121,7 @@ Thu, 10 Feb 2022 08:51:40 GMT
105
121
 
106
122
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
107
123
 
108
- Thu, 25 Nov 2021 08:34:11 GMT
124
+ Thu, 25 Nov 2021 08:34:11 GMT
109
125
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
110
126
 
111
127
  ### Changes
@@ -123,7 +139,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
123
139
 
124
140
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
125
141
 
126
- Fri, 12 Nov 2021 13:25:15 GMT
142
+ Fri, 12 Nov 2021 13:25:15 GMT
127
143
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
128
144
 
129
145
  ### Changes
@@ -139,7 +155,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
139
155
 
140
156
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
141
157
 
142
- Wed, 27 Oct 2021 12:14:14 GMT
158
+ Wed, 27 Oct 2021 12:14:14 GMT
143
159
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
144
160
 
145
161
  ### Changes
@@ -155,7 +171,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
155
171
 
156
172
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
157
173
 
158
- Wed, 06 Oct 2021 10:37:22 GMT
174
+ Wed, 06 Oct 2021 10:37:22 GMT
159
175
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.92..@fluentui/react-badge_v9.0.0-beta.1)
160
176
 
161
177
  ### Changes
@@ -170,7 +186,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
170
186
 
171
187
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
172
188
 
173
- Tue, 05 Oct 2021 12:47:58 GMT
189
+ Tue, 05 Oct 2021 12:47:58 GMT
174
190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.91..@fluentui/react-badge_v9.0.0-alpha.92)
175
191
 
176
192
  ### Changes
@@ -182,7 +198,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
182
198
 
183
199
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
184
200
 
185
- Tue, 05 Oct 2021 09:28:07 GMT
201
+ Tue, 05 Oct 2021 09:28:07 GMT
186
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.90..@fluentui/react-badge_v9.0.0-alpha.91)
187
203
 
188
204
  ### Changes
@@ -196,7 +212,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
196
212
 
197
213
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
198
214
 
199
- Fri, 01 Oct 2021 14:13:08 GMT
215
+ Fri, 01 Oct 2021 14:13:08 GMT
200
216
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.88..@fluentui/react-badge_v9.0.0-alpha.90)
201
217
 
202
218
  ### Changes
@@ -211,7 +227,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
211
227
 
212
228
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
213
229
 
214
- Wed, 29 Sep 2021 08:06:11 GMT
230
+ Wed, 29 Sep 2021 08:06:11 GMT
215
231
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.87..@fluentui/react-badge_v9.0.0-alpha.88)
216
232
 
217
233
  ### Changes
@@ -225,7 +241,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
225
241
 
226
242
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
227
243
 
228
- Mon, 27 Sep 2021 08:06:00 GMT
244
+ Mon, 27 Sep 2021 08:06:00 GMT
229
245
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.86..@fluentui/react-badge_v9.0.0-alpha.87)
230
246
 
231
247
  ### Changes
@@ -239,7 +255,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
239
255
 
240
256
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
241
257
 
242
- Fri, 24 Sep 2021 09:17:17 GMT
258
+ Fri, 24 Sep 2021 09:17:17 GMT
243
259
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.85..@fluentui/react-badge_v9.0.0-alpha.86)
244
260
 
245
261
  ### Changes
@@ -253,7 +269,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
253
269
 
254
270
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
255
271
 
256
- Thu, 23 Sep 2021 08:21:34 GMT
272
+ Thu, 23 Sep 2021 08:21:34 GMT
257
273
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.84..@fluentui/react-badge_v9.0.0-alpha.85)
258
274
 
259
275
  ### Changes
@@ -266,7 +282,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
266
282
 
267
283
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
268
284
 
269
- Wed, 22 Sep 2021 10:10:07 GMT
285
+ Wed, 22 Sep 2021 10:10:07 GMT
270
286
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.83..@fluentui/react-badge_v9.0.0-alpha.84)
271
287
 
272
288
  ### Changes
@@ -280,7 +296,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
280
296
 
281
297
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
282
298
 
283
- Tue, 21 Sep 2021 07:42:34 GMT
299
+ Tue, 21 Sep 2021 07:42:34 GMT
284
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.82..@fluentui/react-badge_v9.0.0-alpha.83)
285
301
 
286
302
  ### Changes
@@ -294,7 +310,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
294
310
 
295
311
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
296
312
 
297
- Mon, 20 Sep 2021 07:36:26 GMT
313
+ Mon, 20 Sep 2021 07:36:26 GMT
298
314
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.81..@fluentui/react-badge_v9.0.0-alpha.82)
299
315
 
300
316
  ### Changes
@@ -303,7 +319,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
303
319
 
304
320
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
305
321
 
306
- Fri, 17 Sep 2021 07:35:26 GMT
322
+ Fri, 17 Sep 2021 07:35:26 GMT
307
323
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.80..@fluentui/react-badge_v9.0.0-alpha.81)
308
324
 
309
325
  ### Changes
@@ -312,7 +328,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
312
328
 
313
329
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
314
330
 
315
- Thu, 16 Sep 2021 07:38:39 GMT
331
+ Thu, 16 Sep 2021 07:38:39 GMT
316
332
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.79..@fluentui/react-badge_v9.0.0-alpha.80)
317
333
 
318
334
  ### Changes
@@ -321,7 +337,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
321
337
 
322
338
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
323
339
 
324
- Tue, 14 Sep 2021 20:09:02 GMT
340
+ Tue, 14 Sep 2021 20:09:02 GMT
325
341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.78..@fluentui/react-badge_v9.0.0-alpha.79)
326
342
 
327
343
  ### Changes
@@ -330,7 +346,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
330
346
 
331
347
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
332
348
 
333
- Fri, 10 Sep 2021 16:31:53 GMT
349
+ Fri, 10 Sep 2021 16:31:53 GMT
334
350
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.77..@fluentui/react-badge_v9.0.0-alpha.78)
335
351
 
336
352
  ### Changes
@@ -340,7 +356,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
340
356
 
341
357
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
342
358
 
343
- Fri, 10 Sep 2021 07:39:51 GMT
359
+ Fri, 10 Sep 2021 07:39:51 GMT
344
360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.76..@fluentui/react-badge_v9.0.0-alpha.77)
345
361
 
346
362
  ### Changes
@@ -349,7 +365,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
349
365
 
350
366
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
351
367
 
352
- Mon, 06 Sep 2021 07:34:53 GMT
368
+ Mon, 06 Sep 2021 07:34:53 GMT
353
369
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76)
354
370
 
355
371
  ### Changes
@@ -358,7 +374,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
358
374
 
359
375
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
360
376
 
361
- Thu, 02 Sep 2021 07:36:46 GMT
377
+ Thu, 02 Sep 2021 07:36:46 GMT
362
378
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75)
363
379
 
364
380
  ### Patches
@@ -371,7 +387,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
371
387
 
372
388
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
373
389
 
374
- Wed, 01 Sep 2021 07:39:56 GMT
390
+ Wed, 01 Sep 2021 07:39:56 GMT
375
391
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.73..@fluentui/react-badge_v9.0.0-alpha.74)
376
392
 
377
393
  ### Changes
@@ -380,7 +396,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
380
396
 
381
397
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
382
398
 
383
- Tue, 31 Aug 2021 07:37:47 GMT
399
+ Tue, 31 Aug 2021 07:37:47 GMT
384
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.72..@fluentui/react-badge_v9.0.0-alpha.73)
385
401
 
386
402
  ### Changes
@@ -389,7 +405,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
389
405
 
390
406
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
391
407
 
392
- Mon, 30 Aug 2021 07:35:05 GMT
408
+ Mon, 30 Aug 2021 07:35:05 GMT
393
409
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.71..@fluentui/react-badge_v9.0.0-alpha.72)
394
410
 
395
411
  ### Changes
@@ -398,7 +414,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
398
414
 
399
415
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
400
416
 
401
- Fri, 27 Aug 2021 07:33:32 GMT
417
+ Fri, 27 Aug 2021 07:33:32 GMT
402
418
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.70..@fluentui/react-badge_v9.0.0-alpha.71)
403
419
 
404
420
  ### Changes
@@ -407,7 +423,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
407
423
 
408
424
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
409
425
 
410
- Thu, 26 Aug 2021 07:35:43 GMT
426
+ Thu, 26 Aug 2021 07:35:43 GMT
411
427
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.69..@fluentui/react-badge_v9.0.0-alpha.70)
412
428
 
413
429
  ### Changes
@@ -416,7 +432,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
416
432
 
417
433
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
418
434
 
419
- Fri, 20 Aug 2021 07:37:28 GMT
435
+ Fri, 20 Aug 2021 07:37:28 GMT
420
436
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.68..@fluentui/react-badge_v9.0.0-alpha.69)
421
437
 
422
438
  ### Changes
@@ -425,7 +441,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
425
441
 
426
442
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
427
443
 
428
- Thu, 19 Aug 2021 07:41:35 GMT
444
+ Thu, 19 Aug 2021 07:41:35 GMT
429
445
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.67..@fluentui/react-badge_v9.0.0-alpha.68)
430
446
 
431
447
  ### Changes
@@ -434,7 +450,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
434
450
 
435
451
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
436
452
 
437
- Fri, 13 Aug 2021 07:36:34 GMT
453
+ Fri, 13 Aug 2021 07:36:34 GMT
438
454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.66..@fluentui/react-badge_v9.0.0-alpha.67)
439
455
 
440
456
  ### Changes
@@ -443,7 +459,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
443
459
 
444
460
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
445
461
 
446
- Wed, 11 Aug 2021 07:34:54 GMT
462
+ Wed, 11 Aug 2021 07:34:54 GMT
447
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.65..@fluentui/react-badge_v9.0.0-alpha.66)
448
464
 
449
465
  ### Changes
@@ -452,7 +468,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
452
468
 
453
469
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
454
470
 
455
- Fri, 06 Aug 2021 07:35:14 GMT
471
+ Fri, 06 Aug 2021 07:35:14 GMT
456
472
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.64..@fluentui/react-badge_v9.0.0-alpha.65)
457
473
 
458
474
  ### Changes
@@ -461,7 +477,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
461
477
 
462
478
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
463
479
 
464
- Tue, 03 Aug 2021 07:39:30 GMT
480
+ Tue, 03 Aug 2021 07:39:30 GMT
465
481
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.63..@fluentui/react-badge_v9.0.0-alpha.64)
466
482
 
467
483
  ### Patches
@@ -476,7 +492,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
476
492
 
477
493
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
478
494
 
479
- Mon, 02 Aug 2021 07:36:20 GMT
495
+ Mon, 02 Aug 2021 07:36:20 GMT
480
496
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.62..@fluentui/react-badge_v9.0.0-alpha.63)
481
497
 
482
498
  ### Changes
@@ -485,7 +501,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
485
501
 
486
502
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
487
503
 
488
- Mon, 26 Jul 2021 07:37:30 GMT
504
+ Mon, 26 Jul 2021 07:37:30 GMT
489
505
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.61..@fluentui/react-badge_v9.0.0-alpha.62)
490
506
 
491
507
  ### Changes
@@ -494,7 +510,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
494
510
 
495
511
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
496
512
 
497
- Fri, 23 Jul 2021 07:38:19 GMT
513
+ Fri, 23 Jul 2021 07:38:19 GMT
498
514
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.60..@fluentui/react-badge_v9.0.0-alpha.61)
499
515
 
500
516
  ### Changes
@@ -503,7 +519,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
503
519
 
504
520
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
505
521
 
506
- Thu, 22 Jul 2021 07:36:55 GMT
522
+ Thu, 22 Jul 2021 07:36:55 GMT
507
523
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.59..@fluentui/react-badge_v9.0.0-alpha.60)
508
524
 
509
525
  ### Changes
@@ -512,7 +528,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
512
528
 
513
529
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
514
530
 
515
- Tue, 20 Jul 2021 22:23:17 GMT
531
+ Tue, 20 Jul 2021 22:23:17 GMT
516
532
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.58..@fluentui/react-badge_v9.0.0-alpha.59)
517
533
 
518
534
  ### Changes
@@ -521,7 +537,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
521
537
 
522
538
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
523
539
 
524
- Fri, 16 Jul 2021 22:53:17 GMT
540
+ Fri, 16 Jul 2021 22:53:17 GMT
525
541
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.57..@fluentui/react-badge_v9.0.0-alpha.58)
526
542
 
527
543
  ### Changes
@@ -530,7 +546,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
530
546
 
531
547
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
532
548
 
533
- Thu, 15 Jul 2021 07:36:18 GMT
549
+ Thu, 15 Jul 2021 07:36:18 GMT
534
550
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.56..@fluentui/react-badge_v9.0.0-alpha.57)
535
551
 
536
552
  ### Changes
@@ -539,7 +555,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
539
555
 
540
556
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
541
557
 
542
- Tue, 13 Jul 2021 22:32:58 GMT
558
+ Tue, 13 Jul 2021 22:32:58 GMT
543
559
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.55..@fluentui/react-badge_v9.0.0-alpha.56)
544
560
 
545
561
  ### Patches
@@ -548,7 +564,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
548
564
 
549
565
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
550
566
 
551
- Tue, 13 Jul 2021 07:35:36 GMT
567
+ Tue, 13 Jul 2021 07:35:36 GMT
552
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.54..@fluentui/react-badge_v9.0.0-alpha.55)
553
569
 
554
570
  ### Changes
@@ -557,7 +573,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
557
573
 
558
574
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
559
575
 
560
- Fri, 09 Jul 2021 07:39:31 GMT
576
+ Fri, 09 Jul 2021 07:39:31 GMT
561
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.53..@fluentui/react-badge_v9.0.0-alpha.54)
562
578
 
563
579
  ### Patches
@@ -572,7 +588,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
572
588
 
573
589
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
574
590
 
575
- Fri, 02 Jul 2021 23:15:55 GMT
591
+ Fri, 02 Jul 2021 23:15:55 GMT
576
592
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.52..@fluentui/react-badge_v9.0.0-alpha.53)
577
593
 
578
594
  ### Changes
@@ -581,7 +597,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
581
597
 
582
598
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
583
599
 
584
- Fri, 02 Jul 2021 07:37:06 GMT
600
+ Fri, 02 Jul 2021 07:37:06 GMT
585
601
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.51..@fluentui/react-badge_v9.0.0-alpha.52)
586
602
 
587
603
  ### Changes
@@ -590,7 +606,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
590
606
 
591
607
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
592
608
 
593
- Thu, 01 Jul 2021 07:35:05 GMT
609
+ Thu, 01 Jul 2021 07:35:05 GMT
594
610
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.50..@fluentui/react-badge_v9.0.0-alpha.51)
595
611
 
596
612
  ### Changes
@@ -599,7 +615,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
599
615
 
600
616
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
601
617
 
602
- Wed, 30 Jun 2021 07:38:35 GMT
618
+ Wed, 30 Jun 2021 07:38:35 GMT
603
619
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.49..@fluentui/react-badge_v9.0.0-alpha.50)
604
620
 
605
621
  ### Changes
@@ -608,7 +624,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
608
624
 
609
625
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
610
626
 
611
- Tue, 29 Jun 2021 07:33:32 GMT
627
+ Tue, 29 Jun 2021 07:33:32 GMT
612
628
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.48..@fluentui/react-badge_v9.0.0-alpha.49)
613
629
 
614
630
  ### Changes
@@ -617,7 +633,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
617
633
 
618
634
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
619
635
 
620
- Tue, 22 Jun 2021 07:35:11 GMT
636
+ Tue, 22 Jun 2021 07:35:11 GMT
621
637
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.47..@fluentui/react-badge_v9.0.0-alpha.48)
622
638
 
623
639
  ### Changes
@@ -626,7 +642,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
626
642
 
627
643
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
628
644
 
629
- Tue, 15 Jun 2021 07:40:20 GMT
645
+ Tue, 15 Jun 2021 07:40:20 GMT
630
646
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.46..@fluentui/react-badge_v9.0.0-alpha.47)
631
647
 
632
648
  ### Changes
@@ -635,7 +651,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
635
651
 
636
652
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
637
653
 
638
- Mon, 07 Jun 2021 07:38:15 GMT
654
+ Mon, 07 Jun 2021 07:38:15 GMT
639
655
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.45..@fluentui/react-badge_v9.0.0-alpha.46)
640
656
 
641
657
  ### Patches
@@ -650,7 +666,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
650
666
 
651
667
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
652
668
 
653
- Fri, 04 Jun 2021 07:37:23 GMT
669
+ Fri, 04 Jun 2021 07:37:23 GMT
654
670
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.44..@fluentui/react-badge_v9.0.0-alpha.45)
655
671
 
656
672
  ### Changes
@@ -659,7 +675,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
659
675
 
660
676
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
661
677
 
662
- Thu, 03 Jun 2021 07:36:03 GMT
678
+ Thu, 03 Jun 2021 07:36:03 GMT
663
679
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.43..@fluentui/react-badge_v9.0.0-alpha.44)
664
680
 
665
681
  ### Changes
@@ -668,7 +684,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
668
684
 
669
685
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
670
686
 
671
- Wed, 02 Jun 2021 07:37:15 GMT
687
+ Wed, 02 Jun 2021 07:37:15 GMT
672
688
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.42..@fluentui/react-badge_v9.0.0-alpha.43)
673
689
 
674
690
  ### Changes
@@ -677,7 +693,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
677
693
 
678
694
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
679
695
 
680
- Wed, 26 May 2021 07:35:43 GMT
696
+ Wed, 26 May 2021 07:35:43 GMT
681
697
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.41..@fluentui/react-badge_v9.0.0-alpha.42)
682
698
 
683
699
  ### Changes
@@ -686,7 +702,7 @@ Wed, 26 May 2021 07:35:43 GMT
686
702
 
687
703
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
688
704
 
689
- Fri, 21 May 2021 07:34:54 GMT
705
+ Fri, 21 May 2021 07:34:54 GMT
690
706
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.40..@fluentui/react-badge_v9.0.0-alpha.41)
691
707
 
692
708
  ### Changes
@@ -695,7 +711,7 @@ Fri, 21 May 2021 07:34:54 GMT
695
711
 
696
712
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
697
713
 
698
- Thu, 20 May 2021 07:41:54 GMT
714
+ Thu, 20 May 2021 07:41:54 GMT
699
715
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.39..@fluentui/react-badge_v9.0.0-alpha.40)
700
716
 
701
717
  ### Patches
@@ -710,7 +726,7 @@ Thu, 20 May 2021 07:41:54 GMT
710
726
 
711
727
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
712
728
 
713
- Wed, 19 May 2021 07:34:20 GMT
729
+ Wed, 19 May 2021 07:34:20 GMT
714
730
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.38..@fluentui/react-badge_v9.0.0-alpha.39)
715
731
 
716
732
  ### Patches
@@ -723,7 +739,7 @@ Wed, 19 May 2021 07:34:20 GMT
723
739
 
724
740
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
725
741
 
726
- Tue, 18 May 2021 07:34:38 GMT
742
+ Tue, 18 May 2021 07:34:38 GMT
727
743
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.37..@fluentui/react-badge_v9.0.0-alpha.38)
728
744
 
729
745
  ### Changes
@@ -732,7 +748,7 @@ Tue, 18 May 2021 07:34:38 GMT
732
748
 
733
749
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
734
750
 
735
- Thu, 13 May 2021 07:36:55 GMT
751
+ Thu, 13 May 2021 07:36:55 GMT
736
752
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.36..@fluentui/react-badge_v9.0.0-alpha.37)
737
753
 
738
754
  ### Changes
@@ -741,7 +757,7 @@ Thu, 13 May 2021 07:36:55 GMT
741
757
 
742
758
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
743
759
 
744
- Wed, 12 May 2021 07:36:20 GMT
760
+ Wed, 12 May 2021 07:36:20 GMT
745
761
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.35..@fluentui/react-badge_v9.0.0-alpha.36)
746
762
 
747
763
  ### Changes
@@ -750,7 +766,7 @@ Wed, 12 May 2021 07:36:20 GMT
750
766
 
751
767
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
752
768
 
753
- Mon, 10 May 2021 07:36:07 GMT
769
+ Mon, 10 May 2021 07:36:07 GMT
754
770
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.34..@fluentui/react-badge_v9.0.0-alpha.35)
755
771
 
756
772
  ### Changes
@@ -759,7 +775,7 @@ Mon, 10 May 2021 07:36:07 GMT
759
775
 
760
776
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
761
777
 
762
- Wed, 05 May 2021 07:36:50 GMT
778
+ Wed, 05 May 2021 07:36:50 GMT
763
779
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.33..@fluentui/react-badge_v9.0.0-alpha.34)
764
780
 
765
781
  ### Changes
@@ -768,7 +784,7 @@ Wed, 05 May 2021 07:36:50 GMT
768
784
 
769
785
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
770
786
 
771
- Mon, 03 May 2021 07:45:19 GMT
787
+ Mon, 03 May 2021 07:45:19 GMT
772
788
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.32..@fluentui/react-badge_v9.0.0-alpha.33)
773
789
 
774
790
  ### Changes
@@ -777,7 +793,7 @@ Mon, 03 May 2021 07:45:19 GMT
777
793
 
778
794
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
779
795
 
780
- Fri, 30 Apr 2021 07:42:23 GMT
796
+ Fri, 30 Apr 2021 07:42:23 GMT
781
797
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.31..@fluentui/react-badge_v9.0.0-alpha.32)
782
798
 
783
799
  ### Patches
@@ -792,7 +808,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
792
808
 
793
809
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
794
810
 
795
- Tue, 27 Apr 2021 07:34:03 GMT
811
+ Tue, 27 Apr 2021 07:34:03 GMT
796
812
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.30..@fluentui/react-badge_v9.0.0-alpha.31)
797
813
 
798
814
  ### Changes
@@ -801,7 +817,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
801
817
 
802
818
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
803
819
 
804
- Mon, 26 Apr 2021 07:34:31 GMT
820
+ Mon, 26 Apr 2021 07:34:31 GMT
805
821
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.29..@fluentui/react-badge_v9.0.0-alpha.30)
806
822
 
807
823
  ### Changes
@@ -810,7 +826,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
810
826
 
811
827
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
812
828
 
813
- Fri, 23 Apr 2021 07:37:10 GMT
829
+ Fri, 23 Apr 2021 07:37:10 GMT
814
830
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.28..@fluentui/react-badge_v9.0.0-alpha.29)
815
831
 
816
832
  ### Patches
@@ -825,7 +841,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
825
841
 
826
842
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
827
843
 
828
- Thu, 22 Apr 2021 07:33:28 GMT
844
+ Thu, 22 Apr 2021 07:33:28 GMT
829
845
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.27..@fluentui/react-badge_v9.0.0-alpha.28)
830
846
 
831
847
  ### Changes
@@ -834,7 +850,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
834
850
 
835
851
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
836
852
 
837
- Wed, 21 Apr 2021 07:31:50 GMT
853
+ Wed, 21 Apr 2021 07:31:50 GMT
838
854
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.26..@fluentui/react-badge_v9.0.0-alpha.27)
839
855
 
840
856
  ### Changes
@@ -843,7 +859,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
843
859
 
844
860
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
845
861
 
846
- Tue, 20 Apr 2021 07:31:35 GMT
862
+ Tue, 20 Apr 2021 07:31:35 GMT
847
863
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.25..@fluentui/react-badge_v9.0.0-alpha.26)
848
864
 
849
865
  ### Changes
@@ -852,7 +868,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
852
868
 
853
869
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
854
870
 
855
- Fri, 16 Apr 2021 18:08:21 GMT
871
+ Fri, 16 Apr 2021 18:08:21 GMT
856
872
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.24..@fluentui/react-badge_v9.0.0-alpha.25)
857
873
 
858
874
  ### Changes
@@ -861,7 +877,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
861
877
 
862
878
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
863
879
 
864
- Wed, 14 Apr 2021 07:34:12 GMT
880
+ Wed, 14 Apr 2021 07:34:12 GMT
865
881
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.23..@fluentui/react-badge_v9.0.0-alpha.24)
866
882
 
867
883
  ### Changes
@@ -870,7 +886,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
870
886
 
871
887
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
872
888
 
873
- Fri, 09 Apr 2021 07:31:06 GMT
889
+ Fri, 09 Apr 2021 07:31:06 GMT
874
890
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.22..@fluentui/react-badge_v9.0.0-alpha.23)
875
891
 
876
892
  ### Changes
@@ -879,7 +895,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
879
895
 
880
896
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
881
897
 
882
- Thu, 08 Apr 2021 07:33:06 GMT
898
+ Thu, 08 Apr 2021 07:33:06 GMT
883
899
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.21..@fluentui/react-badge_v9.0.0-alpha.22)
884
900
 
885
901
  ### Changes
@@ -888,7 +904,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
888
904
 
889
905
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
890
906
 
891
- Thu, 01 Apr 2021 20:13:37 GMT
907
+ Thu, 01 Apr 2021 20:13:37 GMT
892
908
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.20..@fluentui/react-badge_v9.0.0-alpha.21)
893
909
 
894
910
  ### Changes
@@ -897,7 +913,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
897
913
 
898
914
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
899
915
 
900
- Wed, 31 Mar 2021 00:53:43 GMT
916
+ Wed, 31 Mar 2021 00:53:43 GMT
901
917
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.19..@fluentui/react-badge_v9.0.0-alpha.20)
902
918
 
903
919
  ### Patches
@@ -912,7 +928,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
912
928
 
913
929
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
914
930
 
915
- Tue, 30 Mar 2021 07:34:45 GMT
931
+ Tue, 30 Mar 2021 07:34:45 GMT
916
932
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.18..@fluentui/react-badge_v9.0.0-alpha.19)
917
933
 
918
934
  ### Changes
@@ -921,7 +937,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
921
937
 
922
938
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
923
939
 
924
- Fri, 26 Mar 2021 07:32:34 GMT
940
+ Fri, 26 Mar 2021 07:32:34 GMT
925
941
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.17..@fluentui/react-badge_v9.0.0-alpha.18)
926
942
 
927
943
  ### Changes
@@ -930,7 +946,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
930
946
 
931
947
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
932
948
 
933
- Thu, 25 Mar 2021 07:33:24 GMT
949
+ Thu, 25 Mar 2021 07:33:24 GMT
934
950
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.16..@fluentui/react-badge_v9.0.0-alpha.17)
935
951
 
936
952
  ### Changes
@@ -939,7 +955,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
939
955
 
940
956
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
941
957
 
942
- Wed, 24 Mar 2021 07:32:21 GMT
958
+ Wed, 24 Mar 2021 07:32:21 GMT
943
959
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.15..@fluentui/react-badge_v9.0.0-alpha.16)
944
960
 
945
961
  ### Changes
@@ -948,7 +964,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
948
964
 
949
965
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
950
966
 
951
- Tue, 23 Mar 2021 07:31:43 GMT
967
+ Tue, 23 Mar 2021 07:31:43 GMT
952
968
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.14..@fluentui/react-badge_v9.0.0-alpha.15)
953
969
 
954
970
  ### Changes
@@ -957,7 +973,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
957
973
 
958
974
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
959
975
 
960
- Thu, 18 Mar 2021 20:15:34 GMT
976
+ Thu, 18 Mar 2021 20:15:34 GMT
961
977
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.13..@fluentui/react-badge_v9.0.0-alpha.14)
962
978
 
963
979
  ### Changes
@@ -966,7 +982,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
966
982
 
967
983
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
968
984
 
969
- Wed, 17 Mar 2021 18:08:23 GMT
985
+ Wed, 17 Mar 2021 18:08:23 GMT
970
986
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.12..@fluentui/react-badge_v9.0.0-alpha.13)
971
987
 
972
988
  ### Changes
@@ -975,7 +991,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
975
991
 
976
992
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
977
993
 
978
- Wed, 17 Mar 2021 07:35:44 GMT
994
+ Wed, 17 Mar 2021 07:35:44 GMT
979
995
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.11..@fluentui/react-badge_v9.0.0-alpha.12)
980
996
 
981
997
  ### Changes
@@ -985,7 +1001,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
985
1001
 
986
1002
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
987
1003
 
988
- Tue, 16 Mar 2021 07:32:44 GMT
1004
+ Tue, 16 Mar 2021 07:32:44 GMT
989
1005
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.10..@fluentui/react-badge_v9.0.0-alpha.11)
990
1006
 
991
1007
  ### Patches
@@ -998,7 +1014,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
998
1014
 
999
1015
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
1000
1016
 
1001
- Mon, 15 Mar 2021 07:36:20 GMT
1017
+ Mon, 15 Mar 2021 07:36:20 GMT
1002
1018
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.9..@fluentui/react-badge_v9.0.0-alpha.10)
1003
1019
 
1004
1020
  ### Changes
@@ -1007,7 +1023,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1007
1023
 
1008
1024
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
1009
1025
 
1010
- Fri, 12 Mar 2021 20:04:27 GMT
1026
+ Fri, 12 Mar 2021 20:04:27 GMT
1011
1027
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
1012
1028
 
1013
1029
  ### Patches
@@ -1020,7 +1036,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1020
1036
 
1021
1037
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
1022
1038
 
1023
- Wed, 10 Mar 2021 07:34:39 GMT
1039
+ Wed, 10 Mar 2021 07:34:39 GMT
1024
1040
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)
1025
1041
 
1026
1042
  ### Changes
@@ -1029,7 +1045,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1029
1045
 
1030
1046
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
1031
1047
 
1032
- Fri, 05 Mar 2021 20:30:59 GMT
1048
+ Fri, 05 Mar 2021 20:30:59 GMT
1033
1049
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.6..@fluentui/react-badge_v9.0.0-alpha.7)
1034
1050
 
1035
1051
  ### Changes
@@ -1038,7 +1054,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1038
1054
 
1039
1055
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
1040
1056
 
1041
- Wed, 03 Mar 2021 00:10:09 GMT
1057
+ Wed, 03 Mar 2021 00:10:09 GMT
1042
1058
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.5..@fluentui/react-badge_v9.0.0-alpha.6)
1043
1059
 
1044
1060
  ### Changes
@@ -1047,7 +1063,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1047
1063
 
1048
1064
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
1049
1065
 
1050
- Tue, 02 Mar 2021 07:24:27 GMT
1066
+ Tue, 02 Mar 2021 07:24:27 GMT
1051
1067
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.4..@fluentui/react-badge_v9.0.0-alpha.5)
1052
1068
 
1053
1069
  ### Changes
@@ -1056,7 +1072,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1056
1072
 
1057
1073
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
1058
1074
 
1059
- Fri, 26 Feb 2021 01:16:27 GMT
1075
+ Fri, 26 Feb 2021 01:16:27 GMT
1060
1076
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.3..@fluentui/react-badge_v9.0.0-alpha.4)
1061
1077
 
1062
1078
  ### Patches
@@ -1072,7 +1088,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1072
1088
 
1073
1089
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
1074
1090
 
1075
- Thu, 25 Feb 2021 20:16:39 GMT
1091
+ Thu, 25 Feb 2021 20:16:39 GMT
1076
1092
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.2..@fluentui/react-badge_v9.0.0-alpha.3)
1077
1093
 
1078
1094
  ### Changes
@@ -1081,7 +1097,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1081
1097
 
1082
1098
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
1083
1099
 
1084
- Thu, 25 Feb 2021 01:15:27 GMT
1100
+ Thu, 25 Feb 2021 01:15:27 GMT
1085
1101
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.1..@fluentui/react-badge_v9.0.0-alpha.2)
1086
1102
 
1087
1103
  ### Patches
@@ -1090,7 +1106,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1090
1106
 
1091
1107
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
1092
1108
 
1093
- Wed, 24 Feb 2021 00:05:29 GMT
1109
+ Wed, 24 Feb 2021 00:05:29 GMT
1094
1110
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
1095
1111
 
1096
1112
  ### Changes