@fluentui/react-badge 9.0.0-rc.1 → 9.0.0-rc.10

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 (101) hide show
  1. package/CHANGELOG.json +293 -1
  2. package/CHANGELOG.md +194 -97
  3. package/dist/{react-badge.d.ts → index.d.ts} +40 -42
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/Badge.js.map +1 -1
  6. package/lib/CounterBadge.js.map +1 -1
  7. package/lib/PresenceBadge.js.map +1 -1
  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/index.js.map +1 -1
  11. package/lib/components/Badge/renderBadge.js.map +1 -1
  12. package/lib/components/Badge/useBadge.js.map +1 -1
  13. package/lib/components/Badge/useBadgeStyles.js +6 -3
  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/index.js.map +1 -1
  18. package/lib/components/CounterBadge/useCounterBadge.js +1 -2
  19. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  20. package/lib/components/CounterBadge/useCounterBadgeStyles.js +10 -2
  21. package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  22. package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
  23. package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  24. package/lib/components/PresenceBadge/index.js.map +1 -1
  25. package/lib/components/PresenceBadge/presenceIcons.js.map +1 -1
  26. package/lib/components/PresenceBadge/usePresenceBadge.js +20 -5
  27. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  28. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +19 -2
  29. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  30. package/lib/index.js +3 -5
  31. package/lib/index.js.map +1 -1
  32. package/lib-commonjs/Badge.js.map +1 -1
  33. package/lib-commonjs/CounterBadge.js.map +1 -1
  34. package/lib-commonjs/PresenceBadge.js.map +1 -1
  35. package/lib-commonjs/components/Badge/Badge.js.map +1 -1
  36. package/lib-commonjs/components/Badge/Badge.types.js.map +1 -1
  37. package/lib-commonjs/components/Badge/index.js.map +1 -1
  38. package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
  39. package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
  40. package/lib-commonjs/components/Badge/useBadgeStyles.js +7 -4
  41. package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
  42. package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
  43. package/lib-commonjs/components/CounterBadge/CounterBadge.types.js.map +1 -1
  44. package/lib-commonjs/components/CounterBadge/index.js.map +1 -1
  45. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +1 -2
  46. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  47. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +11 -3
  48. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  49. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
  50. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  51. package/lib-commonjs/components/PresenceBadge/index.js.map +1 -1
  52. package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -1
  53. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +20 -5
  54. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  55. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +20 -3
  56. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  57. package/lib-commonjs/index.js +82 -6
  58. package/lib-commonjs/index.js.map +1 -1
  59. package/package.json +17 -20
  60. package/lib/Badge.d.ts +0 -1
  61. package/lib/CounterBadge.d.ts +0 -1
  62. package/lib/PresenceBadge.d.ts +0 -1
  63. package/lib/components/Badge/Badge.d.ts +0 -6
  64. package/lib/components/Badge/Badge.types.d.ts +0 -34
  65. package/lib/components/Badge/index.d.ts +0 -5
  66. package/lib/components/Badge/renderBadge.d.ts +0 -2
  67. package/lib/components/Badge/useBadge.d.ts +0 -6
  68. package/lib/components/Badge/useBadgeStyles.d.ts +0 -6
  69. package/lib/components/CounterBadge/CounterBadge.d.ts +0 -6
  70. package/lib/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  71. package/lib/components/CounterBadge/index.d.ts +0 -4
  72. package/lib/components/CounterBadge/useCounterBadge.d.ts +0 -6
  73. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -6
  74. package/lib/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  75. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  76. package/lib/components/PresenceBadge/index.d.ts +0 -4
  77. package/lib/components/PresenceBadge/presenceIcons.d.ts +0 -11
  78. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  79. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -6
  80. package/lib/index.d.ts +0 -5
  81. package/lib-commonjs/Badge.d.ts +0 -1
  82. package/lib-commonjs/CounterBadge.d.ts +0 -1
  83. package/lib-commonjs/PresenceBadge.d.ts +0 -1
  84. package/lib-commonjs/components/Badge/Badge.d.ts +0 -6
  85. package/lib-commonjs/components/Badge/Badge.types.d.ts +0 -34
  86. package/lib-commonjs/components/Badge/index.d.ts +0 -5
  87. package/lib-commonjs/components/Badge/renderBadge.d.ts +0 -2
  88. package/lib-commonjs/components/Badge/useBadge.d.ts +0 -6
  89. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +0 -6
  90. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +0 -6
  91. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  92. package/lib-commonjs/components/CounterBadge/index.d.ts +0 -4
  93. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +0 -6
  94. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -6
  95. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  96. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  97. package/lib-commonjs/components/PresenceBadge/index.d.ts +0 -4
  98. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +0 -11
  99. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  100. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -6
  101. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,109 @@
1
1
  # Change Log - @fluentui/react-badge
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:53 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:46 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
8
+
9
+ Mon, 23 May 2022 18:54:46 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
15
+ - BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
16
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
18
+
19
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
20
+
21
+ Mon, 23 May 2022 12:14:01 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
23
+
24
+ ### Changes
25
+
26
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
27
+ - react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
28
+ - remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
29
+ - 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)
30
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
31
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
32
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
33
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
34
+
35
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
36
+
37
+ Thu, 05 May 2022 18:26:30 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.7..@fluentui/react-badge_v9.0.0-rc.8)
39
+
40
+ ### Changes
41
+
42
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
43
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
44
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
45
+
46
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
47
+
48
+ Wed, 04 May 2022 13:26:54 GMT
49
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.6..@fluentui/react-badge_v9.0.0-rc.7)
50
+
51
+ ### Changes
52
+
53
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
55
+
56
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
57
+
58
+ Tue, 19 Apr 2022 19:17:10 GMT
59
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.5..@fluentui/react-badge_v9.0.0-rc.6)
60
+
61
+ ### Changes
62
+
63
+ - Removing star exports. ([PR #22114](https://github.com/microsoft/fluentui/pull/22114) by Humberto.Morimoto@microsoft.com)
64
+ - update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
65
+ - PresenceBadge: Adding unknown status. ([PR #21951](https://github.com/microsoft/fluentui/pull/21951) by Humberto.Morimoto@microsoft.com)
66
+ - Add static classnames to Badge ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
67
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
68
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
69
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
70
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
71
+
72
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
73
+
74
+ Fri, 04 Mar 2022 05:17:34 GMT
75
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v9.0.0-rc.5)
76
+
77
+ ### Changes
78
+
79
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
80
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
81
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
82
+
83
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
84
+
85
+ Tue, 01 Mar 2022 02:17:40 GMT
86
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
87
+
88
+ ### Changes
89
+
90
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
91
+
92
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
93
+
94
+ Fri, 18 Feb 2022 13:35:28 GMT
95
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
96
+
97
+ ### Changes
98
+
99
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
100
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
101
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
102
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
103
+
7
104
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
8
105
 
9
- Thu, 10 Feb 2022 08:44:53 GMT
106
+ Thu, 10 Feb 2022 08:51:40 GMT
10
107
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.4..@fluentui/react-badge_v9.0.0-rc.1)
11
108
 
12
109
  ### Changes
@@ -36,7 +133,7 @@ Thu, 10 Feb 2022 08:44:53 GMT
36
133
 
37
134
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
38
135
 
39
- Thu, 25 Nov 2021 08:34:11 GMT
136
+ Thu, 25 Nov 2021 08:34:11 GMT
40
137
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.3..@fluentui/react-badge_v9.0.0-beta.4)
41
138
 
42
139
  ### Changes
@@ -54,7 +151,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
54
151
 
55
152
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
56
153
 
57
- Fri, 12 Nov 2021 13:25:15 GMT
154
+ Fri, 12 Nov 2021 13:25:15 GMT
58
155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.2..@fluentui/react-badge_v9.0.0-beta.3)
59
156
 
60
157
  ### Changes
@@ -70,7 +167,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
70
167
 
71
168
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
72
169
 
73
- Wed, 27 Oct 2021 12:14:14 GMT
170
+ Wed, 27 Oct 2021 12:14:14 GMT
74
171
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-beta.1..@fluentui/react-badge_v9.0.0-beta.2)
75
172
 
76
173
  ### Changes
@@ -86,7 +183,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
86
183
 
87
184
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
88
185
 
89
- Wed, 06 Oct 2021 10:37:22 GMT
186
+ Wed, 06 Oct 2021 10:37:22 GMT
90
187
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.92..@fluentui/react-badge_v9.0.0-beta.1)
91
188
 
92
189
  ### Changes
@@ -101,7 +198,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
101
198
 
102
199
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
103
200
 
104
- Tue, 05 Oct 2021 12:47:58 GMT
201
+ Tue, 05 Oct 2021 12:47:58 GMT
105
202
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.91..@fluentui/react-badge_v9.0.0-alpha.92)
106
203
 
107
204
  ### Changes
@@ -113,7 +210,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
113
210
 
114
211
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
115
212
 
116
- Tue, 05 Oct 2021 09:28:07 GMT
213
+ Tue, 05 Oct 2021 09:28:07 GMT
117
214
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.90..@fluentui/react-badge_v9.0.0-alpha.91)
118
215
 
119
216
  ### Changes
@@ -127,7 +224,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
127
224
 
128
225
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
129
226
 
130
- Fri, 01 Oct 2021 14:13:08 GMT
227
+ Fri, 01 Oct 2021 14:13:08 GMT
131
228
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.88..@fluentui/react-badge_v9.0.0-alpha.90)
132
229
 
133
230
  ### Changes
@@ -142,7 +239,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
142
239
 
143
240
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
144
241
 
145
- Wed, 29 Sep 2021 08:06:11 GMT
242
+ Wed, 29 Sep 2021 08:06:11 GMT
146
243
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.87..@fluentui/react-badge_v9.0.0-alpha.88)
147
244
 
148
245
  ### Changes
@@ -156,7 +253,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
156
253
 
157
254
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
158
255
 
159
- Mon, 27 Sep 2021 08:06:00 GMT
256
+ Mon, 27 Sep 2021 08:06:00 GMT
160
257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.86..@fluentui/react-badge_v9.0.0-alpha.87)
161
258
 
162
259
  ### Changes
@@ -170,7 +267,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
170
267
 
171
268
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
172
269
 
173
- Fri, 24 Sep 2021 09:17:17 GMT
270
+ Fri, 24 Sep 2021 09:17:17 GMT
174
271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.85..@fluentui/react-badge_v9.0.0-alpha.86)
175
272
 
176
273
  ### Changes
@@ -184,7 +281,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
184
281
 
185
282
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
186
283
 
187
- Thu, 23 Sep 2021 08:21:34 GMT
284
+ Thu, 23 Sep 2021 08:21:34 GMT
188
285
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.84..@fluentui/react-badge_v9.0.0-alpha.85)
189
286
 
190
287
  ### Changes
@@ -197,7 +294,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
197
294
 
198
295
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
199
296
 
200
- Wed, 22 Sep 2021 10:10:07 GMT
297
+ Wed, 22 Sep 2021 10:10:07 GMT
201
298
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.83..@fluentui/react-badge_v9.0.0-alpha.84)
202
299
 
203
300
  ### Changes
@@ -211,7 +308,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
211
308
 
212
309
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
213
310
 
214
- Tue, 21 Sep 2021 07:42:34 GMT
311
+ Tue, 21 Sep 2021 07:42:34 GMT
215
312
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.82..@fluentui/react-badge_v9.0.0-alpha.83)
216
313
 
217
314
  ### Changes
@@ -225,7 +322,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
225
322
 
226
323
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
227
324
 
228
- Mon, 20 Sep 2021 07:36:26 GMT
325
+ Mon, 20 Sep 2021 07:36:26 GMT
229
326
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.81..@fluentui/react-badge_v9.0.0-alpha.82)
230
327
 
231
328
  ### Changes
@@ -234,7 +331,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
234
331
 
235
332
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
236
333
 
237
- Fri, 17 Sep 2021 07:35:26 GMT
334
+ Fri, 17 Sep 2021 07:35:26 GMT
238
335
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.80..@fluentui/react-badge_v9.0.0-alpha.81)
239
336
 
240
337
  ### Changes
@@ -243,7 +340,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
243
340
 
244
341
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
245
342
 
246
- Thu, 16 Sep 2021 07:38:39 GMT
343
+ Thu, 16 Sep 2021 07:38:39 GMT
247
344
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.79..@fluentui/react-badge_v9.0.0-alpha.80)
248
345
 
249
346
  ### Changes
@@ -252,7 +349,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
252
349
 
253
350
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
254
351
 
255
- Tue, 14 Sep 2021 20:09:02 GMT
352
+ Tue, 14 Sep 2021 20:09:02 GMT
256
353
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.78..@fluentui/react-badge_v9.0.0-alpha.79)
257
354
 
258
355
  ### Changes
@@ -261,7 +358,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
261
358
 
262
359
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
263
360
 
264
- Fri, 10 Sep 2021 16:31:53 GMT
361
+ Fri, 10 Sep 2021 16:31:53 GMT
265
362
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.77..@fluentui/react-badge_v9.0.0-alpha.78)
266
363
 
267
364
  ### Changes
@@ -271,7 +368,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
271
368
 
272
369
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
273
370
 
274
- Fri, 10 Sep 2021 07:39:51 GMT
371
+ Fri, 10 Sep 2021 07:39:51 GMT
275
372
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.76..@fluentui/react-badge_v9.0.0-alpha.77)
276
373
 
277
374
  ### Changes
@@ -280,7 +377,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
280
377
 
281
378
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
282
379
 
283
- Mon, 06 Sep 2021 07:34:53 GMT
380
+ Mon, 06 Sep 2021 07:34:53 GMT
284
381
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.75..@fluentui/react-badge_v9.0.0-alpha.76)
285
382
 
286
383
  ### Changes
@@ -289,7 +386,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
289
386
 
290
387
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
291
388
 
292
- Thu, 02 Sep 2021 07:36:46 GMT
389
+ Thu, 02 Sep 2021 07:36:46 GMT
293
390
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.74..@fluentui/react-badge_v9.0.0-alpha.75)
294
391
 
295
392
  ### Patches
@@ -302,7 +399,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
302
399
 
303
400
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
304
401
 
305
- Wed, 01 Sep 2021 07:39:56 GMT
402
+ Wed, 01 Sep 2021 07:39:56 GMT
306
403
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.73..@fluentui/react-badge_v9.0.0-alpha.74)
307
404
 
308
405
  ### Changes
@@ -311,7 +408,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
311
408
 
312
409
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
313
410
 
314
- Tue, 31 Aug 2021 07:37:47 GMT
411
+ Tue, 31 Aug 2021 07:37:47 GMT
315
412
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.72..@fluentui/react-badge_v9.0.0-alpha.73)
316
413
 
317
414
  ### Changes
@@ -320,7 +417,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
320
417
 
321
418
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
322
419
 
323
- Mon, 30 Aug 2021 07:35:05 GMT
420
+ Mon, 30 Aug 2021 07:35:05 GMT
324
421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.71..@fluentui/react-badge_v9.0.0-alpha.72)
325
422
 
326
423
  ### Changes
@@ -329,7 +426,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
329
426
 
330
427
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
331
428
 
332
- Fri, 27 Aug 2021 07:33:32 GMT
429
+ Fri, 27 Aug 2021 07:33:32 GMT
333
430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.70..@fluentui/react-badge_v9.0.0-alpha.71)
334
431
 
335
432
  ### Changes
@@ -338,7 +435,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
338
435
 
339
436
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
340
437
 
341
- Thu, 26 Aug 2021 07:35:43 GMT
438
+ Thu, 26 Aug 2021 07:35:43 GMT
342
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.69..@fluentui/react-badge_v9.0.0-alpha.70)
343
440
 
344
441
  ### Changes
@@ -347,7 +444,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
347
444
 
348
445
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
349
446
 
350
- Fri, 20 Aug 2021 07:37:28 GMT
447
+ Fri, 20 Aug 2021 07:37:28 GMT
351
448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.68..@fluentui/react-badge_v9.0.0-alpha.69)
352
449
 
353
450
  ### Changes
@@ -356,7 +453,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
356
453
 
357
454
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
358
455
 
359
- Thu, 19 Aug 2021 07:41:35 GMT
456
+ Thu, 19 Aug 2021 07:41:35 GMT
360
457
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.67..@fluentui/react-badge_v9.0.0-alpha.68)
361
458
 
362
459
  ### Changes
@@ -365,7 +462,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
365
462
 
366
463
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
367
464
 
368
- Fri, 13 Aug 2021 07:36:34 GMT
465
+ Fri, 13 Aug 2021 07:36:34 GMT
369
466
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.66..@fluentui/react-badge_v9.0.0-alpha.67)
370
467
 
371
468
  ### Changes
@@ -374,7 +471,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
374
471
 
375
472
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
376
473
 
377
- Wed, 11 Aug 2021 07:34:54 GMT
474
+ Wed, 11 Aug 2021 07:34:54 GMT
378
475
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.65..@fluentui/react-badge_v9.0.0-alpha.66)
379
476
 
380
477
  ### Changes
@@ -383,7 +480,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
383
480
 
384
481
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
385
482
 
386
- Fri, 06 Aug 2021 07:35:14 GMT
483
+ Fri, 06 Aug 2021 07:35:14 GMT
387
484
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.64..@fluentui/react-badge_v9.0.0-alpha.65)
388
485
 
389
486
  ### Changes
@@ -392,7 +489,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
392
489
 
393
490
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
394
491
 
395
- Tue, 03 Aug 2021 07:39:30 GMT
492
+ Tue, 03 Aug 2021 07:39:30 GMT
396
493
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.63..@fluentui/react-badge_v9.0.0-alpha.64)
397
494
 
398
495
  ### Patches
@@ -407,7 +504,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
407
504
 
408
505
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
409
506
 
410
- Mon, 02 Aug 2021 07:36:20 GMT
507
+ Mon, 02 Aug 2021 07:36:20 GMT
411
508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.62..@fluentui/react-badge_v9.0.0-alpha.63)
412
509
 
413
510
  ### Changes
@@ -416,7 +513,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
416
513
 
417
514
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
418
515
 
419
- Mon, 26 Jul 2021 07:37:30 GMT
516
+ Mon, 26 Jul 2021 07:37:30 GMT
420
517
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.61..@fluentui/react-badge_v9.0.0-alpha.62)
421
518
 
422
519
  ### Changes
@@ -425,7 +522,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
425
522
 
426
523
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
427
524
 
428
- Fri, 23 Jul 2021 07:38:19 GMT
525
+ Fri, 23 Jul 2021 07:38:19 GMT
429
526
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.60..@fluentui/react-badge_v9.0.0-alpha.61)
430
527
 
431
528
  ### Changes
@@ -434,7 +531,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
434
531
 
435
532
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
436
533
 
437
- Thu, 22 Jul 2021 07:36:55 GMT
534
+ Thu, 22 Jul 2021 07:36:55 GMT
438
535
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.59..@fluentui/react-badge_v9.0.0-alpha.60)
439
536
 
440
537
  ### Changes
@@ -443,7 +540,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
443
540
 
444
541
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
445
542
 
446
- Tue, 20 Jul 2021 22:23:17 GMT
543
+ Tue, 20 Jul 2021 22:23:17 GMT
447
544
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.58..@fluentui/react-badge_v9.0.0-alpha.59)
448
545
 
449
546
  ### Changes
@@ -452,7 +549,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
452
549
 
453
550
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
454
551
 
455
- Fri, 16 Jul 2021 22:53:17 GMT
552
+ Fri, 16 Jul 2021 22:53:17 GMT
456
553
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.57..@fluentui/react-badge_v9.0.0-alpha.58)
457
554
 
458
555
  ### Changes
@@ -461,7 +558,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
461
558
 
462
559
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
463
560
 
464
- Thu, 15 Jul 2021 07:36:18 GMT
561
+ Thu, 15 Jul 2021 07:36:18 GMT
465
562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.56..@fluentui/react-badge_v9.0.0-alpha.57)
466
563
 
467
564
  ### Changes
@@ -470,7 +567,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
470
567
 
471
568
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
472
569
 
473
- Tue, 13 Jul 2021 22:32:58 GMT
570
+ Tue, 13 Jul 2021 22:32:58 GMT
474
571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.55..@fluentui/react-badge_v9.0.0-alpha.56)
475
572
 
476
573
  ### Patches
@@ -479,7 +576,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
479
576
 
480
577
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
481
578
 
482
- Tue, 13 Jul 2021 07:35:36 GMT
579
+ Tue, 13 Jul 2021 07:35:36 GMT
483
580
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.54..@fluentui/react-badge_v9.0.0-alpha.55)
484
581
 
485
582
  ### Changes
@@ -488,7 +585,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
488
585
 
489
586
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
490
587
 
491
- Fri, 09 Jul 2021 07:39:31 GMT
588
+ Fri, 09 Jul 2021 07:39:31 GMT
492
589
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.53..@fluentui/react-badge_v9.0.0-alpha.54)
493
590
 
494
591
  ### Patches
@@ -503,7 +600,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
503
600
 
504
601
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
505
602
 
506
- Fri, 02 Jul 2021 23:15:55 GMT
603
+ Fri, 02 Jul 2021 23:15:55 GMT
507
604
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.52..@fluentui/react-badge_v9.0.0-alpha.53)
508
605
 
509
606
  ### Changes
@@ -512,7 +609,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
512
609
 
513
610
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
514
611
 
515
- Fri, 02 Jul 2021 07:37:06 GMT
612
+ Fri, 02 Jul 2021 07:37:06 GMT
516
613
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.51..@fluentui/react-badge_v9.0.0-alpha.52)
517
614
 
518
615
  ### Changes
@@ -521,7 +618,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
521
618
 
522
619
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
523
620
 
524
- Thu, 01 Jul 2021 07:35:05 GMT
621
+ Thu, 01 Jul 2021 07:35:05 GMT
525
622
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.50..@fluentui/react-badge_v9.0.0-alpha.51)
526
623
 
527
624
  ### Changes
@@ -530,7 +627,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
530
627
 
531
628
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
532
629
 
533
- Wed, 30 Jun 2021 07:38:35 GMT
630
+ Wed, 30 Jun 2021 07:38:35 GMT
534
631
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.49..@fluentui/react-badge_v9.0.0-alpha.50)
535
632
 
536
633
  ### Changes
@@ -539,7 +636,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
539
636
 
540
637
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
541
638
 
542
- Tue, 29 Jun 2021 07:33:32 GMT
639
+ Tue, 29 Jun 2021 07:33:32 GMT
543
640
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.48..@fluentui/react-badge_v9.0.0-alpha.49)
544
641
 
545
642
  ### Changes
@@ -548,7 +645,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
548
645
 
549
646
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
550
647
 
551
- Tue, 22 Jun 2021 07:35:11 GMT
648
+ Tue, 22 Jun 2021 07:35:11 GMT
552
649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.47..@fluentui/react-badge_v9.0.0-alpha.48)
553
650
 
554
651
  ### Changes
@@ -557,7 +654,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
557
654
 
558
655
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
559
656
 
560
- Tue, 15 Jun 2021 07:40:20 GMT
657
+ Tue, 15 Jun 2021 07:40:20 GMT
561
658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.46..@fluentui/react-badge_v9.0.0-alpha.47)
562
659
 
563
660
  ### Changes
@@ -566,7 +663,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
566
663
 
567
664
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
568
665
 
569
- Mon, 07 Jun 2021 07:38:15 GMT
666
+ Mon, 07 Jun 2021 07:38:15 GMT
570
667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.45..@fluentui/react-badge_v9.0.0-alpha.46)
571
668
 
572
669
  ### Patches
@@ -581,7 +678,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
581
678
 
582
679
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
583
680
 
584
- Fri, 04 Jun 2021 07:37:23 GMT
681
+ Fri, 04 Jun 2021 07:37:23 GMT
585
682
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.44..@fluentui/react-badge_v9.0.0-alpha.45)
586
683
 
587
684
  ### Changes
@@ -590,7 +687,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
590
687
 
591
688
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
592
689
 
593
- Thu, 03 Jun 2021 07:36:03 GMT
690
+ Thu, 03 Jun 2021 07:36:03 GMT
594
691
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.43..@fluentui/react-badge_v9.0.0-alpha.44)
595
692
 
596
693
  ### Changes
@@ -599,7 +696,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
599
696
 
600
697
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
601
698
 
602
- Wed, 02 Jun 2021 07:37:15 GMT
699
+ Wed, 02 Jun 2021 07:37:15 GMT
603
700
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.42..@fluentui/react-badge_v9.0.0-alpha.43)
604
701
 
605
702
  ### Changes
@@ -608,7 +705,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
608
705
 
609
706
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
610
707
 
611
- Wed, 26 May 2021 07:35:43 GMT
708
+ Wed, 26 May 2021 07:35:43 GMT
612
709
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.41..@fluentui/react-badge_v9.0.0-alpha.42)
613
710
 
614
711
  ### Changes
@@ -617,7 +714,7 @@ Wed, 26 May 2021 07:35:43 GMT
617
714
 
618
715
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
619
716
 
620
- Fri, 21 May 2021 07:34:54 GMT
717
+ Fri, 21 May 2021 07:34:54 GMT
621
718
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.40..@fluentui/react-badge_v9.0.0-alpha.41)
622
719
 
623
720
  ### Changes
@@ -626,7 +723,7 @@ Fri, 21 May 2021 07:34:54 GMT
626
723
 
627
724
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
628
725
 
629
- Thu, 20 May 2021 07:41:54 GMT
726
+ Thu, 20 May 2021 07:41:54 GMT
630
727
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.39..@fluentui/react-badge_v9.0.0-alpha.40)
631
728
 
632
729
  ### Patches
@@ -641,7 +738,7 @@ Thu, 20 May 2021 07:41:54 GMT
641
738
 
642
739
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
643
740
 
644
- Wed, 19 May 2021 07:34:20 GMT
741
+ Wed, 19 May 2021 07:34:20 GMT
645
742
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.38..@fluentui/react-badge_v9.0.0-alpha.39)
646
743
 
647
744
  ### Patches
@@ -654,7 +751,7 @@ Wed, 19 May 2021 07:34:20 GMT
654
751
 
655
752
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
656
753
 
657
- Tue, 18 May 2021 07:34:38 GMT
754
+ Tue, 18 May 2021 07:34:38 GMT
658
755
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.37..@fluentui/react-badge_v9.0.0-alpha.38)
659
756
 
660
757
  ### Changes
@@ -663,7 +760,7 @@ Tue, 18 May 2021 07:34:38 GMT
663
760
 
664
761
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
665
762
 
666
- Thu, 13 May 2021 07:36:55 GMT
763
+ Thu, 13 May 2021 07:36:55 GMT
667
764
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.36..@fluentui/react-badge_v9.0.0-alpha.37)
668
765
 
669
766
  ### Changes
@@ -672,7 +769,7 @@ Thu, 13 May 2021 07:36:55 GMT
672
769
 
673
770
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
674
771
 
675
- Wed, 12 May 2021 07:36:20 GMT
772
+ Wed, 12 May 2021 07:36:20 GMT
676
773
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.35..@fluentui/react-badge_v9.0.0-alpha.36)
677
774
 
678
775
  ### Changes
@@ -681,7 +778,7 @@ Wed, 12 May 2021 07:36:20 GMT
681
778
 
682
779
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
683
780
 
684
- Mon, 10 May 2021 07:36:07 GMT
781
+ Mon, 10 May 2021 07:36:07 GMT
685
782
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.34..@fluentui/react-badge_v9.0.0-alpha.35)
686
783
 
687
784
  ### Changes
@@ -690,7 +787,7 @@ Mon, 10 May 2021 07:36:07 GMT
690
787
 
691
788
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
692
789
 
693
- Wed, 05 May 2021 07:36:50 GMT
790
+ Wed, 05 May 2021 07:36:50 GMT
694
791
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.33..@fluentui/react-badge_v9.0.0-alpha.34)
695
792
 
696
793
  ### Changes
@@ -699,7 +796,7 @@ Wed, 05 May 2021 07:36:50 GMT
699
796
 
700
797
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
701
798
 
702
- Mon, 03 May 2021 07:45:19 GMT
799
+ Mon, 03 May 2021 07:45:19 GMT
703
800
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.32..@fluentui/react-badge_v9.0.0-alpha.33)
704
801
 
705
802
  ### Changes
@@ -708,7 +805,7 @@ Mon, 03 May 2021 07:45:19 GMT
708
805
 
709
806
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
710
807
 
711
- Fri, 30 Apr 2021 07:42:23 GMT
808
+ Fri, 30 Apr 2021 07:42:23 GMT
712
809
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.31..@fluentui/react-badge_v9.0.0-alpha.32)
713
810
 
714
811
  ### Patches
@@ -723,7 +820,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
723
820
 
724
821
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
725
822
 
726
- Tue, 27 Apr 2021 07:34:03 GMT
823
+ Tue, 27 Apr 2021 07:34:03 GMT
727
824
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.30..@fluentui/react-badge_v9.0.0-alpha.31)
728
825
 
729
826
  ### Changes
@@ -732,7 +829,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
732
829
 
733
830
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
734
831
 
735
- Mon, 26 Apr 2021 07:34:31 GMT
832
+ Mon, 26 Apr 2021 07:34:31 GMT
736
833
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.29..@fluentui/react-badge_v9.0.0-alpha.30)
737
834
 
738
835
  ### Changes
@@ -741,7 +838,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
741
838
 
742
839
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
743
840
 
744
- Fri, 23 Apr 2021 07:37:10 GMT
841
+ Fri, 23 Apr 2021 07:37:10 GMT
745
842
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.28..@fluentui/react-badge_v9.0.0-alpha.29)
746
843
 
747
844
  ### Patches
@@ -756,7 +853,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
756
853
 
757
854
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
758
855
 
759
- Thu, 22 Apr 2021 07:33:28 GMT
856
+ Thu, 22 Apr 2021 07:33:28 GMT
760
857
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.27..@fluentui/react-badge_v9.0.0-alpha.28)
761
858
 
762
859
  ### Changes
@@ -765,7 +862,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
765
862
 
766
863
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
767
864
 
768
- Wed, 21 Apr 2021 07:31:50 GMT
865
+ Wed, 21 Apr 2021 07:31:50 GMT
769
866
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.26..@fluentui/react-badge_v9.0.0-alpha.27)
770
867
 
771
868
  ### Changes
@@ -774,7 +871,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
774
871
 
775
872
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
776
873
 
777
- Tue, 20 Apr 2021 07:31:35 GMT
874
+ Tue, 20 Apr 2021 07:31:35 GMT
778
875
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.25..@fluentui/react-badge_v9.0.0-alpha.26)
779
876
 
780
877
  ### Changes
@@ -783,7 +880,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
783
880
 
784
881
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
785
882
 
786
- Fri, 16 Apr 2021 18:08:21 GMT
883
+ Fri, 16 Apr 2021 18:08:21 GMT
787
884
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.24..@fluentui/react-badge_v9.0.0-alpha.25)
788
885
 
789
886
  ### Changes
@@ -792,7 +889,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
792
889
 
793
890
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
794
891
 
795
- Wed, 14 Apr 2021 07:34:12 GMT
892
+ Wed, 14 Apr 2021 07:34:12 GMT
796
893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.23..@fluentui/react-badge_v9.0.0-alpha.24)
797
894
 
798
895
  ### Changes
@@ -801,7 +898,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
801
898
 
802
899
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
803
900
 
804
- Fri, 09 Apr 2021 07:31:06 GMT
901
+ Fri, 09 Apr 2021 07:31:06 GMT
805
902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.22..@fluentui/react-badge_v9.0.0-alpha.23)
806
903
 
807
904
  ### Changes
@@ -810,7 +907,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
810
907
 
811
908
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
812
909
 
813
- Thu, 08 Apr 2021 07:33:06 GMT
910
+ Thu, 08 Apr 2021 07:33:06 GMT
814
911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.21..@fluentui/react-badge_v9.0.0-alpha.22)
815
912
 
816
913
  ### Changes
@@ -819,7 +916,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
819
916
 
820
917
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
821
918
 
822
- Thu, 01 Apr 2021 20:13:37 GMT
919
+ Thu, 01 Apr 2021 20:13:37 GMT
823
920
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.20..@fluentui/react-badge_v9.0.0-alpha.21)
824
921
 
825
922
  ### Changes
@@ -828,7 +925,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
828
925
 
829
926
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
830
927
 
831
- Wed, 31 Mar 2021 00:53:43 GMT
928
+ Wed, 31 Mar 2021 00:53:43 GMT
832
929
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.19..@fluentui/react-badge_v9.0.0-alpha.20)
833
930
 
834
931
  ### Patches
@@ -843,7 +940,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
843
940
 
844
941
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
845
942
 
846
- Tue, 30 Mar 2021 07:34:45 GMT
943
+ Tue, 30 Mar 2021 07:34:45 GMT
847
944
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.18..@fluentui/react-badge_v9.0.0-alpha.19)
848
945
 
849
946
  ### Changes
@@ -852,7 +949,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
852
949
 
853
950
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
854
951
 
855
- Fri, 26 Mar 2021 07:32:34 GMT
952
+ Fri, 26 Mar 2021 07:32:34 GMT
856
953
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.17..@fluentui/react-badge_v9.0.0-alpha.18)
857
954
 
858
955
  ### Changes
@@ -861,7 +958,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
861
958
 
862
959
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
863
960
 
864
- Thu, 25 Mar 2021 07:33:24 GMT
961
+ Thu, 25 Mar 2021 07:33:24 GMT
865
962
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.16..@fluentui/react-badge_v9.0.0-alpha.17)
866
963
 
867
964
  ### Changes
@@ -870,7 +967,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
870
967
 
871
968
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
872
969
 
873
- Wed, 24 Mar 2021 07:32:21 GMT
970
+ Wed, 24 Mar 2021 07:32:21 GMT
874
971
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.15..@fluentui/react-badge_v9.0.0-alpha.16)
875
972
 
876
973
  ### Changes
@@ -879,7 +976,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
879
976
 
880
977
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
881
978
 
882
- Tue, 23 Mar 2021 07:31:43 GMT
979
+ Tue, 23 Mar 2021 07:31:43 GMT
883
980
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.14..@fluentui/react-badge_v9.0.0-alpha.15)
884
981
 
885
982
  ### Changes
@@ -888,7 +985,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
888
985
 
889
986
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
890
987
 
891
- Thu, 18 Mar 2021 20:15:34 GMT
988
+ Thu, 18 Mar 2021 20:15:34 GMT
892
989
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.13..@fluentui/react-badge_v9.0.0-alpha.14)
893
990
 
894
991
  ### Changes
@@ -897,7 +994,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
897
994
 
898
995
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
899
996
 
900
- Wed, 17 Mar 2021 18:08:23 GMT
997
+ Wed, 17 Mar 2021 18:08:23 GMT
901
998
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.12..@fluentui/react-badge_v9.0.0-alpha.13)
902
999
 
903
1000
  ### Changes
@@ -906,7 +1003,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
906
1003
 
907
1004
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
908
1005
 
909
- Wed, 17 Mar 2021 07:35:44 GMT
1006
+ Wed, 17 Mar 2021 07:35:44 GMT
910
1007
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.11..@fluentui/react-badge_v9.0.0-alpha.12)
911
1008
 
912
1009
  ### Changes
@@ -916,7 +1013,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
916
1013
 
917
1014
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
918
1015
 
919
- Tue, 16 Mar 2021 07:32:44 GMT
1016
+ Tue, 16 Mar 2021 07:32:44 GMT
920
1017
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.10..@fluentui/react-badge_v9.0.0-alpha.11)
921
1018
 
922
1019
  ### Patches
@@ -929,7 +1026,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
929
1026
 
930
1027
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
931
1028
 
932
- Mon, 15 Mar 2021 07:36:20 GMT
1029
+ Mon, 15 Mar 2021 07:36:20 GMT
933
1030
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.9..@fluentui/react-badge_v9.0.0-alpha.10)
934
1031
 
935
1032
  ### Changes
@@ -938,7 +1035,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
938
1035
 
939
1036
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
940
1037
 
941
- Fri, 12 Mar 2021 20:04:27 GMT
1038
+ Fri, 12 Mar 2021 20:04:27 GMT
942
1039
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.8..@fluentui/react-badge_v9.0.0-alpha.9)
943
1040
 
944
1041
  ### Patches
@@ -951,7 +1048,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
951
1048
 
952
1049
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
953
1050
 
954
- Wed, 10 Mar 2021 07:34:39 GMT
1051
+ Wed, 10 Mar 2021 07:34:39 GMT
955
1052
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.7..@fluentui/react-badge_v9.0.0-alpha.8)
956
1053
 
957
1054
  ### Changes
@@ -960,7 +1057,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
960
1057
 
961
1058
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
962
1059
 
963
- Fri, 05 Mar 2021 20:30:59 GMT
1060
+ Fri, 05 Mar 2021 20:30:59 GMT
964
1061
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.6..@fluentui/react-badge_v9.0.0-alpha.7)
965
1062
 
966
1063
  ### Changes
@@ -969,7 +1066,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
969
1066
 
970
1067
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
971
1068
 
972
- Wed, 03 Mar 2021 00:10:09 GMT
1069
+ Wed, 03 Mar 2021 00:10:09 GMT
973
1070
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.5..@fluentui/react-badge_v9.0.0-alpha.6)
974
1071
 
975
1072
  ### Changes
@@ -978,7 +1075,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
978
1075
 
979
1076
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
980
1077
 
981
- Tue, 02 Mar 2021 07:24:27 GMT
1078
+ Tue, 02 Mar 2021 07:24:27 GMT
982
1079
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.4..@fluentui/react-badge_v9.0.0-alpha.5)
983
1080
 
984
1081
  ### Changes
@@ -987,7 +1084,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
987
1084
 
988
1085
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
989
1086
 
990
- Fri, 26 Feb 2021 01:16:27 GMT
1087
+ Fri, 26 Feb 2021 01:16:27 GMT
991
1088
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.3..@fluentui/react-badge_v9.0.0-alpha.4)
992
1089
 
993
1090
  ### Patches
@@ -1003,7 +1100,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1003
1100
 
1004
1101
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
1005
1102
 
1006
- Thu, 25 Feb 2021 20:16:39 GMT
1103
+ Thu, 25 Feb 2021 20:16:39 GMT
1007
1104
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.2..@fluentui/react-badge_v9.0.0-alpha.3)
1008
1105
 
1009
1106
  ### Changes
@@ -1012,7 +1109,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1012
1109
 
1013
1110
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
1014
1111
 
1015
- Thu, 25 Feb 2021 01:15:27 GMT
1112
+ Thu, 25 Feb 2021 01:15:27 GMT
1016
1113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-alpha.1..@fluentui/react-badge_v9.0.0-alpha.2)
1017
1114
 
1018
1115
  ### Patches
@@ -1021,7 +1118,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1021
1118
 
1022
1119
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
1023
1120
 
1024
- Wed, 24 Feb 2021 00:05:29 GMT
1121
+ Wed, 24 Feb 2021 00:05:29 GMT
1025
1122
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
1026
1123
 
1027
1124
  ### Changes