@fluentui/react-badge 9.0.0-rc.6 → 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 +117 -4
  2. package/CHANGELOG.md +141 -104
  3. package/dist/{react-badge.d.ts → 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,49 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Tue, 19 Apr 2022 19:14:20 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
+
23
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
24
+
25
+ Thu, 05 May 2022 18:26:30 GMT
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)
27
+
28
+ ### Changes
29
+
30
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
31
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
32
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
33
+
34
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
35
+
36
+ Wed, 04 May 2022 13:26:54 GMT
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)
38
+
39
+ ### Changes
40
+
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
43
+
7
44
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
8
45
 
9
- Tue, 19 Apr 2022 19:14:20 GMT
46
+ Tue, 19 Apr 2022 19:17:10 GMT
10
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)
11
48
 
12
49
  ### Changes
@@ -16,13 +53,13 @@ Tue, 19 Apr 2022 19:14:20 GMT
16
53
  - PresenceBadge: Adding unknown status. ([PR #21951](https://github.com/microsoft/fluentui/pull/21951) by Humberto.Morimoto@microsoft.com)
17
54
  - Add static classnames to Badge ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
18
55
  - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
19
- - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
20
- - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
21
- - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by beachball)
56
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
57
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
58
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
22
59
 
23
60
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
24
61
 
25
- Fri, 04 Mar 2022 05:17:34 GMT
62
+ Fri, 04 Mar 2022 05:17:34 GMT
26
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)
27
64
 
28
65
  ### Changes
@@ -33,7 +70,7 @@ Fri, 04 Mar 2022 05:17:34 GMT
33
70
 
34
71
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
35
72
 
36
- Tue, 01 Mar 2022 02:17:40 GMT
73
+ Tue, 01 Mar 2022 02:17:40 GMT
37
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)
38
75
 
39
76
  ### Changes
@@ -42,7 +79,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
42
79
 
43
80
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
44
81
 
45
- Fri, 18 Feb 2022 13:35:28 GMT
82
+ Fri, 18 Feb 2022 13:35:28 GMT
46
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)
47
84
 
48
85
  ### Changes
@@ -54,7 +91,7 @@ Fri, 18 Feb 2022 13:35:28 GMT
54
91
 
55
92
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
56
93
 
57
- Thu, 10 Feb 2022 08:51:40 GMT
94
+ Thu, 10 Feb 2022 08:51:40 GMT
58
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)
59
96
 
60
97
  ### Changes
@@ -84,7 +121,7 @@ Thu, 10 Feb 2022 08:51:40 GMT
84
121
 
85
122
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
86
123
 
87
- Thu, 25 Nov 2021 08:34:11 GMT
124
+ Thu, 25 Nov 2021 08:34:11 GMT
88
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)
89
126
 
90
127
  ### Changes
@@ -102,7 +139,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
102
139
 
103
140
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
104
141
 
105
- Fri, 12 Nov 2021 13:25:15 GMT
142
+ Fri, 12 Nov 2021 13:25:15 GMT
106
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)
107
144
 
108
145
  ### Changes
@@ -118,7 +155,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
118
155
 
119
156
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
120
157
 
121
- Wed, 27 Oct 2021 12:14:14 GMT
158
+ Wed, 27 Oct 2021 12:14:14 GMT
122
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)
123
160
 
124
161
  ### Changes
@@ -134,7 +171,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
134
171
 
135
172
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
136
173
 
137
- Wed, 06 Oct 2021 10:37:22 GMT
174
+ Wed, 06 Oct 2021 10:37:22 GMT
138
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)
139
176
 
140
177
  ### Changes
@@ -149,7 +186,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
149
186
 
150
187
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
151
188
 
152
- Tue, 05 Oct 2021 12:47:58 GMT
189
+ Tue, 05 Oct 2021 12:47:58 GMT
153
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)
154
191
 
155
192
  ### Changes
@@ -161,7 +198,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
161
198
 
162
199
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
163
200
 
164
- Tue, 05 Oct 2021 09:28:07 GMT
201
+ Tue, 05 Oct 2021 09:28:07 GMT
165
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)
166
203
 
167
204
  ### Changes
@@ -175,7 +212,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
175
212
 
176
213
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
177
214
 
178
- Fri, 01 Oct 2021 14:13:08 GMT
215
+ Fri, 01 Oct 2021 14:13:08 GMT
179
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)
180
217
 
181
218
  ### Changes
@@ -190,7 +227,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
190
227
 
191
228
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
192
229
 
193
- Wed, 29 Sep 2021 08:06:11 GMT
230
+ Wed, 29 Sep 2021 08:06:11 GMT
194
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)
195
232
 
196
233
  ### Changes
@@ -204,7 +241,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
204
241
 
205
242
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
206
243
 
207
- Mon, 27 Sep 2021 08:06:00 GMT
244
+ Mon, 27 Sep 2021 08:06:00 GMT
208
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)
209
246
 
210
247
  ### Changes
@@ -218,7 +255,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
218
255
 
219
256
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
220
257
 
221
- Fri, 24 Sep 2021 09:17:17 GMT
258
+ Fri, 24 Sep 2021 09:17:17 GMT
222
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)
223
260
 
224
261
  ### Changes
@@ -232,7 +269,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
232
269
 
233
270
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
234
271
 
235
- Thu, 23 Sep 2021 08:21:34 GMT
272
+ Thu, 23 Sep 2021 08:21:34 GMT
236
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)
237
274
 
238
275
  ### Changes
@@ -245,7 +282,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
245
282
 
246
283
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
247
284
 
248
- Wed, 22 Sep 2021 10:10:07 GMT
285
+ Wed, 22 Sep 2021 10:10:07 GMT
249
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)
250
287
 
251
288
  ### Changes
@@ -259,7 +296,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
259
296
 
260
297
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
261
298
 
262
- Tue, 21 Sep 2021 07:42:34 GMT
299
+ Tue, 21 Sep 2021 07:42:34 GMT
263
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)
264
301
 
265
302
  ### Changes
@@ -273,7 +310,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
273
310
 
274
311
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
275
312
 
276
- Mon, 20 Sep 2021 07:36:26 GMT
313
+ Mon, 20 Sep 2021 07:36:26 GMT
277
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)
278
315
 
279
316
  ### Changes
@@ -282,7 +319,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
282
319
 
283
320
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
284
321
 
285
- Fri, 17 Sep 2021 07:35:26 GMT
322
+ Fri, 17 Sep 2021 07:35:26 GMT
286
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)
287
324
 
288
325
  ### Changes
@@ -291,7 +328,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
291
328
 
292
329
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
293
330
 
294
- Thu, 16 Sep 2021 07:38:39 GMT
331
+ Thu, 16 Sep 2021 07:38:39 GMT
295
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)
296
333
 
297
334
  ### Changes
@@ -300,7 +337,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
300
337
 
301
338
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
302
339
 
303
- Tue, 14 Sep 2021 20:09:02 GMT
340
+ Tue, 14 Sep 2021 20:09:02 GMT
304
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)
305
342
 
306
343
  ### Changes
@@ -309,7 +346,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
309
346
 
310
347
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
311
348
 
312
- Fri, 10 Sep 2021 16:31:53 GMT
349
+ Fri, 10 Sep 2021 16:31:53 GMT
313
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)
314
351
 
315
352
  ### Changes
@@ -319,7 +356,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
319
356
 
320
357
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
321
358
 
322
- Fri, 10 Sep 2021 07:39:51 GMT
359
+ Fri, 10 Sep 2021 07:39:51 GMT
323
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)
324
361
 
325
362
  ### Changes
@@ -328,7 +365,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
328
365
 
329
366
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
330
367
 
331
- Mon, 06 Sep 2021 07:34:53 GMT
368
+ Mon, 06 Sep 2021 07:34:53 GMT
332
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)
333
370
 
334
371
  ### Changes
@@ -337,7 +374,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
337
374
 
338
375
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
339
376
 
340
- Thu, 02 Sep 2021 07:36:46 GMT
377
+ Thu, 02 Sep 2021 07:36:46 GMT
341
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)
342
379
 
343
380
  ### Patches
@@ -350,7 +387,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
350
387
 
351
388
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
352
389
 
353
- Wed, 01 Sep 2021 07:39:56 GMT
390
+ Wed, 01 Sep 2021 07:39:56 GMT
354
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)
355
392
 
356
393
  ### Changes
@@ -359,7 +396,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
359
396
 
360
397
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
361
398
 
362
- Tue, 31 Aug 2021 07:37:47 GMT
399
+ Tue, 31 Aug 2021 07:37:47 GMT
363
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)
364
401
 
365
402
  ### Changes
@@ -368,7 +405,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
368
405
 
369
406
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
370
407
 
371
- Mon, 30 Aug 2021 07:35:05 GMT
408
+ Mon, 30 Aug 2021 07:35:05 GMT
372
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)
373
410
 
374
411
  ### Changes
@@ -377,7 +414,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
377
414
 
378
415
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
379
416
 
380
- Fri, 27 Aug 2021 07:33:32 GMT
417
+ Fri, 27 Aug 2021 07:33:32 GMT
381
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)
382
419
 
383
420
  ### Changes
@@ -386,7 +423,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
386
423
 
387
424
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
388
425
 
389
- Thu, 26 Aug 2021 07:35:43 GMT
426
+ Thu, 26 Aug 2021 07:35:43 GMT
390
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)
391
428
 
392
429
  ### Changes
@@ -395,7 +432,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
395
432
 
396
433
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
397
434
 
398
- Fri, 20 Aug 2021 07:37:28 GMT
435
+ Fri, 20 Aug 2021 07:37:28 GMT
399
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)
400
437
 
401
438
  ### Changes
@@ -404,7 +441,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
404
441
 
405
442
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
406
443
 
407
- Thu, 19 Aug 2021 07:41:35 GMT
444
+ Thu, 19 Aug 2021 07:41:35 GMT
408
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)
409
446
 
410
447
  ### Changes
@@ -413,7 +450,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
413
450
 
414
451
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
415
452
 
416
- Fri, 13 Aug 2021 07:36:34 GMT
453
+ Fri, 13 Aug 2021 07:36:34 GMT
417
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)
418
455
 
419
456
  ### Changes
@@ -422,7 +459,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
422
459
 
423
460
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
424
461
 
425
- Wed, 11 Aug 2021 07:34:54 GMT
462
+ Wed, 11 Aug 2021 07:34:54 GMT
426
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)
427
464
 
428
465
  ### Changes
@@ -431,7 +468,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
431
468
 
432
469
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
433
470
 
434
- Fri, 06 Aug 2021 07:35:14 GMT
471
+ Fri, 06 Aug 2021 07:35:14 GMT
435
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)
436
473
 
437
474
  ### Changes
@@ -440,7 +477,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
440
477
 
441
478
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
442
479
 
443
- Tue, 03 Aug 2021 07:39:30 GMT
480
+ Tue, 03 Aug 2021 07:39:30 GMT
444
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)
445
482
 
446
483
  ### Patches
@@ -455,7 +492,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
455
492
 
456
493
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
457
494
 
458
- Mon, 02 Aug 2021 07:36:20 GMT
495
+ Mon, 02 Aug 2021 07:36:20 GMT
459
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)
460
497
 
461
498
  ### Changes
@@ -464,7 +501,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
464
501
 
465
502
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
466
503
 
467
- Mon, 26 Jul 2021 07:37:30 GMT
504
+ Mon, 26 Jul 2021 07:37:30 GMT
468
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)
469
506
 
470
507
  ### Changes
@@ -473,7 +510,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
473
510
 
474
511
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
475
512
 
476
- Fri, 23 Jul 2021 07:38:19 GMT
513
+ Fri, 23 Jul 2021 07:38:19 GMT
477
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)
478
515
 
479
516
  ### Changes
@@ -482,7 +519,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
482
519
 
483
520
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
484
521
 
485
- Thu, 22 Jul 2021 07:36:55 GMT
522
+ Thu, 22 Jul 2021 07:36:55 GMT
486
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)
487
524
 
488
525
  ### Changes
@@ -491,7 +528,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
491
528
 
492
529
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
493
530
 
494
- Tue, 20 Jul 2021 22:23:17 GMT
531
+ Tue, 20 Jul 2021 22:23:17 GMT
495
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)
496
533
 
497
534
  ### Changes
@@ -500,7 +537,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
500
537
 
501
538
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
502
539
 
503
- Fri, 16 Jul 2021 22:53:17 GMT
540
+ Fri, 16 Jul 2021 22:53:17 GMT
504
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)
505
542
 
506
543
  ### Changes
@@ -509,7 +546,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
509
546
 
510
547
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
511
548
 
512
- Thu, 15 Jul 2021 07:36:18 GMT
549
+ Thu, 15 Jul 2021 07:36:18 GMT
513
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)
514
551
 
515
552
  ### Changes
@@ -518,7 +555,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
518
555
 
519
556
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
520
557
 
521
- Tue, 13 Jul 2021 22:32:58 GMT
558
+ Tue, 13 Jul 2021 22:32:58 GMT
522
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)
523
560
 
524
561
  ### Patches
@@ -527,7 +564,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
527
564
 
528
565
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
529
566
 
530
- Tue, 13 Jul 2021 07:35:36 GMT
567
+ Tue, 13 Jul 2021 07:35:36 GMT
531
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)
532
569
 
533
570
  ### Changes
@@ -536,7 +573,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
536
573
 
537
574
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
538
575
 
539
- Fri, 09 Jul 2021 07:39:31 GMT
576
+ Fri, 09 Jul 2021 07:39:31 GMT
540
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)
541
578
 
542
579
  ### Patches
@@ -551,7 +588,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
551
588
 
552
589
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
553
590
 
554
- Fri, 02 Jul 2021 23:15:55 GMT
591
+ Fri, 02 Jul 2021 23:15:55 GMT
555
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)
556
593
 
557
594
  ### Changes
@@ -560,7 +597,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
560
597
 
561
598
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
562
599
 
563
- Fri, 02 Jul 2021 07:37:06 GMT
600
+ Fri, 02 Jul 2021 07:37:06 GMT
564
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)
565
602
 
566
603
  ### Changes
@@ -569,7 +606,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
569
606
 
570
607
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
571
608
 
572
- Thu, 01 Jul 2021 07:35:05 GMT
609
+ Thu, 01 Jul 2021 07:35:05 GMT
573
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)
574
611
 
575
612
  ### Changes
@@ -578,7 +615,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
578
615
 
579
616
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
580
617
 
581
- Wed, 30 Jun 2021 07:38:35 GMT
618
+ Wed, 30 Jun 2021 07:38:35 GMT
582
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)
583
620
 
584
621
  ### Changes
@@ -587,7 +624,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
587
624
 
588
625
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
589
626
 
590
- Tue, 29 Jun 2021 07:33:32 GMT
627
+ Tue, 29 Jun 2021 07:33:32 GMT
591
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)
592
629
 
593
630
  ### Changes
@@ -596,7 +633,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
596
633
 
597
634
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
598
635
 
599
- Tue, 22 Jun 2021 07:35:11 GMT
636
+ Tue, 22 Jun 2021 07:35:11 GMT
600
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)
601
638
 
602
639
  ### Changes
@@ -605,7 +642,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
605
642
 
606
643
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
607
644
 
608
- Tue, 15 Jun 2021 07:40:20 GMT
645
+ Tue, 15 Jun 2021 07:40:20 GMT
609
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)
610
647
 
611
648
  ### Changes
@@ -614,7 +651,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
614
651
 
615
652
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
616
653
 
617
- Mon, 07 Jun 2021 07:38:15 GMT
654
+ Mon, 07 Jun 2021 07:38:15 GMT
618
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)
619
656
 
620
657
  ### Patches
@@ -629,7 +666,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
629
666
 
630
667
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
631
668
 
632
- Fri, 04 Jun 2021 07:37:23 GMT
669
+ Fri, 04 Jun 2021 07:37:23 GMT
633
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)
634
671
 
635
672
  ### Changes
@@ -638,7 +675,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
638
675
 
639
676
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
640
677
 
641
- Thu, 03 Jun 2021 07:36:03 GMT
678
+ Thu, 03 Jun 2021 07:36:03 GMT
642
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)
643
680
 
644
681
  ### Changes
@@ -647,7 +684,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
647
684
 
648
685
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
649
686
 
650
- Wed, 02 Jun 2021 07:37:15 GMT
687
+ Wed, 02 Jun 2021 07:37:15 GMT
651
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)
652
689
 
653
690
  ### Changes
@@ -656,7 +693,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
656
693
 
657
694
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
658
695
 
659
- Wed, 26 May 2021 07:35:43 GMT
696
+ Wed, 26 May 2021 07:35:43 GMT
660
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)
661
698
 
662
699
  ### Changes
@@ -665,7 +702,7 @@ Wed, 26 May 2021 07:35:43 GMT
665
702
 
666
703
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
667
704
 
668
- Fri, 21 May 2021 07:34:54 GMT
705
+ Fri, 21 May 2021 07:34:54 GMT
669
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)
670
707
 
671
708
  ### Changes
@@ -674,7 +711,7 @@ Fri, 21 May 2021 07:34:54 GMT
674
711
 
675
712
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
676
713
 
677
- Thu, 20 May 2021 07:41:54 GMT
714
+ Thu, 20 May 2021 07:41:54 GMT
678
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)
679
716
 
680
717
  ### Patches
@@ -689,7 +726,7 @@ Thu, 20 May 2021 07:41:54 GMT
689
726
 
690
727
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
691
728
 
692
- Wed, 19 May 2021 07:34:20 GMT
729
+ Wed, 19 May 2021 07:34:20 GMT
693
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)
694
731
 
695
732
  ### Patches
@@ -702,7 +739,7 @@ Wed, 19 May 2021 07:34:20 GMT
702
739
 
703
740
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
704
741
 
705
- Tue, 18 May 2021 07:34:38 GMT
742
+ Tue, 18 May 2021 07:34:38 GMT
706
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)
707
744
 
708
745
  ### Changes
@@ -711,7 +748,7 @@ Tue, 18 May 2021 07:34:38 GMT
711
748
 
712
749
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
713
750
 
714
- Thu, 13 May 2021 07:36:55 GMT
751
+ Thu, 13 May 2021 07:36:55 GMT
715
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)
716
753
 
717
754
  ### Changes
@@ -720,7 +757,7 @@ Thu, 13 May 2021 07:36:55 GMT
720
757
 
721
758
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
722
759
 
723
- Wed, 12 May 2021 07:36:20 GMT
760
+ Wed, 12 May 2021 07:36:20 GMT
724
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)
725
762
 
726
763
  ### Changes
@@ -729,7 +766,7 @@ Wed, 12 May 2021 07:36:20 GMT
729
766
 
730
767
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
731
768
 
732
- Mon, 10 May 2021 07:36:07 GMT
769
+ Mon, 10 May 2021 07:36:07 GMT
733
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)
734
771
 
735
772
  ### Changes
@@ -738,7 +775,7 @@ Mon, 10 May 2021 07:36:07 GMT
738
775
 
739
776
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
740
777
 
741
- Wed, 05 May 2021 07:36:50 GMT
778
+ Wed, 05 May 2021 07:36:50 GMT
742
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)
743
780
 
744
781
  ### Changes
@@ -747,7 +784,7 @@ Wed, 05 May 2021 07:36:50 GMT
747
784
 
748
785
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
749
786
 
750
- Mon, 03 May 2021 07:45:19 GMT
787
+ Mon, 03 May 2021 07:45:19 GMT
751
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)
752
789
 
753
790
  ### Changes
@@ -756,7 +793,7 @@ Mon, 03 May 2021 07:45:19 GMT
756
793
 
757
794
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
758
795
 
759
- Fri, 30 Apr 2021 07:42:23 GMT
796
+ Fri, 30 Apr 2021 07:42:23 GMT
760
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)
761
798
 
762
799
  ### Patches
@@ -771,7 +808,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
771
808
 
772
809
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
773
810
 
774
- Tue, 27 Apr 2021 07:34:03 GMT
811
+ Tue, 27 Apr 2021 07:34:03 GMT
775
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)
776
813
 
777
814
  ### Changes
@@ -780,7 +817,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
780
817
 
781
818
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
782
819
 
783
- Mon, 26 Apr 2021 07:34:31 GMT
820
+ Mon, 26 Apr 2021 07:34:31 GMT
784
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)
785
822
 
786
823
  ### Changes
@@ -789,7 +826,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
789
826
 
790
827
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
791
828
 
792
- Fri, 23 Apr 2021 07:37:10 GMT
829
+ Fri, 23 Apr 2021 07:37:10 GMT
793
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)
794
831
 
795
832
  ### Patches
@@ -804,7 +841,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
804
841
 
805
842
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
806
843
 
807
- Thu, 22 Apr 2021 07:33:28 GMT
844
+ Thu, 22 Apr 2021 07:33:28 GMT
808
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)
809
846
 
810
847
  ### Changes
@@ -813,7 +850,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
813
850
 
814
851
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
815
852
 
816
- Wed, 21 Apr 2021 07:31:50 GMT
853
+ Wed, 21 Apr 2021 07:31:50 GMT
817
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)
818
855
 
819
856
  ### Changes
@@ -822,7 +859,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
822
859
 
823
860
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
824
861
 
825
- Tue, 20 Apr 2021 07:31:35 GMT
862
+ Tue, 20 Apr 2021 07:31:35 GMT
826
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)
827
864
 
828
865
  ### Changes
@@ -831,7 +868,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
831
868
 
832
869
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
833
870
 
834
- Fri, 16 Apr 2021 18:08:21 GMT
871
+ Fri, 16 Apr 2021 18:08:21 GMT
835
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)
836
873
 
837
874
  ### Changes
@@ -840,7 +877,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
840
877
 
841
878
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
842
879
 
843
- Wed, 14 Apr 2021 07:34:12 GMT
880
+ Wed, 14 Apr 2021 07:34:12 GMT
844
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)
845
882
 
846
883
  ### Changes
@@ -849,7 +886,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
849
886
 
850
887
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
851
888
 
852
- Fri, 09 Apr 2021 07:31:06 GMT
889
+ Fri, 09 Apr 2021 07:31:06 GMT
853
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)
854
891
 
855
892
  ### Changes
@@ -858,7 +895,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
858
895
 
859
896
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
860
897
 
861
- Thu, 08 Apr 2021 07:33:06 GMT
898
+ Thu, 08 Apr 2021 07:33:06 GMT
862
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)
863
900
 
864
901
  ### Changes
@@ -867,7 +904,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
867
904
 
868
905
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
869
906
 
870
- Thu, 01 Apr 2021 20:13:37 GMT
907
+ Thu, 01 Apr 2021 20:13:37 GMT
871
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)
872
909
 
873
910
  ### Changes
@@ -876,7 +913,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
876
913
 
877
914
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
878
915
 
879
- Wed, 31 Mar 2021 00:53:43 GMT
916
+ Wed, 31 Mar 2021 00:53:43 GMT
880
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)
881
918
 
882
919
  ### Patches
@@ -891,7 +928,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
891
928
 
892
929
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
893
930
 
894
- Tue, 30 Mar 2021 07:34:45 GMT
931
+ Tue, 30 Mar 2021 07:34:45 GMT
895
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)
896
933
 
897
934
  ### Changes
@@ -900,7 +937,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
900
937
 
901
938
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
902
939
 
903
- Fri, 26 Mar 2021 07:32:34 GMT
940
+ Fri, 26 Mar 2021 07:32:34 GMT
904
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)
905
942
 
906
943
  ### Changes
@@ -909,7 +946,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
909
946
 
910
947
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
911
948
 
912
- Thu, 25 Mar 2021 07:33:24 GMT
949
+ Thu, 25 Mar 2021 07:33:24 GMT
913
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)
914
951
 
915
952
  ### Changes
@@ -918,7 +955,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
918
955
 
919
956
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
920
957
 
921
- Wed, 24 Mar 2021 07:32:21 GMT
958
+ Wed, 24 Mar 2021 07:32:21 GMT
922
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)
923
960
 
924
961
  ### Changes
@@ -927,7 +964,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
927
964
 
928
965
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
929
966
 
930
- Tue, 23 Mar 2021 07:31:43 GMT
967
+ Tue, 23 Mar 2021 07:31:43 GMT
931
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)
932
969
 
933
970
  ### Changes
@@ -936,7 +973,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
936
973
 
937
974
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
938
975
 
939
- Thu, 18 Mar 2021 20:15:34 GMT
976
+ Thu, 18 Mar 2021 20:15:34 GMT
940
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)
941
978
 
942
979
  ### Changes
@@ -945,7 +982,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
945
982
 
946
983
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
947
984
 
948
- Wed, 17 Mar 2021 18:08:23 GMT
985
+ Wed, 17 Mar 2021 18:08:23 GMT
949
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)
950
987
 
951
988
  ### Changes
@@ -954,7 +991,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
954
991
 
955
992
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
956
993
 
957
- Wed, 17 Mar 2021 07:35:44 GMT
994
+ Wed, 17 Mar 2021 07:35:44 GMT
958
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)
959
996
 
960
997
  ### Changes
@@ -964,7 +1001,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
964
1001
 
965
1002
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
966
1003
 
967
- Tue, 16 Mar 2021 07:32:44 GMT
1004
+ Tue, 16 Mar 2021 07:32:44 GMT
968
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)
969
1006
 
970
1007
  ### Patches
@@ -977,7 +1014,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
977
1014
 
978
1015
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
979
1016
 
980
- Mon, 15 Mar 2021 07:36:20 GMT
1017
+ Mon, 15 Mar 2021 07:36:20 GMT
981
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)
982
1019
 
983
1020
  ### Changes
@@ -986,7 +1023,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
986
1023
 
987
1024
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
988
1025
 
989
- Fri, 12 Mar 2021 20:04:27 GMT
1026
+ Fri, 12 Mar 2021 20:04:27 GMT
990
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)
991
1028
 
992
1029
  ### Patches
@@ -999,7 +1036,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
999
1036
 
1000
1037
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
1001
1038
 
1002
- Wed, 10 Mar 2021 07:34:39 GMT
1039
+ Wed, 10 Mar 2021 07:34:39 GMT
1003
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)
1004
1041
 
1005
1042
  ### Changes
@@ -1008,7 +1045,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1008
1045
 
1009
1046
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
1010
1047
 
1011
- Fri, 05 Mar 2021 20:30:59 GMT
1048
+ Fri, 05 Mar 2021 20:30:59 GMT
1012
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)
1013
1050
 
1014
1051
  ### Changes
@@ -1017,7 +1054,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1017
1054
 
1018
1055
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
1019
1056
 
1020
- Wed, 03 Mar 2021 00:10:09 GMT
1057
+ Wed, 03 Mar 2021 00:10:09 GMT
1021
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)
1022
1059
 
1023
1060
  ### Changes
@@ -1026,7 +1063,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1026
1063
 
1027
1064
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
1028
1065
 
1029
- Tue, 02 Mar 2021 07:24:27 GMT
1066
+ Tue, 02 Mar 2021 07:24:27 GMT
1030
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)
1031
1068
 
1032
1069
  ### Changes
@@ -1035,7 +1072,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1035
1072
 
1036
1073
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
1037
1074
 
1038
- Fri, 26 Feb 2021 01:16:27 GMT
1075
+ Fri, 26 Feb 2021 01:16:27 GMT
1039
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)
1040
1077
 
1041
1078
  ### Patches
@@ -1051,7 +1088,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1051
1088
 
1052
1089
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
1053
1090
 
1054
- Thu, 25 Feb 2021 20:16:39 GMT
1091
+ Thu, 25 Feb 2021 20:16:39 GMT
1055
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)
1056
1093
 
1057
1094
  ### Changes
@@ -1060,7 +1097,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1060
1097
 
1061
1098
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
1062
1099
 
1063
- Thu, 25 Feb 2021 01:15:27 GMT
1100
+ Thu, 25 Feb 2021 01:15:27 GMT
1064
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)
1065
1102
 
1066
1103
  ### Patches
@@ -1069,7 +1106,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1069
1106
 
1070
1107
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
1071
1108
 
1072
- Wed, 24 Feb 2021 00:05:29 GMT
1109
+ Wed, 24 Feb 2021 00:05:29 GMT
1073
1110
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
1074
1111
 
1075
1112
  ### Changes