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

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 (91) hide show
  1. package/CHANGELOG.json +256 -1
  2. package/CHANGELOG.md +190 -103
  3. package/MIGRATION.md +59 -0
  4. package/README.md +40 -2
  5. package/Spec.md +11 -74
  6. package/dist/index.d.ts +38 -54
  7. package/{lib → dist}/tsdoc-metadata.json +0 -0
  8. package/lib/components/Badge/Badge.js.map +1 -1
  9. package/lib/components/Badge/Badge.types.js.map +1 -1
  10. package/lib/components/Badge/renderBadge.js.map +1 -1
  11. package/lib/components/Badge/useBadge.js +0 -1
  12. package/lib/components/Badge/useBadge.js.map +1 -1
  13. package/lib/components/Badge/useBadgeStyles.js +0 -5
  14. package/lib/components/Badge/useBadgeStyles.js.map +1 -1
  15. package/lib/components/CounterBadge/CounterBadge.js.map +1 -1
  16. package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -1
  17. package/lib/components/CounterBadge/useCounterBadge.js +1 -2
  18. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  19. package/lib/components/CounterBadge/useCounterBadgeStyles.js +0 -5
  20. package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  21. package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
  22. package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  23. package/lib/components/PresenceBadge/presenceIcons.js.map +1 -1
  24. package/lib/components/PresenceBadge/usePresenceBadge.js +20 -7
  25. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  26. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +10 -6
  27. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  28. package/lib/index.js +3 -6
  29. package/lib/index.js.map +1 -1
  30. package/lib-commonjs/components/Badge/Badge.js.map +1 -1
  31. package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
  32. package/lib-commonjs/components/Badge/useBadge.js +0 -1
  33. package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
  34. package/lib-commonjs/components/Badge/useBadgeStyles.js +1 -6
  35. package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
  36. package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
  37. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +1 -2
  38. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  39. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +1 -6
  40. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  41. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
  42. package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -1
  43. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +20 -7
  44. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  45. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +11 -7
  46. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  47. package/lib-commonjs/index.js +1 -22
  48. package/lib-commonjs/index.js.map +1 -1
  49. package/package.json +10 -12
  50. package/lib/Badge.d.ts +0 -1
  51. package/lib/CounterBadge.d.ts +0 -1
  52. package/lib/PresenceBadge.d.ts +0 -1
  53. package/lib/components/Badge/Badge.d.ts +0 -6
  54. package/lib/components/Badge/Badge.types.d.ts +0 -34
  55. package/lib/components/Badge/index.d.ts +0 -5
  56. package/lib/components/Badge/renderBadge.d.ts +0 -2
  57. package/lib/components/Badge/useBadge.d.ts +0 -6
  58. package/lib/components/Badge/useBadgeStyles.d.ts +0 -11
  59. package/lib/components/CounterBadge/CounterBadge.d.ts +0 -6
  60. package/lib/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  61. package/lib/components/CounterBadge/index.d.ts +0 -4
  62. package/lib/components/CounterBadge/useCounterBadge.d.ts +0 -6
  63. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -12
  64. package/lib/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  65. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  66. package/lib/components/PresenceBadge/index.d.ts +0 -4
  67. package/lib/components/PresenceBadge/presenceIcons.d.ts +0 -11
  68. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  69. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -12
  70. package/lib/index.d.ts +0 -6
  71. package/lib-commonjs/Badge.d.ts +0 -1
  72. package/lib-commonjs/CounterBadge.d.ts +0 -1
  73. package/lib-commonjs/PresenceBadge.d.ts +0 -1
  74. package/lib-commonjs/components/Badge/Badge.d.ts +0 -6
  75. package/lib-commonjs/components/Badge/Badge.types.d.ts +0 -34
  76. package/lib-commonjs/components/Badge/index.d.ts +0 -5
  77. package/lib-commonjs/components/Badge/renderBadge.d.ts +0 -2
  78. package/lib-commonjs/components/Badge/useBadge.d.ts +0 -6
  79. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +0 -11
  80. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +0 -6
  81. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  82. package/lib-commonjs/components/CounterBadge/index.d.ts +0 -4
  83. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +0 -6
  84. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -12
  85. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  86. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  87. package/lib-commonjs/components/PresenceBadge/index.d.ts +0 -4
  88. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +0 -11
  89. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  90. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -12
  91. package/lib-commonjs/index.d.ts +0 -6
package/CHANGELOG.md CHANGED
@@ -1,12 +1,99 @@
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 Tue, 28 Jun 2022 17:37:47 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.1)
8
+
9
+ Tue, 28 Jun 2022 17:37:47 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0..@fluentui/react-badge_v9.0.1)
11
+
12
+ ### Patches
13
+
14
+ - fix: Use caret dependency range for Griffel ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10 ([PR #23754](https://github.com/microsoft/fluentui/pull/23754) by beachball)
16
+
17
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0)
18
+
19
+ Tue, 28 Jun 2022 15:14:19 GMT
20
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.13..@fluentui/react-badge_v9.0.0)
21
+
22
+ ### Patches
23
+
24
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
25
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
26
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
27
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
28
+
29
+ ### Changes
30
+
31
+ - README, spec and migration guide cleanup. ([PR #23424](https://github.com/microsoft/fluentui/pull/23424) by Humberto.Morimoto@microsoft.com)
32
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
33
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
34
+ - PresenceBadge accessibility: fix placement of aria-label, sort out Avatar usage and examples ([PR #23256](https://github.com/microsoft/fluentui/pull/23256) by sarah.higley@microsoft.com)
35
+ - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
36
+
37
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.13)
38
+
39
+ Thu, 23 Jun 2022 14:25:31 GMT
40
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.12..@fluentui/react-badge_v9.0.0-rc.13)
41
+
42
+ ### Changes
43
+
44
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
45
+
46
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.12)
47
+
48
+ Tue, 31 May 2022 21:28:36 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.11..@fluentui/react-badge_v9.0.0-rc.12)
50
+
51
+ ### Changes
52
+
53
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
55
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
56
+
57
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
58
+
59
+ Thu, 26 May 2022 21:01:22 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
61
+
62
+ ### Changes
63
+
64
+ - remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
65
+
66
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
67
+
68
+ Mon, 23 May 2022 18:56:41 GMT
69
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
70
+
71
+ ### Changes
72
+
73
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
74
+ - BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
76
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
77
+
78
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
79
+
80
+ Mon, 23 May 2022 12:14:01 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
82
+
83
+ ### Changes
84
+
85
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
86
+ - react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
87
+ - remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
88
+ - 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)
89
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
90
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
91
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
92
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
93
+
7
94
  ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
8
95
 
9
- Thu, 05 May 2022 18:24:37 GMT
96
+ Thu, 05 May 2022 18:26:30 GMT
10
97
  [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
98
 
12
99
  ### Changes
@@ -17,7 +104,7 @@ Thu, 05 May 2022 18:24:37 GMT
17
104
 
18
105
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
19
106
 
20
- Wed, 04 May 2022 13:26:54 GMT
107
+ Wed, 04 May 2022 13:26:54 GMT
21
108
  [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
109
 
23
110
  ### Changes
@@ -27,7 +114,7 @@ Wed, 04 May 2022 13:26:54 GMT
27
114
 
28
115
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
29
116
 
30
- Tue, 19 Apr 2022 19:17:10 GMT
117
+ Tue, 19 Apr 2022 19:17:10 GMT
31
118
  [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
119
 
33
120
  ### Changes
@@ -43,7 +130,7 @@ Tue, 19 Apr 2022 19:17:10 GMT
43
130
 
44
131
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
45
132
 
46
- Fri, 04 Mar 2022 05:17:34 GMT
133
+ Fri, 04 Mar 2022 05:17:34 GMT
47
134
  [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
135
 
49
136
  ### Changes
@@ -54,7 +141,7 @@ Fri, 04 Mar 2022 05:17:34 GMT
54
141
 
55
142
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
56
143
 
57
- Tue, 01 Mar 2022 02:17:40 GMT
144
+ Tue, 01 Mar 2022 02:17:40 GMT
58
145
  [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
146
 
60
147
  ### Changes
@@ -63,7 +150,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
63
150
 
64
151
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
65
152
 
66
- Fri, 18 Feb 2022 13:35:28 GMT
153
+ Fri, 18 Feb 2022 13:35:28 GMT
67
154
  [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
155
 
69
156
  ### Changes
@@ -75,7 +162,7 @@ Fri, 18 Feb 2022 13:35:28 GMT
75
162
 
76
163
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
77
164
 
78
- Thu, 10 Feb 2022 08:51:40 GMT
165
+ Thu, 10 Feb 2022 08:51:40 GMT
79
166
  [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
167
 
81
168
  ### Changes
@@ -105,7 +192,7 @@ Thu, 10 Feb 2022 08:51:40 GMT
105
192
 
106
193
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
107
194
 
108
- Thu, 25 Nov 2021 08:34:11 GMT
195
+ Thu, 25 Nov 2021 08:34:11 GMT
109
196
  [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
197
 
111
198
  ### Changes
@@ -123,7 +210,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
123
210
 
124
211
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
125
212
 
126
- Fri, 12 Nov 2021 13:25:15 GMT
213
+ Fri, 12 Nov 2021 13:25:15 GMT
127
214
  [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
215
 
129
216
  ### Changes
@@ -139,7 +226,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
139
226
 
140
227
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
141
228
 
142
- Wed, 27 Oct 2021 12:14:14 GMT
229
+ Wed, 27 Oct 2021 12:14:14 GMT
143
230
  [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
231
 
145
232
  ### Changes
@@ -155,7 +242,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
155
242
 
156
243
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
157
244
 
158
- Wed, 06 Oct 2021 10:37:22 GMT
245
+ Wed, 06 Oct 2021 10:37:22 GMT
159
246
  [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
247
 
161
248
  ### Changes
@@ -170,7 +257,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
170
257
 
171
258
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
172
259
 
173
- Tue, 05 Oct 2021 12:47:58 GMT
260
+ Tue, 05 Oct 2021 12:47:58 GMT
174
261
  [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
262
 
176
263
  ### Changes
@@ -182,7 +269,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
182
269
 
183
270
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
184
271
 
185
- Tue, 05 Oct 2021 09:28:07 GMT
272
+ Tue, 05 Oct 2021 09:28:07 GMT
186
273
  [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
274
 
188
275
  ### Changes
@@ -196,7 +283,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
196
283
 
197
284
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
198
285
 
199
- Fri, 01 Oct 2021 14:13:08 GMT
286
+ Fri, 01 Oct 2021 14:13:08 GMT
200
287
  [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
288
 
202
289
  ### Changes
@@ -211,7 +298,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
211
298
 
212
299
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
213
300
 
214
- Wed, 29 Sep 2021 08:06:11 GMT
301
+ Wed, 29 Sep 2021 08:06:11 GMT
215
302
  [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
303
 
217
304
  ### Changes
@@ -225,7 +312,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
225
312
 
226
313
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
227
314
 
228
- Mon, 27 Sep 2021 08:06:00 GMT
315
+ Mon, 27 Sep 2021 08:06:00 GMT
229
316
  [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
317
 
231
318
  ### Changes
@@ -239,7 +326,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
239
326
 
240
327
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
241
328
 
242
- Fri, 24 Sep 2021 09:17:17 GMT
329
+ Fri, 24 Sep 2021 09:17:17 GMT
243
330
  [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
331
 
245
332
  ### Changes
@@ -253,7 +340,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
253
340
 
254
341
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
255
342
 
256
- Thu, 23 Sep 2021 08:21:34 GMT
343
+ Thu, 23 Sep 2021 08:21:34 GMT
257
344
  [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
345
 
259
346
  ### Changes
@@ -266,7 +353,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
266
353
 
267
354
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
268
355
 
269
- Wed, 22 Sep 2021 10:10:07 GMT
356
+ Wed, 22 Sep 2021 10:10:07 GMT
270
357
  [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
358
 
272
359
  ### Changes
@@ -280,7 +367,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
280
367
 
281
368
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
282
369
 
283
- Tue, 21 Sep 2021 07:42:34 GMT
370
+ Tue, 21 Sep 2021 07:42:34 GMT
284
371
  [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
372
 
286
373
  ### Changes
@@ -294,7 +381,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
294
381
 
295
382
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
296
383
 
297
- Mon, 20 Sep 2021 07:36:26 GMT
384
+ Mon, 20 Sep 2021 07:36:26 GMT
298
385
  [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
386
 
300
387
  ### Changes
@@ -303,7 +390,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
303
390
 
304
391
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
305
392
 
306
- Fri, 17 Sep 2021 07:35:26 GMT
393
+ Fri, 17 Sep 2021 07:35:26 GMT
307
394
  [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
395
 
309
396
  ### Changes
@@ -312,7 +399,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
312
399
 
313
400
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
314
401
 
315
- Thu, 16 Sep 2021 07:38:39 GMT
402
+ Thu, 16 Sep 2021 07:38:39 GMT
316
403
  [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
404
 
318
405
  ### Changes
@@ -321,7 +408,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
321
408
 
322
409
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
323
410
 
324
- Tue, 14 Sep 2021 20:09:02 GMT
411
+ Tue, 14 Sep 2021 20:09:02 GMT
325
412
  [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
413
 
327
414
  ### Changes
@@ -330,7 +417,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
330
417
 
331
418
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
332
419
 
333
- Fri, 10 Sep 2021 16:31:53 GMT
420
+ Fri, 10 Sep 2021 16:31:53 GMT
334
421
  [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
422
 
336
423
  ### Changes
@@ -340,7 +427,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
340
427
 
341
428
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
342
429
 
343
- Fri, 10 Sep 2021 07:39:51 GMT
430
+ Fri, 10 Sep 2021 07:39:51 GMT
344
431
  [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
432
 
346
433
  ### Changes
@@ -349,7 +436,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
349
436
 
350
437
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
351
438
 
352
- Mon, 06 Sep 2021 07:34:53 GMT
439
+ Mon, 06 Sep 2021 07:34:53 GMT
353
440
  [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
441
 
355
442
  ### Changes
@@ -358,7 +445,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
358
445
 
359
446
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
360
447
 
361
- Thu, 02 Sep 2021 07:36:46 GMT
448
+ Thu, 02 Sep 2021 07:36:46 GMT
362
449
  [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
450
 
364
451
  ### Patches
@@ -371,7 +458,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
371
458
 
372
459
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
373
460
 
374
- Wed, 01 Sep 2021 07:39:56 GMT
461
+ Wed, 01 Sep 2021 07:39:56 GMT
375
462
  [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
463
 
377
464
  ### Changes
@@ -380,7 +467,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
380
467
 
381
468
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
382
469
 
383
- Tue, 31 Aug 2021 07:37:47 GMT
470
+ Tue, 31 Aug 2021 07:37:47 GMT
384
471
  [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
472
 
386
473
  ### Changes
@@ -389,7 +476,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
389
476
 
390
477
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
391
478
 
392
- Mon, 30 Aug 2021 07:35:05 GMT
479
+ Mon, 30 Aug 2021 07:35:05 GMT
393
480
  [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
481
 
395
482
  ### Changes
@@ -398,7 +485,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
398
485
 
399
486
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
400
487
 
401
- Fri, 27 Aug 2021 07:33:32 GMT
488
+ Fri, 27 Aug 2021 07:33:32 GMT
402
489
  [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
490
 
404
491
  ### Changes
@@ -407,7 +494,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
407
494
 
408
495
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
409
496
 
410
- Thu, 26 Aug 2021 07:35:43 GMT
497
+ Thu, 26 Aug 2021 07:35:43 GMT
411
498
  [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
499
 
413
500
  ### Changes
@@ -416,7 +503,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
416
503
 
417
504
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
418
505
 
419
- Fri, 20 Aug 2021 07:37:28 GMT
506
+ Fri, 20 Aug 2021 07:37:28 GMT
420
507
  [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
508
 
422
509
  ### Changes
@@ -425,7 +512,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
425
512
 
426
513
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
427
514
 
428
- Thu, 19 Aug 2021 07:41:35 GMT
515
+ Thu, 19 Aug 2021 07:41:35 GMT
429
516
  [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
517
 
431
518
  ### Changes
@@ -434,7 +521,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
434
521
 
435
522
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
436
523
 
437
- Fri, 13 Aug 2021 07:36:34 GMT
524
+ Fri, 13 Aug 2021 07:36:34 GMT
438
525
  [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
526
 
440
527
  ### Changes
@@ -443,7 +530,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
443
530
 
444
531
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
445
532
 
446
- Wed, 11 Aug 2021 07:34:54 GMT
533
+ Wed, 11 Aug 2021 07:34:54 GMT
447
534
  [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
535
 
449
536
  ### Changes
@@ -452,7 +539,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
452
539
 
453
540
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
454
541
 
455
- Fri, 06 Aug 2021 07:35:14 GMT
542
+ Fri, 06 Aug 2021 07:35:14 GMT
456
543
  [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
544
 
458
545
  ### Changes
@@ -461,7 +548,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
461
548
 
462
549
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
463
550
 
464
- Tue, 03 Aug 2021 07:39:30 GMT
551
+ Tue, 03 Aug 2021 07:39:30 GMT
465
552
  [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
553
 
467
554
  ### Patches
@@ -476,7 +563,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
476
563
 
477
564
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
478
565
 
479
- Mon, 02 Aug 2021 07:36:20 GMT
566
+ Mon, 02 Aug 2021 07:36:20 GMT
480
567
  [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
568
 
482
569
  ### Changes
@@ -485,7 +572,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
485
572
 
486
573
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
487
574
 
488
- Mon, 26 Jul 2021 07:37:30 GMT
575
+ Mon, 26 Jul 2021 07:37:30 GMT
489
576
  [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
577
 
491
578
  ### Changes
@@ -494,7 +581,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
494
581
 
495
582
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
496
583
 
497
- Fri, 23 Jul 2021 07:38:19 GMT
584
+ Fri, 23 Jul 2021 07:38:19 GMT
498
585
  [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
586
 
500
587
  ### Changes
@@ -503,7 +590,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
503
590
 
504
591
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
505
592
 
506
- Thu, 22 Jul 2021 07:36:55 GMT
593
+ Thu, 22 Jul 2021 07:36:55 GMT
507
594
  [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
595
 
509
596
  ### Changes
@@ -512,7 +599,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
512
599
 
513
600
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
514
601
 
515
- Tue, 20 Jul 2021 22:23:17 GMT
602
+ Tue, 20 Jul 2021 22:23:17 GMT
516
603
  [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
604
 
518
605
  ### Changes
@@ -521,7 +608,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
521
608
 
522
609
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
523
610
 
524
- Fri, 16 Jul 2021 22:53:17 GMT
611
+ Fri, 16 Jul 2021 22:53:17 GMT
525
612
  [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
613
 
527
614
  ### Changes
@@ -530,7 +617,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
530
617
 
531
618
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
532
619
 
533
- Thu, 15 Jul 2021 07:36:18 GMT
620
+ Thu, 15 Jul 2021 07:36:18 GMT
534
621
  [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
622
 
536
623
  ### Changes
@@ -539,7 +626,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
539
626
 
540
627
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
541
628
 
542
- Tue, 13 Jul 2021 22:32:58 GMT
629
+ Tue, 13 Jul 2021 22:32:58 GMT
543
630
  [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
631
 
545
632
  ### Patches
@@ -548,7 +635,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
548
635
 
549
636
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
550
637
 
551
- Tue, 13 Jul 2021 07:35:36 GMT
638
+ Tue, 13 Jul 2021 07:35:36 GMT
552
639
  [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
640
 
554
641
  ### Changes
@@ -557,7 +644,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
557
644
 
558
645
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
559
646
 
560
- Fri, 09 Jul 2021 07:39:31 GMT
647
+ Fri, 09 Jul 2021 07:39:31 GMT
561
648
  [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
649
 
563
650
  ### Patches
@@ -572,7 +659,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
572
659
 
573
660
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
574
661
 
575
- Fri, 02 Jul 2021 23:15:55 GMT
662
+ Fri, 02 Jul 2021 23:15:55 GMT
576
663
  [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
664
 
578
665
  ### Changes
@@ -581,7 +668,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
581
668
 
582
669
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
583
670
 
584
- Fri, 02 Jul 2021 07:37:06 GMT
671
+ Fri, 02 Jul 2021 07:37:06 GMT
585
672
  [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
673
 
587
674
  ### Changes
@@ -590,7 +677,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
590
677
 
591
678
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
592
679
 
593
- Thu, 01 Jul 2021 07:35:05 GMT
680
+ Thu, 01 Jul 2021 07:35:05 GMT
594
681
  [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
682
 
596
683
  ### Changes
@@ -599,7 +686,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
599
686
 
600
687
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
601
688
 
602
- Wed, 30 Jun 2021 07:38:35 GMT
689
+ Wed, 30 Jun 2021 07:38:35 GMT
603
690
  [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
691
 
605
692
  ### Changes
@@ -608,7 +695,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
608
695
 
609
696
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
610
697
 
611
- Tue, 29 Jun 2021 07:33:32 GMT
698
+ Tue, 29 Jun 2021 07:33:32 GMT
612
699
  [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
700
 
614
701
  ### Changes
@@ -617,7 +704,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
617
704
 
618
705
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
619
706
 
620
- Tue, 22 Jun 2021 07:35:11 GMT
707
+ Tue, 22 Jun 2021 07:35:11 GMT
621
708
  [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
709
 
623
710
  ### Changes
@@ -626,7 +713,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
626
713
 
627
714
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
628
715
 
629
- Tue, 15 Jun 2021 07:40:20 GMT
716
+ Tue, 15 Jun 2021 07:40:20 GMT
630
717
  [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
718
 
632
719
  ### Changes
@@ -635,7 +722,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
635
722
 
636
723
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
637
724
 
638
- Mon, 07 Jun 2021 07:38:15 GMT
725
+ Mon, 07 Jun 2021 07:38:15 GMT
639
726
  [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
727
 
641
728
  ### Patches
@@ -650,7 +737,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
650
737
 
651
738
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
652
739
 
653
- Fri, 04 Jun 2021 07:37:23 GMT
740
+ Fri, 04 Jun 2021 07:37:23 GMT
654
741
  [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
742
 
656
743
  ### Changes
@@ -659,7 +746,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
659
746
 
660
747
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
661
748
 
662
- Thu, 03 Jun 2021 07:36:03 GMT
749
+ Thu, 03 Jun 2021 07:36:03 GMT
663
750
  [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
751
 
665
752
  ### Changes
@@ -668,7 +755,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
668
755
 
669
756
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
670
757
 
671
- Wed, 02 Jun 2021 07:37:15 GMT
758
+ Wed, 02 Jun 2021 07:37:15 GMT
672
759
  [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
760
 
674
761
  ### Changes
@@ -677,7 +764,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
677
764
 
678
765
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
679
766
 
680
- Wed, 26 May 2021 07:35:43 GMT
767
+ Wed, 26 May 2021 07:35:43 GMT
681
768
  [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
769
 
683
770
  ### Changes
@@ -686,7 +773,7 @@ Wed, 26 May 2021 07:35:43 GMT
686
773
 
687
774
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
688
775
 
689
- Fri, 21 May 2021 07:34:54 GMT
776
+ Fri, 21 May 2021 07:34:54 GMT
690
777
  [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
778
 
692
779
  ### Changes
@@ -695,7 +782,7 @@ Fri, 21 May 2021 07:34:54 GMT
695
782
 
696
783
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
697
784
 
698
- Thu, 20 May 2021 07:41:54 GMT
785
+ Thu, 20 May 2021 07:41:54 GMT
699
786
  [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
787
 
701
788
  ### Patches
@@ -710,7 +797,7 @@ Thu, 20 May 2021 07:41:54 GMT
710
797
 
711
798
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
712
799
 
713
- Wed, 19 May 2021 07:34:20 GMT
800
+ Wed, 19 May 2021 07:34:20 GMT
714
801
  [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
802
 
716
803
  ### Patches
@@ -723,7 +810,7 @@ Wed, 19 May 2021 07:34:20 GMT
723
810
 
724
811
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
725
812
 
726
- Tue, 18 May 2021 07:34:38 GMT
813
+ Tue, 18 May 2021 07:34:38 GMT
727
814
  [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
815
 
729
816
  ### Changes
@@ -732,7 +819,7 @@ Tue, 18 May 2021 07:34:38 GMT
732
819
 
733
820
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
734
821
 
735
- Thu, 13 May 2021 07:36:55 GMT
822
+ Thu, 13 May 2021 07:36:55 GMT
736
823
  [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
824
 
738
825
  ### Changes
@@ -741,7 +828,7 @@ Thu, 13 May 2021 07:36:55 GMT
741
828
 
742
829
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
743
830
 
744
- Wed, 12 May 2021 07:36:20 GMT
831
+ Wed, 12 May 2021 07:36:20 GMT
745
832
  [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
833
 
747
834
  ### Changes
@@ -750,7 +837,7 @@ Wed, 12 May 2021 07:36:20 GMT
750
837
 
751
838
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
752
839
 
753
- Mon, 10 May 2021 07:36:07 GMT
840
+ Mon, 10 May 2021 07:36:07 GMT
754
841
  [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
842
 
756
843
  ### Changes
@@ -759,7 +846,7 @@ Mon, 10 May 2021 07:36:07 GMT
759
846
 
760
847
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
761
848
 
762
- Wed, 05 May 2021 07:36:50 GMT
849
+ Wed, 05 May 2021 07:36:50 GMT
763
850
  [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
851
 
765
852
  ### Changes
@@ -768,7 +855,7 @@ Wed, 05 May 2021 07:36:50 GMT
768
855
 
769
856
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
770
857
 
771
- Mon, 03 May 2021 07:45:19 GMT
858
+ Mon, 03 May 2021 07:45:19 GMT
772
859
  [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
860
 
774
861
  ### Changes
@@ -777,7 +864,7 @@ Mon, 03 May 2021 07:45:19 GMT
777
864
 
778
865
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
779
866
 
780
- Fri, 30 Apr 2021 07:42:23 GMT
867
+ Fri, 30 Apr 2021 07:42:23 GMT
781
868
  [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
869
 
783
870
  ### Patches
@@ -792,7 +879,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
792
879
 
793
880
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
794
881
 
795
- Tue, 27 Apr 2021 07:34:03 GMT
882
+ Tue, 27 Apr 2021 07:34:03 GMT
796
883
  [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
884
 
798
885
  ### Changes
@@ -801,7 +888,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
801
888
 
802
889
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
803
890
 
804
- Mon, 26 Apr 2021 07:34:31 GMT
891
+ Mon, 26 Apr 2021 07:34:31 GMT
805
892
  [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
893
 
807
894
  ### Changes
@@ -810,7 +897,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
810
897
 
811
898
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
812
899
 
813
- Fri, 23 Apr 2021 07:37:10 GMT
900
+ Fri, 23 Apr 2021 07:37:10 GMT
814
901
  [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
902
 
816
903
  ### Patches
@@ -825,7 +912,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
825
912
 
826
913
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
827
914
 
828
- Thu, 22 Apr 2021 07:33:28 GMT
915
+ Thu, 22 Apr 2021 07:33:28 GMT
829
916
  [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
917
 
831
918
  ### Changes
@@ -834,7 +921,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
834
921
 
835
922
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
836
923
 
837
- Wed, 21 Apr 2021 07:31:50 GMT
924
+ Wed, 21 Apr 2021 07:31:50 GMT
838
925
  [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
926
 
840
927
  ### Changes
@@ -843,7 +930,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
843
930
 
844
931
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
845
932
 
846
- Tue, 20 Apr 2021 07:31:35 GMT
933
+ Tue, 20 Apr 2021 07:31:35 GMT
847
934
  [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
935
 
849
936
  ### Changes
@@ -852,7 +939,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
852
939
 
853
940
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
854
941
 
855
- Fri, 16 Apr 2021 18:08:21 GMT
942
+ Fri, 16 Apr 2021 18:08:21 GMT
856
943
  [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
944
 
858
945
  ### Changes
@@ -861,7 +948,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
861
948
 
862
949
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
863
950
 
864
- Wed, 14 Apr 2021 07:34:12 GMT
951
+ Wed, 14 Apr 2021 07:34:12 GMT
865
952
  [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
953
 
867
954
  ### Changes
@@ -870,7 +957,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
870
957
 
871
958
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
872
959
 
873
- Fri, 09 Apr 2021 07:31:06 GMT
960
+ Fri, 09 Apr 2021 07:31:06 GMT
874
961
  [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
962
 
876
963
  ### Changes
@@ -879,7 +966,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
879
966
 
880
967
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
881
968
 
882
- Thu, 08 Apr 2021 07:33:06 GMT
969
+ Thu, 08 Apr 2021 07:33:06 GMT
883
970
  [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
971
 
885
972
  ### Changes
@@ -888,7 +975,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
888
975
 
889
976
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
890
977
 
891
- Thu, 01 Apr 2021 20:13:37 GMT
978
+ Thu, 01 Apr 2021 20:13:37 GMT
892
979
  [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
980
 
894
981
  ### Changes
@@ -897,7 +984,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
897
984
 
898
985
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
899
986
 
900
- Wed, 31 Mar 2021 00:53:43 GMT
987
+ Wed, 31 Mar 2021 00:53:43 GMT
901
988
  [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
989
 
903
990
  ### Patches
@@ -912,7 +999,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
912
999
 
913
1000
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
914
1001
 
915
- Tue, 30 Mar 2021 07:34:45 GMT
1002
+ Tue, 30 Mar 2021 07:34:45 GMT
916
1003
  [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
1004
 
918
1005
  ### Changes
@@ -921,7 +1008,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
921
1008
 
922
1009
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
923
1010
 
924
- Fri, 26 Mar 2021 07:32:34 GMT
1011
+ Fri, 26 Mar 2021 07:32:34 GMT
925
1012
  [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
1013
 
927
1014
  ### Changes
@@ -930,7 +1017,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
930
1017
 
931
1018
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
932
1019
 
933
- Thu, 25 Mar 2021 07:33:24 GMT
1020
+ Thu, 25 Mar 2021 07:33:24 GMT
934
1021
  [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
1022
 
936
1023
  ### Changes
@@ -939,7 +1026,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
939
1026
 
940
1027
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
941
1028
 
942
- Wed, 24 Mar 2021 07:32:21 GMT
1029
+ Wed, 24 Mar 2021 07:32:21 GMT
943
1030
  [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
1031
 
945
1032
  ### Changes
@@ -948,7 +1035,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
948
1035
 
949
1036
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
950
1037
 
951
- Tue, 23 Mar 2021 07:31:43 GMT
1038
+ Tue, 23 Mar 2021 07:31:43 GMT
952
1039
  [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
1040
 
954
1041
  ### Changes
@@ -957,7 +1044,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
957
1044
 
958
1045
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
959
1046
 
960
- Thu, 18 Mar 2021 20:15:34 GMT
1047
+ Thu, 18 Mar 2021 20:15:34 GMT
961
1048
  [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
1049
 
963
1050
  ### Changes
@@ -966,7 +1053,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
966
1053
 
967
1054
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
968
1055
 
969
- Wed, 17 Mar 2021 18:08:23 GMT
1056
+ Wed, 17 Mar 2021 18:08:23 GMT
970
1057
  [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
1058
 
972
1059
  ### Changes
@@ -975,7 +1062,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
975
1062
 
976
1063
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
977
1064
 
978
- Wed, 17 Mar 2021 07:35:44 GMT
1065
+ Wed, 17 Mar 2021 07:35:44 GMT
979
1066
  [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
1067
 
981
1068
  ### Changes
@@ -985,7 +1072,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
985
1072
 
986
1073
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
987
1074
 
988
- Tue, 16 Mar 2021 07:32:44 GMT
1075
+ Tue, 16 Mar 2021 07:32:44 GMT
989
1076
  [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
1077
 
991
1078
  ### Patches
@@ -998,7 +1085,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
998
1085
 
999
1086
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
1000
1087
 
1001
- Mon, 15 Mar 2021 07:36:20 GMT
1088
+ Mon, 15 Mar 2021 07:36:20 GMT
1002
1089
  [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
1090
 
1004
1091
  ### Changes
@@ -1007,7 +1094,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1007
1094
 
1008
1095
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
1009
1096
 
1010
- Fri, 12 Mar 2021 20:04:27 GMT
1097
+ Fri, 12 Mar 2021 20:04:27 GMT
1011
1098
  [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
1099
 
1013
1100
  ### Patches
@@ -1020,7 +1107,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1020
1107
 
1021
1108
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
1022
1109
 
1023
- Wed, 10 Mar 2021 07:34:39 GMT
1110
+ Wed, 10 Mar 2021 07:34:39 GMT
1024
1111
  [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
1112
 
1026
1113
  ### Changes
@@ -1029,7 +1116,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1029
1116
 
1030
1117
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
1031
1118
 
1032
- Fri, 05 Mar 2021 20:30:59 GMT
1119
+ Fri, 05 Mar 2021 20:30:59 GMT
1033
1120
  [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
1121
 
1035
1122
  ### Changes
@@ -1038,7 +1125,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1038
1125
 
1039
1126
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
1040
1127
 
1041
- Wed, 03 Mar 2021 00:10:09 GMT
1128
+ Wed, 03 Mar 2021 00:10:09 GMT
1042
1129
  [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
1130
 
1044
1131
  ### Changes
@@ -1047,7 +1134,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1047
1134
 
1048
1135
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
1049
1136
 
1050
- Tue, 02 Mar 2021 07:24:27 GMT
1137
+ Tue, 02 Mar 2021 07:24:27 GMT
1051
1138
  [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
1139
 
1053
1140
  ### Changes
@@ -1056,7 +1143,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1056
1143
 
1057
1144
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
1058
1145
 
1059
- Fri, 26 Feb 2021 01:16:27 GMT
1146
+ Fri, 26 Feb 2021 01:16:27 GMT
1060
1147
  [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
1148
 
1062
1149
  ### Patches
@@ -1072,7 +1159,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1072
1159
 
1073
1160
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
1074
1161
 
1075
- Thu, 25 Feb 2021 20:16:39 GMT
1162
+ Thu, 25 Feb 2021 20:16:39 GMT
1076
1163
  [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
1164
 
1078
1165
  ### Changes
@@ -1081,7 +1168,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1081
1168
 
1082
1169
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
1083
1170
 
1084
- Thu, 25 Feb 2021 01:15:27 GMT
1171
+ Thu, 25 Feb 2021 01:15:27 GMT
1085
1172
  [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
1173
 
1087
1174
  ### Patches
@@ -1090,7 +1177,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1090
1177
 
1091
1178
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
1092
1179
 
1093
- Wed, 24 Feb 2021 00:05:29 GMT
1180
+ Wed, 24 Feb 2021 00:05:29 GMT
1094
1181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
1095
1182
 
1096
1183
  ### Changes