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

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 (103) hide show
  1. package/CHANGELOG.json +335 -1
  2. package/CHANGELOG.md +214 -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 +0 -1
  13. package/lib/components/Badge/useBadge.js.map +1 -1
  14. package/lib/components/Badge/useBadgeStyles.js +6 -3
  15. package/lib/components/Badge/useBadgeStyles.js.map +1 -1
  16. package/lib/components/CounterBadge/CounterBadge.js.map +1 -1
  17. package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -1
  18. package/lib/components/CounterBadge/index.js.map +1 -1
  19. package/lib/components/CounterBadge/useCounterBadge.js +1 -2
  20. package/lib/components/CounterBadge/useCounterBadge.js.map +1 -1
  21. package/lib/components/CounterBadge/useCounterBadgeStyles.js +10 -2
  22. package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  23. package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -1
  24. package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  25. package/lib/components/PresenceBadge/index.js.map +1 -1
  26. package/lib/components/PresenceBadge/presenceIcons.js.map +1 -1
  27. package/lib/components/PresenceBadge/usePresenceBadge.js +20 -5
  28. package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  29. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +19 -2
  30. package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  31. package/lib/index.js +3 -5
  32. package/lib/index.js.map +1 -1
  33. package/lib-commonjs/Badge.js.map +1 -1
  34. package/lib-commonjs/CounterBadge.js.map +1 -1
  35. package/lib-commonjs/PresenceBadge.js.map +1 -1
  36. package/lib-commonjs/components/Badge/Badge.js.map +1 -1
  37. package/lib-commonjs/components/Badge/Badge.types.js.map +1 -1
  38. package/lib-commonjs/components/Badge/index.js.map +1 -1
  39. package/lib-commonjs/components/Badge/renderBadge.js.map +1 -1
  40. package/lib-commonjs/components/Badge/useBadge.js +0 -1
  41. package/lib-commonjs/components/Badge/useBadge.js.map +1 -1
  42. package/lib-commonjs/components/Badge/useBadgeStyles.js +7 -4
  43. package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -1
  44. package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -1
  45. package/lib-commonjs/components/CounterBadge/CounterBadge.types.js.map +1 -1
  46. package/lib-commonjs/components/CounterBadge/index.js.map +1 -1
  47. package/lib-commonjs/components/CounterBadge/useCounterBadge.js +1 -2
  48. package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -1
  49. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +11 -3
  50. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -1
  51. package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -1
  52. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js.map +1 -1
  53. package/lib-commonjs/components/PresenceBadge/index.js.map +1 -1
  54. package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -1
  55. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +20 -5
  56. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -1
  57. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +20 -3
  58. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -1
  59. package/lib-commonjs/index.js +82 -6
  60. package/lib-commonjs/index.js.map +1 -1
  61. package/package.json +17 -20
  62. package/lib/Badge.d.ts +0 -1
  63. package/lib/CounterBadge.d.ts +0 -1
  64. package/lib/PresenceBadge.d.ts +0 -1
  65. package/lib/components/Badge/Badge.d.ts +0 -6
  66. package/lib/components/Badge/Badge.types.d.ts +0 -34
  67. package/lib/components/Badge/index.d.ts +0 -5
  68. package/lib/components/Badge/renderBadge.d.ts +0 -2
  69. package/lib/components/Badge/useBadge.d.ts +0 -6
  70. package/lib/components/Badge/useBadgeStyles.d.ts +0 -6
  71. package/lib/components/CounterBadge/CounterBadge.d.ts +0 -6
  72. package/lib/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  73. package/lib/components/CounterBadge/index.d.ts +0 -4
  74. package/lib/components/CounterBadge/useCounterBadge.d.ts +0 -6
  75. package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -6
  76. package/lib/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  77. package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  78. package/lib/components/PresenceBadge/index.d.ts +0 -4
  79. package/lib/components/PresenceBadge/presenceIcons.d.ts +0 -11
  80. package/lib/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  81. package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -6
  82. package/lib/index.d.ts +0 -5
  83. package/lib-commonjs/Badge.d.ts +0 -1
  84. package/lib-commonjs/CounterBadge.d.ts +0 -1
  85. package/lib-commonjs/PresenceBadge.d.ts +0 -1
  86. package/lib-commonjs/components/Badge/Badge.d.ts +0 -6
  87. package/lib-commonjs/components/Badge/Badge.types.d.ts +0 -34
  88. package/lib-commonjs/components/Badge/index.d.ts +0 -5
  89. package/lib-commonjs/components/Badge/renderBadge.d.ts +0 -2
  90. package/lib-commonjs/components/Badge/useBadge.d.ts +0 -6
  91. package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +0 -6
  92. package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +0 -6
  93. package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +0 -41
  94. package/lib-commonjs/components/CounterBadge/index.d.ts +0 -4
  95. package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +0 -6
  96. package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +0 -6
  97. package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +0 -6
  98. package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +0 -19
  99. package/lib-commonjs/components/PresenceBadge/index.d.ts +0 -4
  100. package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +0 -11
  101. package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +0 -6
  102. package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +0 -6
  103. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,129 @@
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 Tue, 31 May 2022 21:26:30 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.12)
8
+
9
+ Tue, 31 May 2022 21:26:30 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.11..@fluentui/react-badge_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - chore: Update Griffel to latest version ([PR #23275](https://github.com/microsoft/fluentui/pull/23275) by olfedias@microsoft.com)
15
+ - Bump @fluentui/react-utilities to v9.0.0-rc.10 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
16
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8 ([PR #23325](https://github.com/microsoft/fluentui/pull/23325) by beachball)
17
+
18
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.11)
19
+
20
+ Thu, 26 May 2022 21:01:22 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.10..@fluentui/react-badge_v9.0.0-rc.11)
22
+
23
+ ### Changes
24
+
25
+ - remove aria-hidden from badge ([PR #22858](https://github.com/microsoft/fluentui/pull/22858) by mgodbolt@microsoft.com)
26
+
27
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.10)
28
+
29
+ Mon, 23 May 2022 18:56:41 GMT
30
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.9..@fluentui/react-badge_v9.0.0-rc.10)
31
+
32
+ ### Changes
33
+
34
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
35
+ - BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
36
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
37
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
38
+
39
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.9)
40
+
41
+ Mon, 23 May 2022 12:14:01 GMT
42
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.8..@fluentui/react-badge_v9.0.0-rc.9)
43
+
44
+ ### Changes
45
+
46
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
47
+ - react-badge: ship rolluped only dts. ([PR #23053](https://github.com/microsoft/fluentui/pull/23053) by tristan.watanabe@gmail.com)
48
+ - remove commons types from badges ([PR #22868](https://github.com/microsoft/fluentui/pull/22868) by sarah.higley@microsoft.com)
49
+ - 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)
50
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
51
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
53
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
54
+
55
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.8)
56
+
57
+ Thu, 05 May 2022 18:26:30 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.7..@fluentui/react-badge_v9.0.0-rc.8)
59
+
60
+ ### Changes
61
+
62
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
63
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
64
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
65
+
66
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.7)
67
+
68
+ Wed, 04 May 2022 13:26:54 GMT
69
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.6..@fluentui/react-badge_v9.0.0-rc.7)
70
+
71
+ ### Changes
72
+
73
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+
76
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.6)
77
+
78
+ Tue, 19 Apr 2022 19:17:10 GMT
79
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.5..@fluentui/react-badge_v9.0.0-rc.6)
80
+
81
+ ### Changes
82
+
83
+ - Removing star exports. ([PR #22114](https://github.com/microsoft/fluentui/pull/22114) by Humberto.Morimoto@microsoft.com)
84
+ - 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)
85
+ - PresenceBadge: Adding unknown status. ([PR #21951](https://github.com/microsoft/fluentui/pull/21951) by Humberto.Morimoto@microsoft.com)
86
+ - Add static classnames to Badge ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
87
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
88
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
89
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
90
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
91
+
92
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.5)
93
+
94
+ Fri, 04 Mar 2022 05:17:34 GMT
95
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.4..@fluentui/react-badge_v9.0.0-rc.5)
96
+
97
+ ### Changes
98
+
99
+ - 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)
100
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
101
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
102
+
103
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.4)
104
+
105
+ Tue, 01 Mar 2022 02:17:40 GMT
106
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.3..@fluentui/react-badge_v9.0.0-rc.4)
107
+
108
+ ### Changes
109
+
110
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
111
+
112
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.3)
113
+
114
+ Fri, 18 Feb 2022 13:35:28 GMT
115
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v9.0.0-rc.1..@fluentui/react-badge_v9.0.0-rc.3)
116
+
117
+ ### Changes
118
+
119
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
120
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
121
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
122
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
123
+
7
124
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-rc.1)
8
125
 
9
- Thu, 10 Feb 2022 08:44:53 GMT
126
+ Thu, 10 Feb 2022 08:51:40 GMT
10
127
  [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
128
 
12
129
  ### Changes
@@ -36,7 +153,7 @@ Thu, 10 Feb 2022 08:44:53 GMT
36
153
 
37
154
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.4)
38
155
 
39
- Thu, 25 Nov 2021 08:34:11 GMT
156
+ Thu, 25 Nov 2021 08:34:11 GMT
40
157
  [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
158
 
42
159
  ### Changes
@@ -54,7 +171,7 @@ Thu, 25 Nov 2021 08:34:11 GMT
54
171
 
55
172
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.3)
56
173
 
57
- Fri, 12 Nov 2021 13:25:15 GMT
174
+ Fri, 12 Nov 2021 13:25:15 GMT
58
175
  [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
176
 
60
177
  ### Changes
@@ -70,7 +187,7 @@ Fri, 12 Nov 2021 13:25:15 GMT
70
187
 
71
188
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.2)
72
189
 
73
- Wed, 27 Oct 2021 12:14:14 GMT
190
+ Wed, 27 Oct 2021 12:14:14 GMT
74
191
  [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
192
 
76
193
  ### Changes
@@ -86,7 +203,7 @@ Wed, 27 Oct 2021 12:14:14 GMT
86
203
 
87
204
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-beta.1)
88
205
 
89
- Wed, 06 Oct 2021 10:37:22 GMT
206
+ Wed, 06 Oct 2021 10:37:22 GMT
90
207
  [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
208
 
92
209
  ### Changes
@@ -101,7 +218,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
101
218
 
102
219
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.92)
103
220
 
104
- Tue, 05 Oct 2021 12:47:58 GMT
221
+ Tue, 05 Oct 2021 12:47:58 GMT
105
222
  [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
223
 
107
224
  ### Changes
@@ -113,7 +230,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
113
230
 
114
231
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.91)
115
232
 
116
- Tue, 05 Oct 2021 09:28:07 GMT
233
+ Tue, 05 Oct 2021 09:28:07 GMT
117
234
  [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
235
 
119
236
  ### Changes
@@ -127,7 +244,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
127
244
 
128
245
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.90)
129
246
 
130
- Fri, 01 Oct 2021 14:13:08 GMT
247
+ Fri, 01 Oct 2021 14:13:08 GMT
131
248
  [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
249
 
133
250
  ### Changes
@@ -142,7 +259,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
142
259
 
143
260
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.88)
144
261
 
145
- Wed, 29 Sep 2021 08:06:11 GMT
262
+ Wed, 29 Sep 2021 08:06:11 GMT
146
263
  [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
264
 
148
265
  ### Changes
@@ -156,7 +273,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
156
273
 
157
274
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.87)
158
275
 
159
- Mon, 27 Sep 2021 08:06:00 GMT
276
+ Mon, 27 Sep 2021 08:06:00 GMT
160
277
  [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
278
 
162
279
  ### Changes
@@ -170,7 +287,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
170
287
 
171
288
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.86)
172
289
 
173
- Fri, 24 Sep 2021 09:17:17 GMT
290
+ Fri, 24 Sep 2021 09:17:17 GMT
174
291
  [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
292
 
176
293
  ### Changes
@@ -184,7 +301,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
184
301
 
185
302
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.85)
186
303
 
187
- Thu, 23 Sep 2021 08:21:34 GMT
304
+ Thu, 23 Sep 2021 08:21:34 GMT
188
305
  [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
306
 
190
307
  ### Changes
@@ -197,7 +314,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
197
314
 
198
315
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.84)
199
316
 
200
- Wed, 22 Sep 2021 10:10:07 GMT
317
+ Wed, 22 Sep 2021 10:10:07 GMT
201
318
  [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
319
 
203
320
  ### Changes
@@ -211,7 +328,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
211
328
 
212
329
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.83)
213
330
 
214
- Tue, 21 Sep 2021 07:42:34 GMT
331
+ Tue, 21 Sep 2021 07:42:34 GMT
215
332
  [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
333
 
217
334
  ### Changes
@@ -225,7 +342,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
225
342
 
226
343
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.82)
227
344
 
228
- Mon, 20 Sep 2021 07:36:26 GMT
345
+ Mon, 20 Sep 2021 07:36:26 GMT
229
346
  [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
347
 
231
348
  ### Changes
@@ -234,7 +351,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
234
351
 
235
352
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.81)
236
353
 
237
- Fri, 17 Sep 2021 07:35:26 GMT
354
+ Fri, 17 Sep 2021 07:35:26 GMT
238
355
  [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
356
 
240
357
  ### Changes
@@ -243,7 +360,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
243
360
 
244
361
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.80)
245
362
 
246
- Thu, 16 Sep 2021 07:38:39 GMT
363
+ Thu, 16 Sep 2021 07:38:39 GMT
247
364
  [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
365
 
249
366
  ### Changes
@@ -252,7 +369,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
252
369
 
253
370
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.79)
254
371
 
255
- Tue, 14 Sep 2021 20:09:02 GMT
372
+ Tue, 14 Sep 2021 20:09:02 GMT
256
373
  [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
374
 
258
375
  ### Changes
@@ -261,7 +378,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
261
378
 
262
379
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.78)
263
380
 
264
- Fri, 10 Sep 2021 16:31:53 GMT
381
+ Fri, 10 Sep 2021 16:31:53 GMT
265
382
  [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
383
 
267
384
  ### Changes
@@ -271,7 +388,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
271
388
 
272
389
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.77)
273
390
 
274
- Fri, 10 Sep 2021 07:39:51 GMT
391
+ Fri, 10 Sep 2021 07:39:51 GMT
275
392
  [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
393
 
277
394
  ### Changes
@@ -280,7 +397,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
280
397
 
281
398
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.76)
282
399
 
283
- Mon, 06 Sep 2021 07:34:53 GMT
400
+ Mon, 06 Sep 2021 07:34:53 GMT
284
401
  [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
402
 
286
403
  ### Changes
@@ -289,7 +406,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
289
406
 
290
407
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.75)
291
408
 
292
- Thu, 02 Sep 2021 07:36:46 GMT
409
+ Thu, 02 Sep 2021 07:36:46 GMT
293
410
  [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
411
 
295
412
  ### Patches
@@ -302,7 +419,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
302
419
 
303
420
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.74)
304
421
 
305
- Wed, 01 Sep 2021 07:39:56 GMT
422
+ Wed, 01 Sep 2021 07:39:56 GMT
306
423
  [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
424
 
308
425
  ### Changes
@@ -311,7 +428,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
311
428
 
312
429
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.73)
313
430
 
314
- Tue, 31 Aug 2021 07:37:47 GMT
431
+ Tue, 31 Aug 2021 07:37:47 GMT
315
432
  [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
433
 
317
434
  ### Changes
@@ -320,7 +437,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
320
437
 
321
438
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.72)
322
439
 
323
- Mon, 30 Aug 2021 07:35:05 GMT
440
+ Mon, 30 Aug 2021 07:35:05 GMT
324
441
  [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
442
 
326
443
  ### Changes
@@ -329,7 +446,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
329
446
 
330
447
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.71)
331
448
 
332
- Fri, 27 Aug 2021 07:33:32 GMT
449
+ Fri, 27 Aug 2021 07:33:32 GMT
333
450
  [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
451
 
335
452
  ### Changes
@@ -338,7 +455,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
338
455
 
339
456
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.70)
340
457
 
341
- Thu, 26 Aug 2021 07:35:43 GMT
458
+ Thu, 26 Aug 2021 07:35:43 GMT
342
459
  [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
460
 
344
461
  ### Changes
@@ -347,7 +464,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
347
464
 
348
465
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.69)
349
466
 
350
- Fri, 20 Aug 2021 07:37:28 GMT
467
+ Fri, 20 Aug 2021 07:37:28 GMT
351
468
  [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
469
 
353
470
  ### Changes
@@ -356,7 +473,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
356
473
 
357
474
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.68)
358
475
 
359
- Thu, 19 Aug 2021 07:41:35 GMT
476
+ Thu, 19 Aug 2021 07:41:35 GMT
360
477
  [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
478
 
362
479
  ### Changes
@@ -365,7 +482,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
365
482
 
366
483
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.67)
367
484
 
368
- Fri, 13 Aug 2021 07:36:34 GMT
485
+ Fri, 13 Aug 2021 07:36:34 GMT
369
486
  [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
487
 
371
488
  ### Changes
@@ -374,7 +491,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
374
491
 
375
492
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.66)
376
493
 
377
- Wed, 11 Aug 2021 07:34:54 GMT
494
+ Wed, 11 Aug 2021 07:34:54 GMT
378
495
  [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
496
 
380
497
  ### Changes
@@ -383,7 +500,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
383
500
 
384
501
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.65)
385
502
 
386
- Fri, 06 Aug 2021 07:35:14 GMT
503
+ Fri, 06 Aug 2021 07:35:14 GMT
387
504
  [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
505
 
389
506
  ### Changes
@@ -392,7 +509,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
392
509
 
393
510
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.64)
394
511
 
395
- Tue, 03 Aug 2021 07:39:30 GMT
512
+ Tue, 03 Aug 2021 07:39:30 GMT
396
513
  [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
514
 
398
515
  ### Patches
@@ -407,7 +524,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
407
524
 
408
525
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.63)
409
526
 
410
- Mon, 02 Aug 2021 07:36:20 GMT
527
+ Mon, 02 Aug 2021 07:36:20 GMT
411
528
  [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
529
 
413
530
  ### Changes
@@ -416,7 +533,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
416
533
 
417
534
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.62)
418
535
 
419
- Mon, 26 Jul 2021 07:37:30 GMT
536
+ Mon, 26 Jul 2021 07:37:30 GMT
420
537
  [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
538
 
422
539
  ### Changes
@@ -425,7 +542,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
425
542
 
426
543
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.61)
427
544
 
428
- Fri, 23 Jul 2021 07:38:19 GMT
545
+ Fri, 23 Jul 2021 07:38:19 GMT
429
546
  [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
547
 
431
548
  ### Changes
@@ -434,7 +551,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
434
551
 
435
552
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.60)
436
553
 
437
- Thu, 22 Jul 2021 07:36:55 GMT
554
+ Thu, 22 Jul 2021 07:36:55 GMT
438
555
  [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
556
 
440
557
  ### Changes
@@ -443,7 +560,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
443
560
 
444
561
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.59)
445
562
 
446
- Tue, 20 Jul 2021 22:23:17 GMT
563
+ Tue, 20 Jul 2021 22:23:17 GMT
447
564
  [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
565
 
449
566
  ### Changes
@@ -452,7 +569,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
452
569
 
453
570
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.58)
454
571
 
455
- Fri, 16 Jul 2021 22:53:17 GMT
572
+ Fri, 16 Jul 2021 22:53:17 GMT
456
573
  [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
574
 
458
575
  ### Changes
@@ -461,7 +578,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
461
578
 
462
579
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.57)
463
580
 
464
- Thu, 15 Jul 2021 07:36:18 GMT
581
+ Thu, 15 Jul 2021 07:36:18 GMT
465
582
  [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
583
 
467
584
  ### Changes
@@ -470,7 +587,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
470
587
 
471
588
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.56)
472
589
 
473
- Tue, 13 Jul 2021 22:32:58 GMT
590
+ Tue, 13 Jul 2021 22:32:58 GMT
474
591
  [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
592
 
476
593
  ### Patches
@@ -479,7 +596,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
479
596
 
480
597
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.55)
481
598
 
482
- Tue, 13 Jul 2021 07:35:36 GMT
599
+ Tue, 13 Jul 2021 07:35:36 GMT
483
600
  [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
601
 
485
602
  ### Changes
@@ -488,7 +605,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
488
605
 
489
606
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.54)
490
607
 
491
- Fri, 09 Jul 2021 07:39:31 GMT
608
+ Fri, 09 Jul 2021 07:39:31 GMT
492
609
  [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
610
 
494
611
  ### Patches
@@ -503,7 +620,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
503
620
 
504
621
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.53)
505
622
 
506
- Fri, 02 Jul 2021 23:15:55 GMT
623
+ Fri, 02 Jul 2021 23:15:55 GMT
507
624
  [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
625
 
509
626
  ### Changes
@@ -512,7 +629,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
512
629
 
513
630
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.52)
514
631
 
515
- Fri, 02 Jul 2021 07:37:06 GMT
632
+ Fri, 02 Jul 2021 07:37:06 GMT
516
633
  [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
634
 
518
635
  ### Changes
@@ -521,7 +638,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
521
638
 
522
639
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.51)
523
640
 
524
- Thu, 01 Jul 2021 07:35:05 GMT
641
+ Thu, 01 Jul 2021 07:35:05 GMT
525
642
  [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
643
 
527
644
  ### Changes
@@ -530,7 +647,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
530
647
 
531
648
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.50)
532
649
 
533
- Wed, 30 Jun 2021 07:38:35 GMT
650
+ Wed, 30 Jun 2021 07:38:35 GMT
534
651
  [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
652
 
536
653
  ### Changes
@@ -539,7 +656,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
539
656
 
540
657
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.49)
541
658
 
542
- Tue, 29 Jun 2021 07:33:32 GMT
659
+ Tue, 29 Jun 2021 07:33:32 GMT
543
660
  [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
661
 
545
662
  ### Changes
@@ -548,7 +665,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
548
665
 
549
666
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.48)
550
667
 
551
- Tue, 22 Jun 2021 07:35:11 GMT
668
+ Tue, 22 Jun 2021 07:35:11 GMT
552
669
  [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
670
 
554
671
  ### Changes
@@ -557,7 +674,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
557
674
 
558
675
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.47)
559
676
 
560
- Tue, 15 Jun 2021 07:40:20 GMT
677
+ Tue, 15 Jun 2021 07:40:20 GMT
561
678
  [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
679
 
563
680
  ### Changes
@@ -566,7 +683,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
566
683
 
567
684
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.46)
568
685
 
569
- Mon, 07 Jun 2021 07:38:15 GMT
686
+ Mon, 07 Jun 2021 07:38:15 GMT
570
687
  [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
688
 
572
689
  ### Patches
@@ -581,7 +698,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
581
698
 
582
699
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.45)
583
700
 
584
- Fri, 04 Jun 2021 07:37:23 GMT
701
+ Fri, 04 Jun 2021 07:37:23 GMT
585
702
  [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
703
 
587
704
  ### Changes
@@ -590,7 +707,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
590
707
 
591
708
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.44)
592
709
 
593
- Thu, 03 Jun 2021 07:36:03 GMT
710
+ Thu, 03 Jun 2021 07:36:03 GMT
594
711
  [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
712
 
596
713
  ### Changes
@@ -599,7 +716,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
599
716
 
600
717
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.43)
601
718
 
602
- Wed, 02 Jun 2021 07:37:15 GMT
719
+ Wed, 02 Jun 2021 07:37:15 GMT
603
720
  [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
721
 
605
722
  ### Changes
@@ -608,7 +725,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
608
725
 
609
726
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.42)
610
727
 
611
- Wed, 26 May 2021 07:35:43 GMT
728
+ Wed, 26 May 2021 07:35:43 GMT
612
729
  [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
730
 
614
731
  ### Changes
@@ -617,7 +734,7 @@ Wed, 26 May 2021 07:35:43 GMT
617
734
 
618
735
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.41)
619
736
 
620
- Fri, 21 May 2021 07:34:54 GMT
737
+ Fri, 21 May 2021 07:34:54 GMT
621
738
  [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
739
 
623
740
  ### Changes
@@ -626,7 +743,7 @@ Fri, 21 May 2021 07:34:54 GMT
626
743
 
627
744
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.40)
628
745
 
629
- Thu, 20 May 2021 07:41:54 GMT
746
+ Thu, 20 May 2021 07:41:54 GMT
630
747
  [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
748
 
632
749
  ### Patches
@@ -641,7 +758,7 @@ Thu, 20 May 2021 07:41:54 GMT
641
758
 
642
759
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.39)
643
760
 
644
- Wed, 19 May 2021 07:34:20 GMT
761
+ Wed, 19 May 2021 07:34:20 GMT
645
762
  [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
763
 
647
764
  ### Patches
@@ -654,7 +771,7 @@ Wed, 19 May 2021 07:34:20 GMT
654
771
 
655
772
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.38)
656
773
 
657
- Tue, 18 May 2021 07:34:38 GMT
774
+ Tue, 18 May 2021 07:34:38 GMT
658
775
  [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
776
 
660
777
  ### Changes
@@ -663,7 +780,7 @@ Tue, 18 May 2021 07:34:38 GMT
663
780
 
664
781
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.37)
665
782
 
666
- Thu, 13 May 2021 07:36:55 GMT
783
+ Thu, 13 May 2021 07:36:55 GMT
667
784
  [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
785
 
669
786
  ### Changes
@@ -672,7 +789,7 @@ Thu, 13 May 2021 07:36:55 GMT
672
789
 
673
790
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.36)
674
791
 
675
- Wed, 12 May 2021 07:36:20 GMT
792
+ Wed, 12 May 2021 07:36:20 GMT
676
793
  [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
794
 
678
795
  ### Changes
@@ -681,7 +798,7 @@ Wed, 12 May 2021 07:36:20 GMT
681
798
 
682
799
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.35)
683
800
 
684
- Mon, 10 May 2021 07:36:07 GMT
801
+ Mon, 10 May 2021 07:36:07 GMT
685
802
  [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
803
 
687
804
  ### Changes
@@ -690,7 +807,7 @@ Mon, 10 May 2021 07:36:07 GMT
690
807
 
691
808
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.34)
692
809
 
693
- Wed, 05 May 2021 07:36:50 GMT
810
+ Wed, 05 May 2021 07:36:50 GMT
694
811
  [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
812
 
696
813
  ### Changes
@@ -699,7 +816,7 @@ Wed, 05 May 2021 07:36:50 GMT
699
816
 
700
817
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.33)
701
818
 
702
- Mon, 03 May 2021 07:45:19 GMT
819
+ Mon, 03 May 2021 07:45:19 GMT
703
820
  [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
821
 
705
822
  ### Changes
@@ -708,7 +825,7 @@ Mon, 03 May 2021 07:45:19 GMT
708
825
 
709
826
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.32)
710
827
 
711
- Fri, 30 Apr 2021 07:42:23 GMT
828
+ Fri, 30 Apr 2021 07:42:23 GMT
712
829
  [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
830
 
714
831
  ### Patches
@@ -723,7 +840,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
723
840
 
724
841
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.31)
725
842
 
726
- Tue, 27 Apr 2021 07:34:03 GMT
843
+ Tue, 27 Apr 2021 07:34:03 GMT
727
844
  [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
845
 
729
846
  ### Changes
@@ -732,7 +849,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
732
849
 
733
850
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.30)
734
851
 
735
- Mon, 26 Apr 2021 07:34:31 GMT
852
+ Mon, 26 Apr 2021 07:34:31 GMT
736
853
  [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
854
 
738
855
  ### Changes
@@ -741,7 +858,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
741
858
 
742
859
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.29)
743
860
 
744
- Fri, 23 Apr 2021 07:37:10 GMT
861
+ Fri, 23 Apr 2021 07:37:10 GMT
745
862
  [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
863
 
747
864
  ### Patches
@@ -756,7 +873,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
756
873
 
757
874
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.28)
758
875
 
759
- Thu, 22 Apr 2021 07:33:28 GMT
876
+ Thu, 22 Apr 2021 07:33:28 GMT
760
877
  [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
878
 
762
879
  ### Changes
@@ -765,7 +882,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
765
882
 
766
883
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.27)
767
884
 
768
- Wed, 21 Apr 2021 07:31:50 GMT
885
+ Wed, 21 Apr 2021 07:31:50 GMT
769
886
  [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
887
 
771
888
  ### Changes
@@ -774,7 +891,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
774
891
 
775
892
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.26)
776
893
 
777
- Tue, 20 Apr 2021 07:31:35 GMT
894
+ Tue, 20 Apr 2021 07:31:35 GMT
778
895
  [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
896
 
780
897
  ### Changes
@@ -783,7 +900,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
783
900
 
784
901
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.25)
785
902
 
786
- Fri, 16 Apr 2021 18:08:21 GMT
903
+ Fri, 16 Apr 2021 18:08:21 GMT
787
904
  [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
905
 
789
906
  ### Changes
@@ -792,7 +909,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
792
909
 
793
910
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.24)
794
911
 
795
- Wed, 14 Apr 2021 07:34:12 GMT
912
+ Wed, 14 Apr 2021 07:34:12 GMT
796
913
  [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
914
 
798
915
  ### Changes
@@ -801,7 +918,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
801
918
 
802
919
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.23)
803
920
 
804
- Fri, 09 Apr 2021 07:31:06 GMT
921
+ Fri, 09 Apr 2021 07:31:06 GMT
805
922
  [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
923
 
807
924
  ### Changes
@@ -810,7 +927,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
810
927
 
811
928
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.22)
812
929
 
813
- Thu, 08 Apr 2021 07:33:06 GMT
930
+ Thu, 08 Apr 2021 07:33:06 GMT
814
931
  [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
932
 
816
933
  ### Changes
@@ -819,7 +936,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
819
936
 
820
937
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.21)
821
938
 
822
- Thu, 01 Apr 2021 20:13:37 GMT
939
+ Thu, 01 Apr 2021 20:13:37 GMT
823
940
  [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
941
 
825
942
  ### Changes
@@ -828,7 +945,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
828
945
 
829
946
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.20)
830
947
 
831
- Wed, 31 Mar 2021 00:53:43 GMT
948
+ Wed, 31 Mar 2021 00:53:43 GMT
832
949
  [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
950
 
834
951
  ### Patches
@@ -843,7 +960,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
843
960
 
844
961
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.19)
845
962
 
846
- Tue, 30 Mar 2021 07:34:45 GMT
963
+ Tue, 30 Mar 2021 07:34:45 GMT
847
964
  [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
965
 
849
966
  ### Changes
@@ -852,7 +969,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
852
969
 
853
970
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.18)
854
971
 
855
- Fri, 26 Mar 2021 07:32:34 GMT
972
+ Fri, 26 Mar 2021 07:32:34 GMT
856
973
  [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
974
 
858
975
  ### Changes
@@ -861,7 +978,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
861
978
 
862
979
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.17)
863
980
 
864
- Thu, 25 Mar 2021 07:33:24 GMT
981
+ Thu, 25 Mar 2021 07:33:24 GMT
865
982
  [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
983
 
867
984
  ### Changes
@@ -870,7 +987,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
870
987
 
871
988
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.16)
872
989
 
873
- Wed, 24 Mar 2021 07:32:21 GMT
990
+ Wed, 24 Mar 2021 07:32:21 GMT
874
991
  [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
992
 
876
993
  ### Changes
@@ -879,7 +996,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
879
996
 
880
997
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.15)
881
998
 
882
- Tue, 23 Mar 2021 07:31:43 GMT
999
+ Tue, 23 Mar 2021 07:31:43 GMT
883
1000
  [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
1001
 
885
1002
  ### Changes
@@ -888,7 +1005,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
888
1005
 
889
1006
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.14)
890
1007
 
891
- Thu, 18 Mar 2021 20:15:34 GMT
1008
+ Thu, 18 Mar 2021 20:15:34 GMT
892
1009
  [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
1010
 
894
1011
  ### Changes
@@ -897,7 +1014,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
897
1014
 
898
1015
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.13)
899
1016
 
900
- Wed, 17 Mar 2021 18:08:23 GMT
1017
+ Wed, 17 Mar 2021 18:08:23 GMT
901
1018
  [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
1019
 
903
1020
  ### Changes
@@ -906,7 +1023,7 @@ Wed, 17 Mar 2021 18:08:23 GMT
906
1023
 
907
1024
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.12)
908
1025
 
909
- Wed, 17 Mar 2021 07:35:44 GMT
1026
+ Wed, 17 Mar 2021 07:35:44 GMT
910
1027
  [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
1028
 
912
1029
  ### Changes
@@ -916,7 +1033,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
916
1033
 
917
1034
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.11)
918
1035
 
919
- Tue, 16 Mar 2021 07:32:44 GMT
1036
+ Tue, 16 Mar 2021 07:32:44 GMT
920
1037
  [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
1038
 
922
1039
  ### Patches
@@ -929,7 +1046,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
929
1046
 
930
1047
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.10)
931
1048
 
932
- Mon, 15 Mar 2021 07:36:20 GMT
1049
+ Mon, 15 Mar 2021 07:36:20 GMT
933
1050
  [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
1051
 
935
1052
  ### Changes
@@ -938,7 +1055,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
938
1055
 
939
1056
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.9)
940
1057
 
941
- Fri, 12 Mar 2021 20:04:27 GMT
1058
+ Fri, 12 Mar 2021 20:04:27 GMT
942
1059
  [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
1060
 
944
1061
  ### Patches
@@ -951,7 +1068,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
951
1068
 
952
1069
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.8)
953
1070
 
954
- Wed, 10 Mar 2021 07:34:39 GMT
1071
+ Wed, 10 Mar 2021 07:34:39 GMT
955
1072
  [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
1073
 
957
1074
  ### Changes
@@ -960,7 +1077,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
960
1077
 
961
1078
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.7)
962
1079
 
963
- Fri, 05 Mar 2021 20:30:59 GMT
1080
+ Fri, 05 Mar 2021 20:30:59 GMT
964
1081
  [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
1082
 
966
1083
  ### Changes
@@ -969,7 +1086,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
969
1086
 
970
1087
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.6)
971
1088
 
972
- Wed, 03 Mar 2021 00:10:09 GMT
1089
+ Wed, 03 Mar 2021 00:10:09 GMT
973
1090
  [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
1091
 
975
1092
  ### Changes
@@ -978,7 +1095,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
978
1095
 
979
1096
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.5)
980
1097
 
981
- Tue, 02 Mar 2021 07:24:27 GMT
1098
+ Tue, 02 Mar 2021 07:24:27 GMT
982
1099
  [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
1100
 
984
1101
  ### Changes
@@ -987,7 +1104,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
987
1104
 
988
1105
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.4)
989
1106
 
990
- Fri, 26 Feb 2021 01:16:27 GMT
1107
+ Fri, 26 Feb 2021 01:16:27 GMT
991
1108
  [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
1109
 
993
1110
  ### Patches
@@ -1003,7 +1120,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1003
1120
 
1004
1121
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.3)
1005
1122
 
1006
- Thu, 25 Feb 2021 20:16:39 GMT
1123
+ Thu, 25 Feb 2021 20:16:39 GMT
1007
1124
  [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
1125
 
1009
1126
  ### Changes
@@ -1012,7 +1129,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1012
1129
 
1013
1130
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.2)
1014
1131
 
1015
- Thu, 25 Feb 2021 01:15:27 GMT
1132
+ Thu, 25 Feb 2021 01:15:27 GMT
1016
1133
  [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
1134
 
1018
1135
  ### Patches
@@ -1021,7 +1138,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1021
1138
 
1022
1139
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-badge_v9.0.0-alpha.1)
1023
1140
 
1024
- Wed, 24 Feb 2021 00:05:29 GMT
1141
+ Wed, 24 Feb 2021 00:05:29 GMT
1025
1142
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-badge_v0.2.0..@fluentui/react-badge_v9.0.0-alpha.1)
1026
1143
 
1027
1144
  ### Changes