@fluentui/react-badge 9.0.0-rc.7 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. package/CHANGELOG.json +262 -1
  2. package/CHANGELOG.md +190 -102
  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,100 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Wed, 04 May 2022 13:24:22 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 28 Jun 2022 15:09:31 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0)
8
+
9
+ Tue, 28 Jun 2022 15:09:31 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.13..@fluentui/react-badge_v9.0.0)
11
+
12
+ ### Patches
13
+
14
+ - feat: Initial 9.0.0 release ([PR #23733](https://github.com/microsoft/fluentui/pull/23733) by lingfangao@hotmail.com)
15
+ - Bump @fluentui/react-theme to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.0.0 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.9 ([commit](https://github.com/microsoft/fluentui/commit/ba6c5d651559b91c815429c9a9357c4d5a390f3e) by beachball)
18
+
19
+ ### Changes
20
+
21
+ - README, spec and migration guide cleanup. ([PR #23424](https://github.com/microsoft/fluentui/pull/23424) by Humberto.Morimoto@microsoft.com)
22
+ - Bump Griffel dependencies ([PR #23688](https://github.com/microsoft/fluentui/pull/23688) by lingfangao@hotmail.com)
23
+ - Update 9.0.0-rc dependencies to use caret range ([PR #23732](https://github.com/microsoft/fluentui/pull/23732) by lingfangao@hotmail.com)
24
+ - 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)
25
+ - chore: Update @fluentui/react-icons to latest version ([PR #23459](https://github.com/microsoft/fluentui/pull/23459) by olfedias@microsoft.com)
26
+
27
+ ## [9.0.0-rc.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.13)
28
+
29
+ Thu, 23 Jun 2022 14:25:31 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.12..@fluentui/react-badge_v9.0.0-rc.13)
31
+
32
+ ### Changes
33
+
34
+ - Bump @fluentui/react-theme to v9.0.0-rc.10 ([PR #23608](https://github.com/microsoft/fluentui/pull/23608) by beachball)
35
+
36
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.12)
37
+
38
+ Tue, 31 May 2022 21:28:36 GMT
39
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.11..@fluentui/react-badge_v9.0.0-rc.12)
40
+
41
+ ### Changes
42
+
43
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
44
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
45
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
46
+
47
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
48
+
49
+ Thu, 26 May 2022 21:01:22 GMT
50
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
51
+
52
+ ### Changes
53
+
54
+ - remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
55
+
56
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
57
+
58
+ Mon, 23 May 2022 18:56:41 GMT
59
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
60
+
61
+ ### Changes
62
+
63
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
64
+ - BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
65
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
66
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
67
+
68
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
69
+
70
+ Mon, 23 May 2022 12:14:01 GMT
71
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
72
+
73
+ ### Changes
74
+
75
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
76
+ - react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
77
+ - remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
78
+ - 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)
79
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
80
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
81
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
82
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
83
+
84
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
85
+
86
+ Thu, 05 May 2022 18:26:30 GMT
87
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.7..@fluentui/react-badge_v9.0.0-rc.8)
88
+
89
+ ### Changes
90
+
91
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
92
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
93
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
94
+
7
95
  ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
8
96
 
9
- Wed, 04 May 2022 13:24:22 GMT
97
+ Wed, 04 May 2022 13:26:54 GMT
10
98
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.6..@fluentui/react-badge_v9.0.0-rc.7)
11
99
 
12
100
  ### Changes
@@ -16,7 +104,7 @@ Wed, 04 May 2022 13:24:22 GMT
16
104
 
17
105
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
18
106
 
19
- Tue, 19 Apr 2022 19:17:10 GMT
107
+ Tue, 19 Apr 2022 19:17:10 GMT
20
108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.5..@fluentui/react-badge_v9.0.0-rc.6)
21
109
 
22
110
  ### Changes
@@ -32,7 +120,7 @@ Tue, 19 Apr 2022 19:17:10 GMT
32
120
 
33
121
  ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
34
122
 
35
- Fri, 04 Mar 2022 05:17:34 GMT
123
+ Fri, 04 Mar 2022 05:17:34 GMT
36
124
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v9.0.0-rc.5)
37
125
 
38
126
  ### Changes
@@ -43,7 +131,7 @@ Fri, 04 Mar 2022 05:17:34 GMT
43
131
 
44
132
  ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
45
133
 
46
- Tue, 01 Mar 2022 02:17:40 GMT
134
+ Tue, 01 Mar 2022 02:17:40 GMT
47
135
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
48
136
 
49
137
  ### Changes
@@ -52,7 +140,7 @@ Tue, 01 Mar 2022 02:17:40 GMT
52
140
 
53
141
  ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
54
142
 
55
- Fri, 18 Feb 2022 13:35:28 GMT
143
+ Fri, 18 Feb 2022 13:35:28 GMT
56
144
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
57
145
 
58
146
  ### Changes
@@ -64,7 +152,7 @@ Fri, 18 Feb 2022 13:35:28 GMT
64
152
 
65
153
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
66
154
 
67
- Thu, 10 Feb 2022 08:51:40 GMT
155
+ Thu, 10 Feb 2022 08:51:40 GMT
68
156
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
69
157
 
70
158
  ### Changes
@@ -94,7 +182,7 @@ Thu, 10 Feb 2022 08:51:40 GMT
94
182
 
95
183
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
96
184
 
97
- Thu, 25 Nov 2021 08:34:11 GMT
185
+ Thu, 25 Nov 2021 08:34:11 GMT
98
186
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
99
187
 
100
188
  ### Changes
@@ -112,7 +200,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
112
200
 
113
201
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
114
202
 
115
- Fri, 12 Nov 2021 13:25:15 GMT
203
+ Fri, 12 Nov 2021 13:25:15 GMT
116
204
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
117
205
 
118
206
  ### Changes
@@ -128,7 +216,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
128
216
 
129
217
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
130
218
 
131
- Wed, 27 Oct 2021 12:14:14 GMT
219
+ Wed, 27 Oct 2021 12:14:14 GMT
132
220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
133
221
 
134
222
  ### Changes
@@ -144,7 +232,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
144
232
 
145
233
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
146
234
 
147
- Wed, 06 Oct 2021 10:37:22 GMT
235
+ Wed, 06 Oct 2021 10:37:22 GMT
148
236
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.92..@fluentui/react-badge_v9.0.0-beta.1)
149
237
 
150
238
  ### Changes
@@ -159,7 +247,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
159
247
 
160
248
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
161
249
 
162
- Tue, 05 Oct 2021 12:47:58 GMT
250
+ Tue, 05 Oct 2021 12:47:58 GMT
163
251
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.91..@fluentui/react-badge_v9.0.0-alpha.92)
164
252
 
165
253
  ### Changes
@@ -171,7 +259,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
171
259
 
172
260
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
173
261
 
174
- Tue, 05 Oct 2021 09:28:07 GMT
262
+ Tue, 05 Oct 2021 09:28:07 GMT
175
263
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.90..@fluentui/react-badge_v9.0.0-alpha.91)
176
264
 
177
265
  ### Changes
@@ -185,7 +273,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
185
273
 
186
274
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
187
275
 
188
- Fri, 01 Oct 2021 14:13:08 GMT
276
+ Fri, 01 Oct 2021 14:13:08 GMT
189
277
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.88..@fluentui/react-badge_v9.0.0-alpha.90)
190
278
 
191
279
  ### Changes
@@ -200,7 +288,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
200
288
 
201
289
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
202
290
 
203
- Wed, 29 Sep 2021 08:06:11 GMT
291
+ Wed, 29 Sep 2021 08:06:11 GMT
204
292
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.87..@fluentui/react-badge_v9.0.0-alpha.88)
205
293
 
206
294
  ### Changes
@@ -214,7 +302,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
214
302
 
215
303
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
216
304
 
217
- Mon, 27 Sep 2021 08:06:00 GMT
305
+ Mon, 27 Sep 2021 08:06:00 GMT
218
306
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.86..@fluentui/react-badge_v9.0.0-alpha.87)
219
307
 
220
308
  ### Changes
@@ -228,7 +316,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
228
316
 
229
317
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
230
318
 
231
- Fri, 24 Sep 2021 09:17:17 GMT
319
+ Fri, 24 Sep 2021 09:17:17 GMT
232
320
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.85..@fluentui/react-badge_v9.0.0-alpha.86)
233
321
 
234
322
  ### Changes
@@ -242,7 +330,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
242
330
 
243
331
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
244
332
 
245
- Thu, 23 Sep 2021 08:21:34 GMT
333
+ Thu, 23 Sep 2021 08:21:34 GMT
246
334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.84..@fluentui/react-badge_v9.0.0-alpha.85)
247
335
 
248
336
  ### Changes
@@ -255,7 +343,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
255
343
 
256
344
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
257
345
 
258
- Wed, 22 Sep 2021 10:10:07 GMT
346
+ Wed, 22 Sep 2021 10:10:07 GMT
259
347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.83..@fluentui/react-badge_v9.0.0-alpha.84)
260
348
 
261
349
  ### Changes
@@ -269,7 +357,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
269
357
 
270
358
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
271
359
 
272
- Tue, 21 Sep 2021 07:42:34 GMT
360
+ Tue, 21 Sep 2021 07:42:34 GMT
273
361
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.82..@fluentui/react-badge_v9.0.0-alpha.83)
274
362
 
275
363
  ### Changes
@@ -283,7 +371,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
283
371
 
284
372
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
285
373
 
286
- Mon, 20 Sep 2021 07:36:26 GMT
374
+ Mon, 20 Sep 2021 07:36:26 GMT
287
375
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.81..@fluentui/react-badge_v9.0.0-alpha.82)
288
376
 
289
377
  ### Changes
@@ -292,7 +380,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
292
380
 
293
381
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
294
382
 
295
- Fri, 17 Sep 2021 07:35:26 GMT
383
+ Fri, 17 Sep 2021 07:35:26 GMT
296
384
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.80..@fluentui/react-badge_v9.0.0-alpha.81)
297
385
 
298
386
  ### Changes
@@ -301,7 +389,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
301
389
 
302
390
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
303
391
 
304
- Thu, 16 Sep 2021 07:38:39 GMT
392
+ Thu, 16 Sep 2021 07:38:39 GMT
305
393
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.79..@fluentui/react-badge_v9.0.0-alpha.80)
306
394
 
307
395
  ### Changes
@@ -310,7 +398,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
310
398
 
311
399
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
312
400
 
313
- Tue, 14 Sep 2021 20:09:02 GMT
401
+ Tue, 14 Sep 2021 20:09:02 GMT
314
402
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.78..@fluentui/react-badge_v9.0.0-alpha.79)
315
403
 
316
404
  ### Changes
@@ -319,7 +407,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
319
407
 
320
408
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
321
409
 
322
- Fri, 10 Sep 2021 16:31:53 GMT
410
+ Fri, 10 Sep 2021 16:31:53 GMT
323
411
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.77..@fluentui/react-badge_v9.0.0-alpha.78)
324
412
 
325
413
  ### Changes
@@ -329,7 +417,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
329
417
 
330
418
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
331
419
 
332
- Fri, 10 Sep 2021 07:39:51 GMT
420
+ Fri, 10 Sep 2021 07:39:51 GMT
333
421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.76..@fluentui/react-badge_v9.0.0-alpha.77)
334
422
 
335
423
  ### Changes
@@ -338,7 +426,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
338
426
 
339
427
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
340
428
 
341
- Mon, 06 Sep 2021 07:34:53 GMT
429
+ Mon, 06 Sep 2021 07:34:53 GMT
342
430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76)
343
431
 
344
432
  ### Changes
@@ -347,7 +435,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
347
435
 
348
436
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
349
437
 
350
- Thu, 02 Sep 2021 07:36:46 GMT
438
+ Thu, 02 Sep 2021 07:36:46 GMT
351
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75)
352
440
 
353
441
  ### Patches
@@ -360,7 +448,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
360
448
 
361
449
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
362
450
 
363
- Wed, 01 Sep 2021 07:39:56 GMT
451
+ Wed, 01 Sep 2021 07:39:56 GMT
364
452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.73..@fluentui/react-badge_v9.0.0-alpha.74)
365
453
 
366
454
  ### Changes
@@ -369,7 +457,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
369
457
 
370
458
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
371
459
 
372
- Tue, 31 Aug 2021 07:37:47 GMT
460
+ Tue, 31 Aug 2021 07:37:47 GMT
373
461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.72..@fluentui/react-badge_v9.0.0-alpha.73)
374
462
 
375
463
  ### Changes
@@ -378,7 +466,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
378
466
 
379
467
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
380
468
 
381
- Mon, 30 Aug 2021 07:35:05 GMT
469
+ Mon, 30 Aug 2021 07:35:05 GMT
382
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.71..@fluentui/react-badge_v9.0.0-alpha.72)
383
471
 
384
472
  ### Changes
@@ -387,7 +475,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
387
475
 
388
476
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
389
477
 
390
- Fri, 27 Aug 2021 07:33:32 GMT
478
+ Fri, 27 Aug 2021 07:33:32 GMT
391
479
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.70..@fluentui/react-badge_v9.0.0-alpha.71)
392
480
 
393
481
  ### Changes
@@ -396,7 +484,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
396
484
 
397
485
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
398
486
 
399
- Thu, 26 Aug 2021 07:35:43 GMT
487
+ Thu, 26 Aug 2021 07:35:43 GMT
400
488
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.69..@fluentui/react-badge_v9.0.0-alpha.70)
401
489
 
402
490
  ### Changes
@@ -405,7 +493,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
405
493
 
406
494
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
407
495
 
408
- Fri, 20 Aug 2021 07:37:28 GMT
496
+ Fri, 20 Aug 2021 07:37:28 GMT
409
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.68..@fluentui/react-badge_v9.0.0-alpha.69)
410
498
 
411
499
  ### Changes
@@ -414,7 +502,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
414
502
 
415
503
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
416
504
 
417
- Thu, 19 Aug 2021 07:41:35 GMT
505
+ Thu, 19 Aug 2021 07:41:35 GMT
418
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.67..@fluentui/react-badge_v9.0.0-alpha.68)
419
507
 
420
508
  ### Changes
@@ -423,7 +511,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
423
511
 
424
512
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
425
513
 
426
- Fri, 13 Aug 2021 07:36:34 GMT
514
+ Fri, 13 Aug 2021 07:36:34 GMT
427
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.66..@fluentui/react-badge_v9.0.0-alpha.67)
428
516
 
429
517
  ### Changes
@@ -432,7 +520,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
432
520
 
433
521
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
434
522
 
435
- Wed, 11 Aug 2021 07:34:54 GMT
523
+ Wed, 11 Aug 2021 07:34:54 GMT
436
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.65..@fluentui/react-badge_v9.0.0-alpha.66)
437
525
 
438
526
  ### Changes
@@ -441,7 +529,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
441
529
 
442
530
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
443
531
 
444
- Fri, 06 Aug 2021 07:35:14 GMT
532
+ Fri, 06 Aug 2021 07:35:14 GMT
445
533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.64..@fluentui/react-badge_v9.0.0-alpha.65)
446
534
 
447
535
  ### Changes
@@ -450,7 +538,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
450
538
 
451
539
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
452
540
 
453
- Tue, 03 Aug 2021 07:39:30 GMT
541
+ Tue, 03 Aug 2021 07:39:30 GMT
454
542
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.63..@fluentui/react-badge_v9.0.0-alpha.64)
455
543
 
456
544
  ### Patches
@@ -465,7 +553,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
465
553
 
466
554
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
467
555
 
468
- Mon, 02 Aug 2021 07:36:20 GMT
556
+ Mon, 02 Aug 2021 07:36:20 GMT
469
557
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.62..@fluentui/react-badge_v9.0.0-alpha.63)
470
558
 
471
559
  ### Changes
@@ -474,7 +562,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
474
562
 
475
563
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
476
564
 
477
- Mon, 26 Jul 2021 07:37:30 GMT
565
+ Mon, 26 Jul 2021 07:37:30 GMT
478
566
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.61..@fluentui/react-badge_v9.0.0-alpha.62)
479
567
 
480
568
  ### Changes
@@ -483,7 +571,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
483
571
 
484
572
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
485
573
 
486
- Fri, 23 Jul 2021 07:38:19 GMT
574
+ Fri, 23 Jul 2021 07:38:19 GMT
487
575
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.60..@fluentui/react-badge_v9.0.0-alpha.61)
488
576
 
489
577
  ### Changes
@@ -492,7 +580,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
492
580
 
493
581
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
494
582
 
495
- Thu, 22 Jul 2021 07:36:55 GMT
583
+ Thu, 22 Jul 2021 07:36:55 GMT
496
584
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.59..@fluentui/react-badge_v9.0.0-alpha.60)
497
585
 
498
586
  ### Changes
@@ -501,7 +589,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
501
589
 
502
590
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
503
591
 
504
- Tue, 20 Jul 2021 22:23:17 GMT
592
+ Tue, 20 Jul 2021 22:23:17 GMT
505
593
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.58..@fluentui/react-badge_v9.0.0-alpha.59)
506
594
 
507
595
  ### Changes
@@ -510,7 +598,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
510
598
 
511
599
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
512
600
 
513
- Fri, 16 Jul 2021 22:53:17 GMT
601
+ Fri, 16 Jul 2021 22:53:17 GMT
514
602
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.57..@fluentui/react-badge_v9.0.0-alpha.58)
515
603
 
516
604
  ### Changes
@@ -519,7 +607,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
519
607
 
520
608
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
521
609
 
522
- Thu, 15 Jul 2021 07:36:18 GMT
610
+ Thu, 15 Jul 2021 07:36:18 GMT
523
611
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.56..@fluentui/react-badge_v9.0.0-alpha.57)
524
612
 
525
613
  ### Changes
@@ -528,7 +616,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
528
616
 
529
617
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
530
618
 
531
- Tue, 13 Jul 2021 22:32:58 GMT
619
+ Tue, 13 Jul 2021 22:32:58 GMT
532
620
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.55..@fluentui/react-badge_v9.0.0-alpha.56)
533
621
 
534
622
  ### Patches
@@ -537,7 +625,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
537
625
 
538
626
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
539
627
 
540
- Tue, 13 Jul 2021 07:35:36 GMT
628
+ Tue, 13 Jul 2021 07:35:36 GMT
541
629
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.54..@fluentui/react-badge_v9.0.0-alpha.55)
542
630
 
543
631
  ### Changes
@@ -546,7 +634,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
546
634
 
547
635
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
548
636
 
549
- Fri, 09 Jul 2021 07:39:31 GMT
637
+ Fri, 09 Jul 2021 07:39:31 GMT
550
638
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.53..@fluentui/react-badge_v9.0.0-alpha.54)
551
639
 
552
640
  ### Patches
@@ -561,7 +649,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
561
649
 
562
650
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
563
651
 
564
- Fri, 02 Jul 2021 23:15:55 GMT
652
+ Fri, 02 Jul 2021 23:15:55 GMT
565
653
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.52..@fluentui/react-badge_v9.0.0-alpha.53)
566
654
 
567
655
  ### Changes
@@ -570,7 +658,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
570
658
 
571
659
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
572
660
 
573
- Fri, 02 Jul 2021 07:37:06 GMT
661
+ Fri, 02 Jul 2021 07:37:06 GMT
574
662
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.51..@fluentui/react-badge_v9.0.0-alpha.52)
575
663
 
576
664
  ### Changes
@@ -579,7 +667,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
579
667
 
580
668
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
581
669
 
582
- Thu, 01 Jul 2021 07:35:05 GMT
670
+ Thu, 01 Jul 2021 07:35:05 GMT
583
671
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.50..@fluentui/react-badge_v9.0.0-alpha.51)
584
672
 
585
673
  ### Changes
@@ -588,7 +676,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
588
676
 
589
677
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
590
678
 
591
- Wed, 30 Jun 2021 07:38:35 GMT
679
+ Wed, 30 Jun 2021 07:38:35 GMT
592
680
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.49..@fluentui/react-badge_v9.0.0-alpha.50)
593
681
 
594
682
  ### Changes
@@ -597,7 +685,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
597
685
 
598
686
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
599
687
 
600
- Tue, 29 Jun 2021 07:33:32 GMT
688
+ Tue, 29 Jun 2021 07:33:32 GMT
601
689
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.48..@fluentui/react-badge_v9.0.0-alpha.49)
602
690
 
603
691
  ### Changes
@@ -606,7 +694,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
606
694
 
607
695
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
608
696
 
609
- Tue, 22 Jun 2021 07:35:11 GMT
697
+ Tue, 22 Jun 2021 07:35:11 GMT
610
698
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.47..@fluentui/react-badge_v9.0.0-alpha.48)
611
699
 
612
700
  ### Changes
@@ -615,7 +703,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
615
703
 
616
704
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
617
705
 
618
- Tue, 15 Jun 2021 07:40:20 GMT
706
+ Tue, 15 Jun 2021 07:40:20 GMT
619
707
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.46..@fluentui/react-badge_v9.0.0-alpha.47)
620
708
 
621
709
  ### Changes
@@ -624,7 +712,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
624
712
 
625
713
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
626
714
 
627
- Mon, 07 Jun 2021 07:38:15 GMT
715
+ Mon, 07 Jun 2021 07:38:15 GMT
628
716
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.45..@fluentui/react-badge_v9.0.0-alpha.46)
629
717
 
630
718
  ### Patches
@@ -639,7 +727,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
639
727
 
640
728
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
641
729
 
642
- Fri, 04 Jun 2021 07:37:23 GMT
730
+ Fri, 04 Jun 2021 07:37:23 GMT
643
731
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.44..@fluentui/react-badge_v9.0.0-alpha.45)
644
732
 
645
733
  ### Changes
@@ -648,7 +736,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
648
736
 
649
737
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
650
738
 
651
- Thu, 03 Jun 2021 07:36:03 GMT
739
+ Thu, 03 Jun 2021 07:36:03 GMT
652
740
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.43..@fluentui/react-badge_v9.0.0-alpha.44)
653
741
 
654
742
  ### Changes
@@ -657,7 +745,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
657
745
 
658
746
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
659
747
 
660
- Wed, 02 Jun 2021 07:37:15 GMT
748
+ Wed, 02 Jun 2021 07:37:15 GMT
661
749
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.42..@fluentui/react-badge_v9.0.0-alpha.43)
662
750
 
663
751
  ### Changes
@@ -666,7 +754,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
666
754
 
667
755
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
668
756
 
669
- Wed, 26 May 2021 07:35:43 GMT
757
+ Wed, 26 May 2021 07:35:43 GMT
670
758
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.41..@fluentui/react-badge_v9.0.0-alpha.42)
671
759
 
672
760
  ### Changes
@@ -675,7 +763,7 @@ Wed, 26 May 2021 07:35:43 GMT
675
763
 
676
764
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
677
765
 
678
- Fri, 21 May 2021 07:34:54 GMT
766
+ Fri, 21 May 2021 07:34:54 GMT
679
767
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.40..@fluentui/react-badge_v9.0.0-alpha.41)
680
768
 
681
769
  ### Changes
@@ -684,7 +772,7 @@ Fri, 21 May 2021 07:34:54 GMT
684
772
 
685
773
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
686
774
 
687
- Thu, 20 May 2021 07:41:54 GMT
775
+ Thu, 20 May 2021 07:41:54 GMT
688
776
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.39..@fluentui/react-badge_v9.0.0-alpha.40)
689
777
 
690
778
  ### Patches
@@ -699,7 +787,7 @@ Thu, 20 May 2021 07:41:54 GMT
699
787
 
700
788
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
701
789
 
702
- Wed, 19 May 2021 07:34:20 GMT
790
+ Wed, 19 May 2021 07:34:20 GMT
703
791
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.38..@fluentui/react-badge_v9.0.0-alpha.39)
704
792
 
705
793
  ### Patches
@@ -712,7 +800,7 @@ Wed, 19 May 2021 07:34:20 GMT
712
800
 
713
801
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
714
802
 
715
- Tue, 18 May 2021 07:34:38 GMT
803
+ Tue, 18 May 2021 07:34:38 GMT
716
804
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.37..@fluentui/react-badge_v9.0.0-alpha.38)
717
805
 
718
806
  ### Changes
@@ -721,7 +809,7 @@ Tue, 18 May 2021 07:34:38 GMT
721
809
 
722
810
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
723
811
 
724
- Thu, 13 May 2021 07:36:55 GMT
812
+ Thu, 13 May 2021 07:36:55 GMT
725
813
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.36..@fluentui/react-badge_v9.0.0-alpha.37)
726
814
 
727
815
  ### Changes
@@ -730,7 +818,7 @@ Thu, 13 May 2021 07:36:55 GMT
730
818
 
731
819
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
732
820
 
733
- Wed, 12 May 2021 07:36:20 GMT
821
+ Wed, 12 May 2021 07:36:20 GMT
734
822
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.35..@fluentui/react-badge_v9.0.0-alpha.36)
735
823
 
736
824
  ### Changes
@@ -739,7 +827,7 @@ Wed, 12 May 2021 07:36:20 GMT
739
827
 
740
828
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
741
829
 
742
- Mon, 10 May 2021 07:36:07 GMT
830
+ Mon, 10 May 2021 07:36:07 GMT
743
831
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.34..@fluentui/react-badge_v9.0.0-alpha.35)
744
832
 
745
833
  ### Changes
@@ -748,7 +836,7 @@ Mon, 10 May 2021 07:36:07 GMT
748
836
 
749
837
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
750
838
 
751
- Wed, 05 May 2021 07:36:50 GMT
839
+ Wed, 05 May 2021 07:36:50 GMT
752
840
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.33..@fluentui/react-badge_v9.0.0-alpha.34)
753
841
 
754
842
  ### Changes
@@ -757,7 +845,7 @@ Wed, 05 May 2021 07:36:50 GMT
757
845
 
758
846
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
759
847
 
760
- Mon, 03 May 2021 07:45:19 GMT
848
+ Mon, 03 May 2021 07:45:19 GMT
761
849
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.32..@fluentui/react-badge_v9.0.0-alpha.33)
762
850
 
763
851
  ### Changes
@@ -766,7 +854,7 @@ Mon, 03 May 2021 07:45:19 GMT
766
854
 
767
855
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
768
856
 
769
- Fri, 30 Apr 2021 07:42:23 GMT
857
+ Fri, 30 Apr 2021 07:42:23 GMT
770
858
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.31..@fluentui/react-badge_v9.0.0-alpha.32)
771
859
 
772
860
  ### Patches
@@ -781,7 +869,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
781
869
 
782
870
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
783
871
 
784
- Tue, 27 Apr 2021 07:34:03 GMT
872
+ Tue, 27 Apr 2021 07:34:03 GMT
785
873
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.30..@fluentui/react-badge_v9.0.0-alpha.31)
786
874
 
787
875
  ### Changes
@@ -790,7 +878,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
790
878
 
791
879
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
792
880
 
793
- Mon, 26 Apr 2021 07:34:31 GMT
881
+ Mon, 26 Apr 2021 07:34:31 GMT
794
882
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.29..@fluentui/react-badge_v9.0.0-alpha.30)
795
883
 
796
884
  ### Changes
@@ -799,7 +887,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
799
887
 
800
888
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
801
889
 
802
- Fri, 23 Apr 2021 07:37:10 GMT
890
+ Fri, 23 Apr 2021 07:37:10 GMT
803
891
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.28..@fluentui/react-badge_v9.0.0-alpha.29)
804
892
 
805
893
  ### Patches
@@ -814,7 +902,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
814
902
 
815
903
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
816
904
 
817
- Thu, 22 Apr 2021 07:33:28 GMT
905
+ Thu, 22 Apr 2021 07:33:28 GMT
818
906
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.27..@fluentui/react-badge_v9.0.0-alpha.28)
819
907
 
820
908
  ### Changes
@@ -823,7 +911,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
823
911
 
824
912
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
825
913
 
826
- Wed, 21 Apr 2021 07:31:50 GMT
914
+ Wed, 21 Apr 2021 07:31:50 GMT
827
915
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.26..@fluentui/react-badge_v9.0.0-alpha.27)
828
916
 
829
917
  ### Changes
@@ -832,7 +920,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
832
920
 
833
921
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
834
922
 
835
- Tue, 20 Apr 2021 07:31:35 GMT
923
+ Tue, 20 Apr 2021 07:31:35 GMT
836
924
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.25..@fluentui/react-badge_v9.0.0-alpha.26)
837
925
 
838
926
  ### Changes
@@ -841,7 +929,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
841
929
 
842
930
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
843
931
 
844
- Fri, 16 Apr 2021 18:08:21 GMT
932
+ Fri, 16 Apr 2021 18:08:21 GMT
845
933
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.24..@fluentui/react-badge_v9.0.0-alpha.25)
846
934
 
847
935
  ### Changes
@@ -850,7 +938,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
850
938
 
851
939
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
852
940
 
853
- Wed, 14 Apr 2021 07:34:12 GMT
941
+ Wed, 14 Apr 2021 07:34:12 GMT
854
942
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.23..@fluentui/react-badge_v9.0.0-alpha.24)
855
943
 
856
944
  ### Changes
@@ -859,7 +947,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
859
947
 
860
948
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
861
949
 
862
- Fri, 09 Apr 2021 07:31:06 GMT
950
+ Fri, 09 Apr 2021 07:31:06 GMT
863
951
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.22..@fluentui/react-badge_v9.0.0-alpha.23)
864
952
 
865
953
  ### Changes
@@ -868,7 +956,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
868
956
 
869
957
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
870
958
 
871
- Thu, 08 Apr 2021 07:33:06 GMT
959
+ Thu, 08 Apr 2021 07:33:06 GMT
872
960
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.21..@fluentui/react-badge_v9.0.0-alpha.22)
873
961
 
874
962
  ### Changes
@@ -877,7 +965,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
877
965
 
878
966
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
879
967
 
880
- Thu, 01 Apr 2021 20:13:37 GMT
968
+ Thu, 01 Apr 2021 20:13:37 GMT
881
969
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.20..@fluentui/react-badge_v9.0.0-alpha.21)
882
970
 
883
971
  ### Changes
@@ -886,7 +974,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
886
974
 
887
975
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
888
976
 
889
- Wed, 31 Mar 2021 00:53:43 GMT
977
+ Wed, 31 Mar 2021 00:53:43 GMT
890
978
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.19..@fluentui/react-badge_v9.0.0-alpha.20)
891
979
 
892
980
  ### Patches
@@ -901,7 +989,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
901
989
 
902
990
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
903
991
 
904
- Tue, 30 Mar 2021 07:34:45 GMT
992
+ Tue, 30 Mar 2021 07:34:45 GMT
905
993
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.18..@fluentui/react-badge_v9.0.0-alpha.19)
906
994
 
907
995
  ### Changes
@@ -910,7 +998,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
910
998
 
911
999
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
912
1000
 
913
- Fri, 26 Mar 2021 07:32:34 GMT
1001
+ Fri, 26 Mar 2021 07:32:34 GMT
914
1002
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.17..@fluentui/react-badge_v9.0.0-alpha.18)
915
1003
 
916
1004
  ### Changes
@@ -919,7 +1007,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
919
1007
 
920
1008
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
921
1009
 
922
- Thu, 25 Mar 2021 07:33:24 GMT
1010
+ Thu, 25 Mar 2021 07:33:24 GMT
923
1011
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.16..@fluentui/react-badge_v9.0.0-alpha.17)
924
1012
 
925
1013
  ### Changes
@@ -928,7 +1016,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
928
1016
 
929
1017
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
930
1018
 
931
- Wed, 24 Mar 2021 07:32:21 GMT
1019
+ Wed, 24 Mar 2021 07:32:21 GMT
932
1020
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.15..@fluentui/react-badge_v9.0.0-alpha.16)
933
1021
 
934
1022
  ### Changes
@@ -937,7 +1025,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
937
1025
 
938
1026
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
939
1027
 
940
- Tue, 23 Mar 2021 07:31:43 GMT
1028
+ Tue, 23 Mar 2021 07:31:43 GMT
941
1029
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.14..@fluentui/react-badge_v9.0.0-alpha.15)
942
1030
 
943
1031
  ### Changes
@@ -946,7 +1034,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
946
1034
 
947
1035
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
948
1036
 
949
- Thu, 18 Mar 2021 20:15:34 GMT
1037
+ Thu, 18 Mar 2021 20:15:34 GMT
950
1038
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.13..@fluentui/react-badge_v9.0.0-alpha.14)
951
1039
 
952
1040
  ### Changes
@@ -955,7 +1043,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
955
1043
 
956
1044
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
957
1045
 
958
- Wed, 17 Mar 2021 18:08:23 GMT
1046
+ Wed, 17 Mar 2021 18:08:23 GMT
959
1047
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.12..@fluentui/react-badge_v9.0.0-alpha.13)
960
1048
 
961
1049
  ### Changes
@@ -964,7 +1052,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
964
1052
 
965
1053
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
966
1054
 
967
- Wed, 17 Mar 2021 07:35:44 GMT
1055
+ Wed, 17 Mar 2021 07:35:44 GMT
968
1056
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.11..@fluentui/react-badge_v9.0.0-alpha.12)
969
1057
 
970
1058
  ### Changes
@@ -974,7 +1062,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
974
1062
 
975
1063
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
976
1064
 
977
- Tue, 16 Mar 2021 07:32:44 GMT
1065
+ Tue, 16 Mar 2021 07:32:44 GMT
978
1066
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.10..@fluentui/react-badge_v9.0.0-alpha.11)
979
1067
 
980
1068
  ### Patches
@@ -987,7 +1075,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
987
1075
 
988
1076
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
989
1077
 
990
- Mon, 15 Mar 2021 07:36:20 GMT
1078
+ Mon, 15 Mar 2021 07:36:20 GMT
991
1079
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.9..@fluentui/react-badge_v9.0.0-alpha.10)
992
1080
 
993
1081
  ### Changes
@@ -996,7 +1084,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
996
1084
 
997
1085
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
998
1086
 
999
- Fri, 12 Mar 2021 20:04:27 GMT
1087
+ Fri, 12 Mar 2021 20:04:27 GMT
1000
1088
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
1001
1089
 
1002
1090
  ### Patches
@@ -1009,7 +1097,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1009
1097
 
1010
1098
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
1011
1099
 
1012
- Wed, 10 Mar 2021 07:34:39 GMT
1100
+ Wed, 10 Mar 2021 07:34:39 GMT
1013
1101
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)
1014
1102
 
1015
1103
  ### Changes
@@ -1018,7 +1106,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1018
1106
 
1019
1107
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
1020
1108
 
1021
- Fri, 05 Mar 2021 20:30:59 GMT
1109
+ Fri, 05 Mar 2021 20:30:59 GMT
1022
1110
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.6..@fluentui/react-badge_v9.0.0-alpha.7)
1023
1111
 
1024
1112
  ### Changes
@@ -1027,7 +1115,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1027
1115
 
1028
1116
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
1029
1117
 
1030
- Wed, 03 Mar 2021 00:10:09 GMT
1118
+ Wed, 03 Mar 2021 00:10:09 GMT
1031
1119
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.5..@fluentui/react-badge_v9.0.0-alpha.6)
1032
1120
 
1033
1121
  ### Changes
@@ -1036,7 +1124,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1036
1124
 
1037
1125
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
1038
1126
 
1039
- Tue, 02 Mar 2021 07:24:27 GMT
1127
+ Tue, 02 Mar 2021 07:24:27 GMT
1040
1128
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.4..@fluentui/react-badge_v9.0.0-alpha.5)
1041
1129
 
1042
1130
  ### Changes
@@ -1045,7 +1133,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1045
1133
 
1046
1134
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
1047
1135
 
1048
- Fri, 26 Feb 2021 01:16:27 GMT
1136
+ Fri, 26 Feb 2021 01:16:27 GMT
1049
1137
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.3..@fluentui/react-badge_v9.0.0-alpha.4)
1050
1138
 
1051
1139
  ### Patches
@@ -1061,7 +1149,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1061
1149
 
1062
1150
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
1063
1151
 
1064
- Thu, 25 Feb 2021 20:16:39 GMT
1152
+ Thu, 25 Feb 2021 20:16:39 GMT
1065
1153
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.2..@fluentui/react-badge_v9.0.0-alpha.3)
1066
1154
 
1067
1155
  ### Changes
@@ -1070,7 +1158,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1070
1158
 
1071
1159
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
1072
1160
 
1073
- Thu, 25 Feb 2021 01:15:27 GMT
1161
+ Thu, 25 Feb 2021 01:15:27 GMT
1074
1162
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.1..@fluentui/react-badge_v9.0.0-alpha.2)
1075
1163
 
1076
1164
  ### Patches
@@ -1079,7 +1167,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1079
1167
 
1080
1168
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
1081
1169
 
1082
- Wed, 24 Feb 2021 00:05:29 GMT
1170
+ Wed, 24 Feb 2021 00:05:29 GMT
1083
1171
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
1084
1172
 
1085
1173
  ### Changes