@fluentui/react-badge 0.0.0-nightly-20220302-0405.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +2968 -0
- package/CHANGELOG.md +1083 -0
- package/LICENSE +15 -0
- package/README.md +5 -0
- package/Spec.md +157 -0
- package/dist/react-badge.d.ts +159 -0
- package/lib/Badge.d.ts +1 -0
- package/lib/Badge.js +2 -0
- package/lib/Badge.js.map +1 -0
- package/lib/CounterBadge.d.ts +1 -0
- package/lib/CounterBadge.js +2 -0
- package/lib/CounterBadge.js.map +1 -0
- package/lib/PresenceBadge.d.ts +1 -0
- package/lib/PresenceBadge.js +2 -0
- package/lib/PresenceBadge.js.map +1 -0
- package/lib/components/Badge/Badge.d.ts +6 -0
- package/lib/components/Badge/Badge.js +15 -0
- package/lib/components/Badge/Badge.js.map +1 -0
- package/lib/components/Badge/Badge.types.d.ts +34 -0
- package/lib/components/Badge/Badge.types.js +2 -0
- package/lib/components/Badge/Badge.types.js.map +1 -0
- package/lib/components/Badge/index.d.ts +5 -0
- package/lib/components/Badge/index.js +5 -0
- package/lib/components/Badge/index.js.map +1 -0
- package/lib/components/Badge/renderBadge.d.ts +2 -0
- package/lib/components/Badge/renderBadge.js +13 -0
- package/lib/components/Badge/renderBadge.js.map +1 -0
- package/lib/components/Badge/useBadge.d.ts +6 -0
- package/lib/components/Badge/useBadge.js +33 -0
- package/lib/components/Badge/useBadge.js.map +1 -0
- package/lib/components/Badge/useBadgeStyles.d.ts +6 -0
- package/lib/components/Badge/useBadgeStyles.js +331 -0
- package/lib/components/Badge/useBadgeStyles.js.map +1 -0
- package/lib/components/CounterBadge/CounterBadge.d.ts +6 -0
- package/lib/components/CounterBadge/CounterBadge.js +15 -0
- package/lib/components/CounterBadge/CounterBadge.js.map +1 -0
- package/lib/components/CounterBadge/CounterBadge.types.d.ts +41 -0
- package/lib/components/CounterBadge/CounterBadge.types.js +2 -0
- package/lib/components/CounterBadge/CounterBadge.types.js.map +1 -0
- package/lib/components/CounterBadge/index.d.ts +4 -0
- package/lib/components/CounterBadge/index.js +5 -0
- package/lib/components/CounterBadge/index.js.map +1 -0
- package/lib/components/CounterBadge/useCounterBadge.d.ts +6 -0
- package/lib/components/CounterBadge/useCounterBadge.js +30 -0
- package/lib/components/CounterBadge/useCounterBadge.js.map +1 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.d.ts +6 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.js +31 -0
- package/lib/components/CounterBadge/useCounterBadgeStyles.js.map +1 -0
- package/lib/components/PresenceBadge/PresenceBadge.d.ts +6 -0
- package/lib/components/PresenceBadge/PresenceBadge.js +15 -0
- package/lib/components/PresenceBadge/PresenceBadge.js.map +1 -0
- package/lib/components/PresenceBadge/PresenceBadge.types.d.ts +19 -0
- package/lib/components/PresenceBadge/PresenceBadge.types.js +2 -0
- package/lib/components/PresenceBadge/PresenceBadge.types.js.map +1 -0
- package/lib/components/PresenceBadge/index.d.ts +4 -0
- package/lib/components/PresenceBadge/index.js +5 -0
- package/lib/components/PresenceBadge/index.js.map +1 -0
- package/lib/components/PresenceBadge/presenceIcons.d.ts +11 -0
- package/lib/components/PresenceBadge/presenceIcons.js +128 -0
- package/lib/components/PresenceBadge/presenceIcons.js.map +1 -0
- package/lib/components/PresenceBadge/usePresenceBadge.d.ts +6 -0
- package/lib/components/PresenceBadge/usePresenceBadge.js +53 -0
- package/lib/components/PresenceBadge/usePresenceBadge.js.map +1 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.d.ts +6 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js +80 -0
- package/lib/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -0
- package/lib/index.d.ts +5 -0
- package/lib/index.js +6 -0
- package/lib/index.js.map +1 -0
- package/lib/tsdoc-metadata.json +11 -0
- package/lib-commonjs/Badge.d.ts +1 -0
- package/lib-commonjs/Badge.js +10 -0
- package/lib-commonjs/Badge.js.map +1 -0
- package/lib-commonjs/CounterBadge.d.ts +1 -0
- package/lib-commonjs/CounterBadge.js +10 -0
- package/lib-commonjs/CounterBadge.js.map +1 -0
- package/lib-commonjs/PresenceBadge.d.ts +1 -0
- package/lib-commonjs/PresenceBadge.js +10 -0
- package/lib-commonjs/PresenceBadge.js.map +1 -0
- package/lib-commonjs/components/Badge/Badge.d.ts +6 -0
- package/lib-commonjs/components/Badge/Badge.js +26 -0
- package/lib-commonjs/components/Badge/Badge.js.map +1 -0
- package/lib-commonjs/components/Badge/Badge.types.d.ts +34 -0
- package/lib-commonjs/components/Badge/Badge.types.js +6 -0
- package/lib-commonjs/components/Badge/Badge.types.js.map +1 -0
- package/lib-commonjs/components/Badge/index.d.ts +5 -0
- package/lib-commonjs/components/Badge/index.js +16 -0
- package/lib-commonjs/components/Badge/index.js.map +1 -0
- package/lib-commonjs/components/Badge/renderBadge.d.ts +2 -0
- package/lib-commonjs/components/Badge/renderBadge.js +24 -0
- package/lib-commonjs/components/Badge/renderBadge.js.map +1 -0
- package/lib-commonjs/components/Badge/useBadge.d.ts +6 -0
- package/lib-commonjs/components/Badge/useBadge.js +43 -0
- package/lib-commonjs/components/Badge/useBadge.js.map +1 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.d.ts +6 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.js +342 -0
- package/lib-commonjs/components/Badge/useBadgeStyles.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.d.ts +6 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.js +26 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.d.ts +41 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.js +6 -0
- package/lib-commonjs/components/CounterBadge/CounterBadge.types.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/index.d.ts +4 -0
- package/lib-commonjs/components/CounterBadge/index.js +16 -0
- package/lib-commonjs/components/CounterBadge/index.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadge.d.ts +6 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js +40 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadge.js.map +1 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.d.ts +6 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js +42 -0
- package/lib-commonjs/components/CounterBadge/useCounterBadgeStyles.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.d.ts +6 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.js +26 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.d.ts +19 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js +6 -0
- package/lib-commonjs/components/PresenceBadge/PresenceBadge.types.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/index.d.ts +4 -0
- package/lib-commonjs/components/PresenceBadge/index.js +16 -0
- package/lib-commonjs/components/PresenceBadge/index.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.d.ts +11 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js +136 -0
- package/lib-commonjs/components/PresenceBadge/presenceIcons.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.d.ts +6 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js +65 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadge.js.map +1 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.d.ts +6 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js +91 -0
- package/lib-commonjs/components/PresenceBadge/usePresenceBadgeStyles.js.map +1 -0
- package/lib-commonjs/index.d.ts +5 -0
- package/lib-commonjs/index.js +18 -0
- package/lib-commonjs/index.js.map +1 -0
- package/package.json +64 -0
package/CHANGELOG.json
ADDED
@@ -0,0 +1,2968 @@
|
|
1
|
+
{
|
2
|
+
"name": "@fluentui/react-badge",
|
3
|
+
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Wed, 02 Mar 2022 04:14:52 GMT",
|
6
|
+
"tag": "@fluentui/react-badge_v0.0.0-nightly-20220302-0405.1",
|
7
|
+
"version": "0.0.0-nightly-20220302-0405.1",
|
8
|
+
"comments": {
|
9
|
+
"prerelease": [
|
10
|
+
{
|
11
|
+
"author": "email not defined",
|
12
|
+
"package": "@fluentui/react-badge",
|
13
|
+
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
|
14
|
+
"comment": "Release nightly v9"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-badge",
|
19
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1",
|
20
|
+
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-badge",
|
25
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1",
|
26
|
+
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-badge",
|
31
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220302-0405.1",
|
32
|
+
"commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
|
33
|
+
}
|
34
|
+
]
|
35
|
+
}
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"date": "Tue, 01 Mar 2022 02:17:40 GMT",
|
39
|
+
"tag": "@fluentui/react-badge_v9.0.0-rc.4",
|
40
|
+
"version": "9.0.0-rc.4",
|
41
|
+
"comments": {
|
42
|
+
"prerelease": [
|
43
|
+
{
|
44
|
+
"author": "beachball",
|
45
|
+
"package": "@fluentui/react-badge",
|
46
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
|
47
|
+
"commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
|
48
|
+
}
|
49
|
+
]
|
50
|
+
}
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"date": "Fri, 18 Feb 2022 13:35:28 GMT",
|
54
|
+
"tag": "@fluentui/react-badge_v9.0.0-rc.3",
|
55
|
+
"version": "9.0.0-rc.3",
|
56
|
+
"comments": {
|
57
|
+
"prerelease": [
|
58
|
+
{
|
59
|
+
"author": "lingfangao@hotmail.com",
|
60
|
+
"package": "@fluentui/react-badge",
|
61
|
+
"commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
|
62
|
+
"comment": "fix: Source maps contain original source code"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "beachball",
|
66
|
+
"package": "@fluentui/react-badge",
|
67
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
|
68
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "beachball",
|
72
|
+
"package": "@fluentui/react-badge",
|
73
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
|
74
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "beachball",
|
78
|
+
"package": "@fluentui/react-badge",
|
79
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
|
80
|
+
"commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
|
81
|
+
}
|
82
|
+
]
|
83
|
+
}
|
84
|
+
},
|
85
|
+
{
|
86
|
+
"date": "Thu, 10 Feb 2022 08:51:40 GMT",
|
87
|
+
"tag": "@fluentui/react-badge_v9.0.0-rc.1",
|
88
|
+
"version": "9.0.0-rc.1",
|
89
|
+
"comments": {
|
90
|
+
"none": [
|
91
|
+
{
|
92
|
+
"author": "olfedias@microsoft.com",
|
93
|
+
"package": "@fluentui/react-badge",
|
94
|
+
"commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
|
95
|
+
"comment": "remove inline-style-expand-shorthand from tsconfigs"
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"author": "bsunderhus@microsoft.com",
|
99
|
+
"package": "@fluentui/react-badge",
|
100
|
+
"commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
|
101
|
+
"comment": "Updates components with nullRender changes"
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"author": "tkrasniqi@microsoft.com",
|
105
|
+
"package": "@fluentui/react-badge",
|
106
|
+
"commit": "87e12a2e3a9d90b4ff95d3ed333739756d190f6c",
|
107
|
+
"comment": "Updated best practices for long text"
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"author": "elcraig@microsoft.com",
|
111
|
+
"package": "@fluentui/react-badge",
|
112
|
+
"commit": "d892c7f79c543b6008634ecd669b75b5108cad46",
|
113
|
+
"comment": "Remove outdated boilerplate comments"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"author": "martinhochel@microsoft.com",
|
117
|
+
"package": "@fluentui/react-badge",
|
118
|
+
"commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
|
119
|
+
"comment": "chore: use storybook runner for all vNext packages"
|
120
|
+
}
|
121
|
+
],
|
122
|
+
"prerelease": [
|
123
|
+
{
|
124
|
+
"author": "ololubek@microsoft.com",
|
125
|
+
"package": "@fluentui/react-badge",
|
126
|
+
"commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
|
127
|
+
"comment": "(fix): Update react-icons dependency to latest version"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "lingfangao@hotmail.com",
|
131
|
+
"package": "@fluentui/react-badge",
|
132
|
+
"commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
|
133
|
+
"comment": "Bump Fluent UI packages to 9.0.0-rc"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "behowell@microsoft.com",
|
137
|
+
"package": "@fluentui/react-badge",
|
138
|
+
"commit": "f5e7fa7a2129d3a4637a2ce777cecec435c256ec",
|
139
|
+
"comment": "Refactor and re-organize Badge styles; no visual changes."
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"author": "behowell@microsoft.com",
|
143
|
+
"package": "@fluentui/react-badge",
|
144
|
+
"commit": "3bc0517363984081469903ee137a06543f825f1c",
|
145
|
+
"comment": "Add fontSize styling to icon slot, to automatically size user-provided icons"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
149
|
+
"package": "@fluentui/react-badge",
|
150
|
+
"commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
|
151
|
+
"comment": "Updating based on changes to composition types."
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"author": "olfedias@microsoft.com",
|
155
|
+
"package": "@fluentui/react-badge",
|
156
|
+
"commit": "5a49512b8e33d5a588212069a1f2827b806d584c",
|
157
|
+
"comment": "update styles to not use CSS shorthands"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"author": "lingfangao@hotmail.com",
|
161
|
+
"package": "@fluentui/react-badge",
|
162
|
+
"commit": "4e5e955acede0fc79334ef90a563de4bd35ee231",
|
163
|
+
"comment": "fix: use updated tokens for ghost and outline variants"
|
164
|
+
},
|
165
|
+
{
|
166
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
167
|
+
"package": "@fluentui/react-badge",
|
168
|
+
"commit": "00a5d945904c896a0664de6ba72c145a255f0848",
|
169
|
+
"comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
|
170
|
+
},
|
171
|
+
{
|
172
|
+
"author": "tristan.watanabe@gmail.com",
|
173
|
+
"package": "@fluentui/react-badge",
|
174
|
+
"commit": "13f940ea4687d769dd2faf61edc27ff75f6bb565",
|
175
|
+
"comment": "Allow React 17 in peerDependencies."
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"author": "ololubek@microsoft.com",
|
179
|
+
"package": "@fluentui/react-badge",
|
180
|
+
"commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
|
181
|
+
"comment": "Update react-icons usage to resizable icons"
|
182
|
+
},
|
183
|
+
{
|
184
|
+
"author": "mgodbolt@microsoft.com",
|
185
|
+
"package": "@fluentui/react-badge",
|
186
|
+
"commit": "839ec14849e112b85aa321d034739ec421199141",
|
187
|
+
"comment": "remove export of commons types"
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"author": "behowell@microsoft.com",
|
191
|
+
"package": "@fluentui/react-badge",
|
192
|
+
"commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
|
193
|
+
"comment": "Refactor component Slot typings"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"author": "behowell@microsoft.com",
|
197
|
+
"package": "@fluentui/react-badge",
|
198
|
+
"commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
|
199
|
+
"comment": "Remove component's shorthandProps array"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
203
|
+
"package": "@fluentui/react-badge",
|
204
|
+
"commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
|
205
|
+
"comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"author": "olfedias@microsoft.com",
|
209
|
+
"package": "@fluentui/react-badge",
|
210
|
+
"commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
|
211
|
+
"comment": "update @fluentui/react-icons package"
|
212
|
+
},
|
213
|
+
{
|
214
|
+
"author": "olfedias@microsoft.com",
|
215
|
+
"package": "@fluentui/react-badge",
|
216
|
+
"commit": "8c75114e82b205810c9ac3692af71f6f7748225c",
|
217
|
+
"comment": "use Griffel packages"
|
218
|
+
},
|
219
|
+
{
|
220
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
221
|
+
"package": "@fluentui/react-badge",
|
222
|
+
"commit": "2c54271f07c30f65718e085084c2e5b213268dfd",
|
223
|
+
"comment": "react-badge: Replacing use of functions in makeStyles with direct use of tokens."
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"author": "behowell@microsoft.com",
|
227
|
+
"package": "@fluentui/react-badge",
|
228
|
+
"commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
|
229
|
+
"comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
|
230
|
+
},
|
231
|
+
{
|
232
|
+
"author": "lingfangao@hotmail.com",
|
233
|
+
"package": "@fluentui/react-badge",
|
234
|
+
"commit": "4e7acd7ff3c437663de70206416d3c19b6a87cfa",
|
235
|
+
"comment": "fix: Add uniform padding and modify gaps"
|
236
|
+
},
|
237
|
+
{
|
238
|
+
"author": "beachball",
|
239
|
+
"package": "@fluentui/react-badge",
|
240
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
|
241
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
242
|
+
},
|
243
|
+
{
|
244
|
+
"author": "beachball",
|
245
|
+
"package": "@fluentui/react-badge",
|
246
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
|
247
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
248
|
+
},
|
249
|
+
{
|
250
|
+
"author": "beachball",
|
251
|
+
"package": "@fluentui/react-badge",
|
252
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
|
253
|
+
"commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
|
254
|
+
}
|
255
|
+
]
|
256
|
+
}
|
257
|
+
},
|
258
|
+
{
|
259
|
+
"date": "Thu, 25 Nov 2021 08:34:11 GMT",
|
260
|
+
"tag": "@fluentui/react-badge_v9.0.0-beta.4",
|
261
|
+
"version": "9.0.0-beta.4",
|
262
|
+
"comments": {
|
263
|
+
"none": [
|
264
|
+
{
|
265
|
+
"author": "lingfangao@hotmail.com",
|
266
|
+
"package": "@fluentui/react-badge",
|
267
|
+
"commit": "cc3fe8e29cbb4b9d03f26e9a06b58d7aa24ffb65",
|
268
|
+
"comment": "Migrate package to use solution style ts-config"
|
269
|
+
}
|
270
|
+
],
|
271
|
+
"prerelease": [
|
272
|
+
{
|
273
|
+
"author": "lingfangao@hotmail.com",
|
274
|
+
"package": "@fluentui/react-badge",
|
275
|
+
"commit": "6183f8ae46233d7ecec2a3d12e7348b7b41eea0c",
|
276
|
+
"comment": "various styling fixes for base Badge component"
|
277
|
+
},
|
278
|
+
{
|
279
|
+
"author": "lingfangao@hotmail.com",
|
280
|
+
"package": "@fluentui/react-badge",
|
281
|
+
"commit": "c5c66cb39e6906f506bf30c9e56c0839f10e2d51",
|
282
|
+
"comment": "Reduce colour set and align with base badge colours"
|
283
|
+
},
|
284
|
+
{
|
285
|
+
"author": "ololubek@microsoft.com",
|
286
|
+
"package": "@fluentui/react-badge",
|
287
|
+
"commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
|
288
|
+
"comment": "update react-icons dependency"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"author": "lingfangao@hotmail.com",
|
292
|
+
"package": "@fluentui/react-badge",
|
293
|
+
"commit": "48e52fc91e41ab721c9842f8f68ac84ad569a851",
|
294
|
+
"comment": "Remove props and return correct presence icons"
|
295
|
+
},
|
296
|
+
{
|
297
|
+
"author": "beachball",
|
298
|
+
"package": "@fluentui/react-badge",
|
299
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
300
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "beachball",
|
304
|
+
"package": "@fluentui/react-badge",
|
305
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
|
306
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-badge",
|
311
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
312
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "beachball",
|
316
|
+
"package": "@fluentui/react-badge",
|
317
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
318
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-badge",
|
323
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
324
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-badge",
|
329
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
330
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
331
|
+
}
|
332
|
+
]
|
333
|
+
}
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"date": "Fri, 12 Nov 2021 13:25:15 GMT",
|
337
|
+
"tag": "@fluentui/react-badge_v9.0.0-beta.3",
|
338
|
+
"version": "9.0.0-beta.3",
|
339
|
+
"comments": {
|
340
|
+
"prerelease": [
|
341
|
+
{
|
342
|
+
"author": "olfedias@microsoft.com",
|
343
|
+
"package": "@fluentui/react-badge",
|
344
|
+
"commit": "e42f50656c1b703d88c398b114f225ba5f1f5f22",
|
345
|
+
"comment": "export static classes for components"
|
346
|
+
},
|
347
|
+
{
|
348
|
+
"author": "gcox@microsoft.com",
|
349
|
+
"package": "@fluentui/react-badge",
|
350
|
+
"commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
|
351
|
+
"comment": "Updated beta and RC components to ES2019"
|
352
|
+
},
|
353
|
+
{
|
354
|
+
"author": "beachball",
|
355
|
+
"package": "@fluentui/react-badge",
|
356
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
357
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
358
|
+
},
|
359
|
+
{
|
360
|
+
"author": "beachball",
|
361
|
+
"package": "@fluentui/react-badge",
|
362
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
|
363
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
364
|
+
},
|
365
|
+
{
|
366
|
+
"author": "beachball",
|
367
|
+
"package": "@fluentui/react-badge",
|
368
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
369
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"author": "beachball",
|
373
|
+
"package": "@fluentui/react-badge",
|
374
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
375
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"author": "beachball",
|
379
|
+
"package": "@fluentui/react-badge",
|
380
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
381
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
382
|
+
},
|
383
|
+
{
|
384
|
+
"author": "beachball",
|
385
|
+
"package": "@fluentui/react-badge",
|
386
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
387
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
388
|
+
}
|
389
|
+
],
|
390
|
+
"none": [
|
391
|
+
{
|
392
|
+
"author": "mgodbolt@microsoft.com",
|
393
|
+
"package": "@fluentui/react-badge",
|
394
|
+
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
395
|
+
"comment": "update docs descriptions"
|
396
|
+
},
|
397
|
+
{
|
398
|
+
"author": "lingfangao@hotmail.com",
|
399
|
+
"package": "@fluentui/react-badge",
|
400
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
401
|
+
"comment": "Remove beta release tag"
|
402
|
+
},
|
403
|
+
{
|
404
|
+
"author": "me@levithomason.com",
|
405
|
+
"package": "@fluentui/react-badge",
|
406
|
+
"commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
|
407
|
+
"comment": "Docs update"
|
408
|
+
}
|
409
|
+
]
|
410
|
+
}
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"date": "Wed, 27 Oct 2021 12:14:14 GMT",
|
414
|
+
"tag": "@fluentui/react-badge_v9.0.0-beta.2",
|
415
|
+
"version": "9.0.0-beta.2",
|
416
|
+
"comments": {
|
417
|
+
"none": [
|
418
|
+
{
|
419
|
+
"author": "olfedias@microsoft.com",
|
420
|
+
"package": "@fluentui/react-badge",
|
421
|
+
"commit": "7518a483df09e687ef56153d3f25da27802431a3",
|
422
|
+
"comment": "fix bundle size fixture"
|
423
|
+
},
|
424
|
+
{
|
425
|
+
"author": "olfedias@microsoft.com",
|
426
|
+
"package": "@fluentui/react-badge",
|
427
|
+
"commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
|
428
|
+
"comment": "remove unused story file"
|
429
|
+
}
|
430
|
+
],
|
431
|
+
"prerelease": [
|
432
|
+
{
|
433
|
+
"author": "gcox@microsoft.com",
|
434
|
+
"package": "@fluentui/react-badge",
|
435
|
+
"commit": "fd1d90fbddc49971db9f04e691d6dd16a0595f4a",
|
436
|
+
"comment": "Removed duplicate 'Badge' from story names"
|
437
|
+
},
|
438
|
+
{
|
439
|
+
"author": "peter@draxler.ml",
|
440
|
+
"package": "@fluentui/react-badge",
|
441
|
+
"commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
|
442
|
+
"comment": "added styling of documentation"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"author": "beachball",
|
446
|
+
"package": "@fluentui/react-badge",
|
447
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
|
448
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
449
|
+
},
|
450
|
+
{
|
451
|
+
"author": "beachball",
|
452
|
+
"package": "@fluentui/react-badge",
|
453
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
|
454
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
455
|
+
},
|
456
|
+
{
|
457
|
+
"author": "beachball",
|
458
|
+
"package": "@fluentui/react-badge",
|
459
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
|
460
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"author": "beachball",
|
464
|
+
"package": "@fluentui/react-badge",
|
465
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
|
466
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
467
|
+
},
|
468
|
+
{
|
469
|
+
"author": "beachball",
|
470
|
+
"package": "@fluentui/react-badge",
|
471
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
|
472
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"author": "beachball",
|
476
|
+
"package": "@fluentui/react-badge",
|
477
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
|
478
|
+
"commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
|
479
|
+
}
|
480
|
+
]
|
481
|
+
}
|
482
|
+
},
|
483
|
+
{
|
484
|
+
"date": "Wed, 06 Oct 2021 10:37:22 GMT",
|
485
|
+
"tag": "@fluentui/react-badge_v9.0.0-beta.1",
|
486
|
+
"version": "9.0.0-beta.1",
|
487
|
+
"comments": {
|
488
|
+
"prerelease": [
|
489
|
+
{
|
490
|
+
"author": "lingfangao@hotmail.com",
|
491
|
+
"package": "@fluentui/react-badge",
|
492
|
+
"comment": "Bump all v9 components to beta prerelease tag",
|
493
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
494
|
+
},
|
495
|
+
{
|
496
|
+
"author": "beachball",
|
497
|
+
"package": "@fluentui/react-badge",
|
498
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
|
499
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
500
|
+
},
|
501
|
+
{
|
502
|
+
"author": "beachball",
|
503
|
+
"package": "@fluentui/react-badge",
|
504
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-beta.1",
|
505
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"author": "beachball",
|
509
|
+
"package": "@fluentui/react-badge",
|
510
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
|
511
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
512
|
+
},
|
513
|
+
{
|
514
|
+
"author": "beachball",
|
515
|
+
"package": "@fluentui/react-badge",
|
516
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
|
517
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"author": "beachball",
|
521
|
+
"package": "@fluentui/react-badge",
|
522
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
|
523
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
524
|
+
},
|
525
|
+
{
|
526
|
+
"author": "beachball",
|
527
|
+
"package": "@fluentui/react-badge",
|
528
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
|
529
|
+
"commit": "5553164c190a4beb4780745d0e6403109e057913"
|
530
|
+
}
|
531
|
+
]
|
532
|
+
}
|
533
|
+
},
|
534
|
+
{
|
535
|
+
"date": "Tue, 05 Oct 2021 12:47:58 GMT",
|
536
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.92",
|
537
|
+
"version": "9.0.0-alpha.92",
|
538
|
+
"comments": {
|
539
|
+
"prerelease": [
|
540
|
+
{
|
541
|
+
"author": "beachball",
|
542
|
+
"package": "@fluentui/react-badge",
|
543
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
|
544
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
545
|
+
},
|
546
|
+
{
|
547
|
+
"author": "beachball",
|
548
|
+
"package": "@fluentui/react-badge",
|
549
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
|
550
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"author": "beachball",
|
554
|
+
"package": "@fluentui/react-badge",
|
555
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
|
556
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
557
|
+
},
|
558
|
+
{
|
559
|
+
"author": "beachball",
|
560
|
+
"package": "@fluentui/react-badge",
|
561
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
|
562
|
+
"commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
|
563
|
+
}
|
564
|
+
]
|
565
|
+
}
|
566
|
+
},
|
567
|
+
{
|
568
|
+
"date": "Tue, 05 Oct 2021 09:28:07 GMT",
|
569
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.91",
|
570
|
+
"version": "9.0.0-alpha.91",
|
571
|
+
"comments": {
|
572
|
+
"prerelease": [
|
573
|
+
{
|
574
|
+
"author": "bsunderhus@microsoft.com",
|
575
|
+
"package": "@fluentui/react-badge",
|
576
|
+
"comment": "Adds ForwardRefComponent to react-badge components declaration",
|
577
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
578
|
+
},
|
579
|
+
{
|
580
|
+
"author": "beachball",
|
581
|
+
"package": "@fluentui/react-badge",
|
582
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
|
583
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
584
|
+
},
|
585
|
+
{
|
586
|
+
"author": "beachball",
|
587
|
+
"package": "@fluentui/react-badge",
|
588
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
|
589
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"author": "beachball",
|
593
|
+
"package": "@fluentui/react-badge",
|
594
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
|
595
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
596
|
+
},
|
597
|
+
{
|
598
|
+
"author": "beachball",
|
599
|
+
"package": "@fluentui/react-badge",
|
600
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
|
601
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"author": "beachball",
|
605
|
+
"package": "@fluentui/react-badge",
|
606
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
|
607
|
+
"commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
|
608
|
+
}
|
609
|
+
]
|
610
|
+
}
|
611
|
+
},
|
612
|
+
{
|
613
|
+
"date": "Fri, 01 Oct 2021 14:13:08 GMT",
|
614
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.90",
|
615
|
+
"version": "9.0.0-alpha.90",
|
616
|
+
"comments": {
|
617
|
+
"prerelease": [
|
618
|
+
{
|
619
|
+
"author": "lingfangao@hotmail.com",
|
620
|
+
"package": "@fluentui/react-badge",
|
621
|
+
"comment": "Bump v9 prerelease versions to rerelease",
|
622
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"author": "beachball",
|
626
|
+
"package": "@fluentui/react-badge",
|
627
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
|
628
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
629
|
+
},
|
630
|
+
{
|
631
|
+
"author": "beachball",
|
632
|
+
"package": "@fluentui/react-badge",
|
633
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.26",
|
634
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
635
|
+
},
|
636
|
+
{
|
637
|
+
"author": "beachball",
|
638
|
+
"package": "@fluentui/react-badge",
|
639
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
|
640
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
641
|
+
},
|
642
|
+
{
|
643
|
+
"author": "beachball",
|
644
|
+
"package": "@fluentui/react-badge",
|
645
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
|
646
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
647
|
+
},
|
648
|
+
{
|
649
|
+
"author": "beachball",
|
650
|
+
"package": "@fluentui/react-badge",
|
651
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
|
652
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
653
|
+
},
|
654
|
+
{
|
655
|
+
"author": "beachball",
|
656
|
+
"package": "@fluentui/react-badge",
|
657
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
|
658
|
+
"commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
|
659
|
+
}
|
660
|
+
]
|
661
|
+
}
|
662
|
+
},
|
663
|
+
{
|
664
|
+
"date": "Wed, 29 Sep 2021 08:06:11 GMT",
|
665
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.88",
|
666
|
+
"version": "9.0.0-alpha.88",
|
667
|
+
"comments": {
|
668
|
+
"prerelease": [
|
669
|
+
{
|
670
|
+
"author": "peter@draxler.ml",
|
671
|
+
"package": "@fluentui/react-badge",
|
672
|
+
"comment": "Add Storybook Controls to Badge documentation",
|
673
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
674
|
+
},
|
675
|
+
{
|
676
|
+
"author": "beachball",
|
677
|
+
"package": "@fluentui/react-badge",
|
678
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
|
679
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
680
|
+
},
|
681
|
+
{
|
682
|
+
"author": "beachball",
|
683
|
+
"package": "@fluentui/react-badge",
|
684
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.24",
|
685
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
686
|
+
},
|
687
|
+
{
|
688
|
+
"author": "beachball",
|
689
|
+
"package": "@fluentui/react-badge",
|
690
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
|
691
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
692
|
+
},
|
693
|
+
{
|
694
|
+
"author": "beachball",
|
695
|
+
"package": "@fluentui/react-badge",
|
696
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
|
697
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
698
|
+
},
|
699
|
+
{
|
700
|
+
"author": "beachball",
|
701
|
+
"package": "@fluentui/react-badge",
|
702
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
|
703
|
+
"commit": "ede1575b3a5c8f893124af9415c53968564fb923"
|
704
|
+
}
|
705
|
+
]
|
706
|
+
}
|
707
|
+
},
|
708
|
+
{
|
709
|
+
"date": "Mon, 27 Sep 2021 08:06:00 GMT",
|
710
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.87",
|
711
|
+
"version": "9.0.0-alpha.87",
|
712
|
+
"comments": {
|
713
|
+
"prerelease": [
|
714
|
+
{
|
715
|
+
"author": "lingfangao@hotmail.com",
|
716
|
+
"package": "@fluentui/react-badge",
|
717
|
+
"comment": "Revert to ObjectShorthandProps for slots to allow correct typing in Avatar",
|
718
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
719
|
+
},
|
720
|
+
{
|
721
|
+
"author": "beachball",
|
722
|
+
"package": "@fluentui/react-badge",
|
723
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
|
724
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
725
|
+
},
|
726
|
+
{
|
727
|
+
"author": "beachball",
|
728
|
+
"package": "@fluentui/react-badge",
|
729
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
|
730
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
731
|
+
},
|
732
|
+
{
|
733
|
+
"author": "beachball",
|
734
|
+
"package": "@fluentui/react-badge",
|
735
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
|
736
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"author": "beachball",
|
740
|
+
"package": "@fluentui/react-badge",
|
741
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
|
742
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
743
|
+
},
|
744
|
+
{
|
745
|
+
"author": "beachball",
|
746
|
+
"package": "@fluentui/react-badge",
|
747
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
|
748
|
+
"commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
|
749
|
+
}
|
750
|
+
]
|
751
|
+
}
|
752
|
+
},
|
753
|
+
{
|
754
|
+
"date": "Fri, 24 Sep 2021 09:17:17 GMT",
|
755
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.86",
|
756
|
+
"version": "9.0.0-alpha.86",
|
757
|
+
"comments": {
|
758
|
+
"prerelease": [
|
759
|
+
{
|
760
|
+
"author": "gcox@microsoft.com",
|
761
|
+
"package": "@fluentui/react-badge",
|
762
|
+
"comment": "Update BadgeProps for consistency",
|
763
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
764
|
+
},
|
765
|
+
{
|
766
|
+
"author": "beachball",
|
767
|
+
"package": "@fluentui/react-badge",
|
768
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
|
769
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
770
|
+
},
|
771
|
+
{
|
772
|
+
"author": "beachball",
|
773
|
+
"package": "@fluentui/react-badge",
|
774
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
|
775
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
776
|
+
},
|
777
|
+
{
|
778
|
+
"author": "beachball",
|
779
|
+
"package": "@fluentui/react-badge",
|
780
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
|
781
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
782
|
+
},
|
783
|
+
{
|
784
|
+
"author": "beachball",
|
785
|
+
"package": "@fluentui/react-badge",
|
786
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
|
787
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
788
|
+
},
|
789
|
+
{
|
790
|
+
"author": "beachball",
|
791
|
+
"package": "@fluentui/react-badge",
|
792
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
|
793
|
+
"commit": "0d26909912889432060fd4c87b2f4a45017e1532"
|
794
|
+
}
|
795
|
+
]
|
796
|
+
}
|
797
|
+
},
|
798
|
+
{
|
799
|
+
"date": "Thu, 23 Sep 2021 08:21:34 GMT",
|
800
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.85",
|
801
|
+
"version": "9.0.0-alpha.85",
|
802
|
+
"comments": {
|
803
|
+
"prerelease": [
|
804
|
+
{
|
805
|
+
"author": "beachball",
|
806
|
+
"package": "@fluentui/react-badge",
|
807
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
|
808
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
809
|
+
},
|
810
|
+
{
|
811
|
+
"author": "beachball",
|
812
|
+
"package": "@fluentui/react-badge",
|
813
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
|
814
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
815
|
+
},
|
816
|
+
{
|
817
|
+
"author": "beachball",
|
818
|
+
"package": "@fluentui/react-badge",
|
819
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
|
820
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
821
|
+
},
|
822
|
+
{
|
823
|
+
"author": "beachball",
|
824
|
+
"package": "@fluentui/react-badge",
|
825
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
|
826
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
827
|
+
},
|
828
|
+
{
|
829
|
+
"author": "beachball",
|
830
|
+
"package": "@fluentui/react-badge",
|
831
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
|
832
|
+
"commit": "95682da34c48813f7658032ae490d21d2f363b90"
|
833
|
+
}
|
834
|
+
]
|
835
|
+
}
|
836
|
+
},
|
837
|
+
{
|
838
|
+
"date": "Wed, 22 Sep 2021 10:10:07 GMT",
|
839
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.84",
|
840
|
+
"version": "9.0.0-alpha.84",
|
841
|
+
"comments": {
|
842
|
+
"prerelease": [
|
843
|
+
{
|
844
|
+
"author": "lingfangao@hotmail.com",
|
845
|
+
"package": "@fluentui/react-badge",
|
846
|
+
"comment": "refactor(Badge): Remove `mergeProps` and migrate to simple slots",
|
847
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
848
|
+
},
|
849
|
+
{
|
850
|
+
"author": "beachball",
|
851
|
+
"package": "@fluentui/react-badge",
|
852
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
|
853
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
854
|
+
},
|
855
|
+
{
|
856
|
+
"author": "beachball",
|
857
|
+
"package": "@fluentui/react-badge",
|
858
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
|
859
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
860
|
+
},
|
861
|
+
{
|
862
|
+
"author": "beachball",
|
863
|
+
"package": "@fluentui/react-badge",
|
864
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
|
865
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
866
|
+
},
|
867
|
+
{
|
868
|
+
"author": "beachball",
|
869
|
+
"package": "@fluentui/react-badge",
|
870
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
|
871
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
872
|
+
},
|
873
|
+
{
|
874
|
+
"author": "beachball",
|
875
|
+
"package": "@fluentui/react-badge",
|
876
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
|
877
|
+
"commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
|
878
|
+
}
|
879
|
+
]
|
880
|
+
}
|
881
|
+
},
|
882
|
+
{
|
883
|
+
"date": "Tue, 21 Sep 2021 07:42:34 GMT",
|
884
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.83",
|
885
|
+
"version": "9.0.0-alpha.83",
|
886
|
+
"comments": {
|
887
|
+
"prerelease": [
|
888
|
+
{
|
889
|
+
"author": "gcox@microsoft.com",
|
890
|
+
"package": "@fluentui/react-badge",
|
891
|
+
"comment": "Updating to types over interfaces",
|
892
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
893
|
+
},
|
894
|
+
{
|
895
|
+
"author": "beachball",
|
896
|
+
"package": "@fluentui/react-badge",
|
897
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
|
898
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
899
|
+
},
|
900
|
+
{
|
901
|
+
"author": "beachball",
|
902
|
+
"package": "@fluentui/react-badge",
|
903
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.23",
|
904
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"author": "beachball",
|
908
|
+
"package": "@fluentui/react-badge",
|
909
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
|
910
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"author": "beachball",
|
914
|
+
"package": "@fluentui/react-badge",
|
915
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
|
916
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
917
|
+
},
|
918
|
+
{
|
919
|
+
"author": "beachball",
|
920
|
+
"package": "@fluentui/react-badge",
|
921
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
|
922
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
923
|
+
}
|
924
|
+
],
|
925
|
+
"none": [
|
926
|
+
{
|
927
|
+
"author": "elcraig@microsoft.com",
|
928
|
+
"package": "@fluentui/react-badge",
|
929
|
+
"comment": "Remove unnecessary docCategory tags",
|
930
|
+
"commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
|
931
|
+
}
|
932
|
+
]
|
933
|
+
}
|
934
|
+
},
|
935
|
+
{
|
936
|
+
"date": "Mon, 20 Sep 2021 07:36:26 GMT",
|
937
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.82",
|
938
|
+
"version": "9.0.0-alpha.82",
|
939
|
+
"comments": {
|
940
|
+
"none": [
|
941
|
+
{
|
942
|
+
"author": "lingfangao@hotmail.com",
|
943
|
+
"package": "@fluentui/react-badge",
|
944
|
+
"comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
|
945
|
+
"commit": "b8a304770f77c0353553a152dad34421070400a6"
|
946
|
+
}
|
947
|
+
],
|
948
|
+
"prerelease": [
|
949
|
+
{
|
950
|
+
"author": "lingfangao@hotmail.com",
|
951
|
+
"package": "@fluentui/react-badge",
|
952
|
+
"commit": "b8a304770f77c0353553a152dad34421070400a6",
|
953
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-alpha.82"
|
954
|
+
}
|
955
|
+
]
|
956
|
+
}
|
957
|
+
},
|
958
|
+
{
|
959
|
+
"date": "Fri, 17 Sep 2021 07:35:26 GMT",
|
960
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.81",
|
961
|
+
"version": "9.0.0-alpha.81",
|
962
|
+
"comments": {
|
963
|
+
"prerelease": [
|
964
|
+
{
|
965
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
966
|
+
"package": "@fluentui/react-badge",
|
967
|
+
"commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
|
968
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-alpha.81"
|
969
|
+
}
|
970
|
+
]
|
971
|
+
}
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"date": "Thu, 16 Sep 2021 07:38:39 GMT",
|
975
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.80",
|
976
|
+
"version": "9.0.0-alpha.80",
|
977
|
+
"comments": {
|
978
|
+
"prerelease": [
|
979
|
+
{
|
980
|
+
"author": "behowell@microsoft.com",
|
981
|
+
"package": "@fluentui/react-badge",
|
982
|
+
"commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
|
983
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-alpha.80"
|
984
|
+
}
|
985
|
+
]
|
986
|
+
}
|
987
|
+
},
|
988
|
+
{
|
989
|
+
"date": "Tue, 14 Sep 2021 20:09:02 GMT",
|
990
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.79",
|
991
|
+
"version": "9.0.0-alpha.79",
|
992
|
+
"comments": {
|
993
|
+
"prerelease": [
|
994
|
+
{
|
995
|
+
"author": "bsunderhus@microsoft.com",
|
996
|
+
"package": "@fluentui/react-badge",
|
997
|
+
"commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
|
998
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-alpha.79"
|
999
|
+
}
|
1000
|
+
]
|
1001
|
+
}
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"date": "Fri, 10 Sep 2021 16:31:53 GMT",
|
1005
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.78",
|
1006
|
+
"version": "9.0.0-alpha.78",
|
1007
|
+
"comments": {
|
1008
|
+
"prerelease": [
|
1009
|
+
{
|
1010
|
+
"author": "lingfangao@hotmail.com",
|
1011
|
+
"package": "@fluentui/react-badge",
|
1012
|
+
"comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
|
1013
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
|
1014
|
+
},
|
1015
|
+
{
|
1016
|
+
"author": "lingfangao@hotmail.com",
|
1017
|
+
"package": "@fluentui/react-badge",
|
1018
|
+
"commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
|
1019
|
+
"comment": "Bump @fluentui/react-badge to v9.0.0-alpha.78"
|
1020
|
+
}
|
1021
|
+
]
|
1022
|
+
}
|
1023
|
+
},
|
1024
|
+
{
|
1025
|
+
"date": "Fri, 10 Sep 2021 07:39:51 GMT",
|
1026
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.77",
|
1027
|
+
"version": "9.0.0-alpha.77",
|
1028
|
+
"comments": {
|
1029
|
+
"prerelease": [
|
1030
|
+
{
|
1031
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
|
1032
|
+
"author": "behowell@microsoft.com",
|
1033
|
+
"commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
|
1034
|
+
"package": "@fluentui/react-badge"
|
1035
|
+
}
|
1036
|
+
]
|
1037
|
+
}
|
1038
|
+
},
|
1039
|
+
{
|
1040
|
+
"date": "Thu, 09 Sep 2021 07:39:06 GMT",
|
1041
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.76",
|
1042
|
+
"version": "9.0.0-alpha.76",
|
1043
|
+
"comments": {
|
1044
|
+
"none": [
|
1045
|
+
{
|
1046
|
+
"author": "email not defined",
|
1047
|
+
"commit": "70480659e5f969c30fdfa87e13e0b427bb8326f6",
|
1048
|
+
"package": "@fluentui/react-badge"
|
1049
|
+
}
|
1050
|
+
]
|
1051
|
+
}
|
1052
|
+
},
|
1053
|
+
{
|
1054
|
+
"date": "Tue, 07 Sep 2021 07:34:55 GMT",
|
1055
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.76",
|
1056
|
+
"version": "9.0.0-alpha.76",
|
1057
|
+
"comments": {
|
1058
|
+
"none": [
|
1059
|
+
{
|
1060
|
+
"comment": "Bump @fluentui/react-conformance to v0.5.0",
|
1061
|
+
"author": "olfedias@microsoft.com",
|
1062
|
+
"commit": "37e0f35eb706d40c4537010de97db94a831022d3",
|
1063
|
+
"package": "@fluentui/react-badge"
|
1064
|
+
}
|
1065
|
+
]
|
1066
|
+
}
|
1067
|
+
},
|
1068
|
+
{
|
1069
|
+
"date": "Mon, 06 Sep 2021 07:34:53 GMT",
|
1070
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.76",
|
1071
|
+
"version": "9.0.0-alpha.76",
|
1072
|
+
"comments": {
|
1073
|
+
"prerelease": [
|
1074
|
+
{
|
1075
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
|
1076
|
+
"author": "lingfangao@hotmail.com",
|
1077
|
+
"commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
|
1078
|
+
"package": "@fluentui/react-badge"
|
1079
|
+
}
|
1080
|
+
]
|
1081
|
+
}
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"date": "Fri, 03 Sep 2021 00:13:07 GMT",
|
1085
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.75",
|
1086
|
+
"version": "9.0.0-alpha.75",
|
1087
|
+
"comments": {
|
1088
|
+
"none": [
|
1089
|
+
{
|
1090
|
+
"comment": "enable makeStyles conformance tests",
|
1091
|
+
"author": "olfedias@microsoft.com",
|
1092
|
+
"commit": "ec2c14a39b6a2f2cadfd27a56f567645b996c1b9",
|
1093
|
+
"package": "@fluentui/react-badge"
|
1094
|
+
}
|
1095
|
+
]
|
1096
|
+
}
|
1097
|
+
},
|
1098
|
+
{
|
1099
|
+
"date": "Thu, 02 Sep 2021 07:36:46 GMT",
|
1100
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.75",
|
1101
|
+
"version": "9.0.0-alpha.75",
|
1102
|
+
"comments": {
|
1103
|
+
"prerelease": [
|
1104
|
+
{
|
1105
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
|
1106
|
+
"author": "olfedias@microsoft.com",
|
1107
|
+
"commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
|
1108
|
+
"package": "@fluentui/react-badge"
|
1109
|
+
}
|
1110
|
+
],
|
1111
|
+
"patch": [
|
1112
|
+
{
|
1113
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.5",
|
1114
|
+
"author": "olfedias@microsoft.com",
|
1115
|
+
"commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
|
1116
|
+
"package": "@fluentui/react-badge"
|
1117
|
+
}
|
1118
|
+
]
|
1119
|
+
}
|
1120
|
+
},
|
1121
|
+
{
|
1122
|
+
"date": "Wed, 01 Sep 2021 07:39:56 GMT",
|
1123
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.74",
|
1124
|
+
"version": "9.0.0-alpha.74",
|
1125
|
+
"comments": {
|
1126
|
+
"prerelease": [
|
1127
|
+
{
|
1128
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
|
1129
|
+
"author": "bsunderhus@microsoft.com",
|
1130
|
+
"commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
|
1131
|
+
"package": "@fluentui/react-badge"
|
1132
|
+
}
|
1133
|
+
]
|
1134
|
+
}
|
1135
|
+
},
|
1136
|
+
{
|
1137
|
+
"date": "Tue, 31 Aug 2021 07:37:47 GMT",
|
1138
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.73",
|
1139
|
+
"version": "9.0.0-alpha.73",
|
1140
|
+
"comments": {
|
1141
|
+
"prerelease": [
|
1142
|
+
{
|
1143
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
|
1144
|
+
"author": "lingfan.gao@microsoft.com",
|
1145
|
+
"commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
|
1146
|
+
"package": "@fluentui/react-badge"
|
1147
|
+
}
|
1148
|
+
]
|
1149
|
+
}
|
1150
|
+
},
|
1151
|
+
{
|
1152
|
+
"date": "Mon, 30 Aug 2021 07:35:05 GMT",
|
1153
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.72",
|
1154
|
+
"version": "9.0.0-alpha.72",
|
1155
|
+
"comments": {
|
1156
|
+
"prerelease": [
|
1157
|
+
{
|
1158
|
+
"comment": "Updating TypeScript type-only imports/exports to use import/export type syntax.",
|
1159
|
+
"author": "dzearing@hotmail.com",
|
1160
|
+
"commit": "e2ee214821eeb15080fa66ea0905dee4838fb291",
|
1161
|
+
"package": "@fluentui/react-badge"
|
1162
|
+
}
|
1163
|
+
]
|
1164
|
+
}
|
1165
|
+
},
|
1166
|
+
{
|
1167
|
+
"date": "Fri, 27 Aug 2021 07:33:32 GMT",
|
1168
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.71",
|
1169
|
+
"version": "9.0.0-alpha.71",
|
1170
|
+
"comments": {
|
1171
|
+
"prerelease": [
|
1172
|
+
{
|
1173
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
|
1174
|
+
"author": "olfedias@microsoft.com",
|
1175
|
+
"commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
|
1176
|
+
"package": "@fluentui/react-badge"
|
1177
|
+
}
|
1178
|
+
]
|
1179
|
+
}
|
1180
|
+
},
|
1181
|
+
{
|
1182
|
+
"date": "Thu, 26 Aug 2021 07:35:43 GMT",
|
1183
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.70",
|
1184
|
+
"version": "9.0.0-alpha.70",
|
1185
|
+
"comments": {
|
1186
|
+
"prerelease": [
|
1187
|
+
{
|
1188
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
|
1189
|
+
"author": "martinhochel@microsoft.com",
|
1190
|
+
"commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
|
1191
|
+
"package": "@fluentui/react-badge"
|
1192
|
+
}
|
1193
|
+
],
|
1194
|
+
"none": [
|
1195
|
+
{
|
1196
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
|
1197
|
+
"author": "martinhochel@microsoft.com",
|
1198
|
+
"commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
|
1199
|
+
"package": "@fluentui/react-badge"
|
1200
|
+
}
|
1201
|
+
]
|
1202
|
+
}
|
1203
|
+
},
|
1204
|
+
{
|
1205
|
+
"date": "Tue, 24 Aug 2021 07:34:48 GMT",
|
1206
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.69",
|
1207
|
+
"version": "9.0.0-alpha.69",
|
1208
|
+
"comments": {
|
1209
|
+
"none": [
|
1210
|
+
{
|
1211
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
|
1212
|
+
"author": "dzearing@hotmail.com",
|
1213
|
+
"commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
|
1214
|
+
"package": "@fluentui/react-badge"
|
1215
|
+
}
|
1216
|
+
]
|
1217
|
+
}
|
1218
|
+
},
|
1219
|
+
{
|
1220
|
+
"date": "Fri, 20 Aug 2021 07:37:28 GMT",
|
1221
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.69",
|
1222
|
+
"version": "9.0.0-alpha.69",
|
1223
|
+
"comments": {
|
1224
|
+
"prerelease": [
|
1225
|
+
{
|
1226
|
+
"comment": "Update .npmignore",
|
1227
|
+
"author": "elcraig@microsoft.com",
|
1228
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
1229
|
+
"package": "@fluentui/react-badge"
|
1230
|
+
}
|
1231
|
+
],
|
1232
|
+
"none": [
|
1233
|
+
{
|
1234
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
|
1235
|
+
"author": "elcraig@microsoft.com",
|
1236
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
1237
|
+
"package": "@fluentui/react-badge"
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.4.0",
|
1241
|
+
"author": "behowell@microsoft.com",
|
1242
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
1243
|
+
"package": "@fluentui/react-badge"
|
1244
|
+
},
|
1245
|
+
{
|
1246
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
|
1247
|
+
"author": "elcraig@microsoft.com",
|
1248
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
1249
|
+
"package": "@fluentui/react-badge"
|
1250
|
+
},
|
1251
|
+
{
|
1252
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
|
1253
|
+
"author": "elcraig@microsoft.com",
|
1254
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
1255
|
+
"package": "@fluentui/react-badge"
|
1256
|
+
},
|
1257
|
+
{
|
1258
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
|
1259
|
+
"author": "elcraig@microsoft.com",
|
1260
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
1261
|
+
"package": "@fluentui/react-badge"
|
1262
|
+
},
|
1263
|
+
{
|
1264
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.4",
|
1265
|
+
"author": "behowell@microsoft.com",
|
1266
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
1267
|
+
"package": "@fluentui/react-badge"
|
1268
|
+
},
|
1269
|
+
{
|
1270
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.21",
|
1271
|
+
"author": "elcraig@microsoft.com",
|
1272
|
+
"commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
|
1273
|
+
"package": "@fluentui/react-badge"
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
1277
|
+
"author": "behowell@microsoft.com",
|
1278
|
+
"commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
|
1279
|
+
"package": "@fluentui/react-badge"
|
1280
|
+
}
|
1281
|
+
]
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"date": "Thu, 19 Aug 2021 07:41:35 GMT",
|
1286
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.68",
|
1287
|
+
"version": "9.0.0-alpha.68",
|
1288
|
+
"comments": {
|
1289
|
+
"prerelease": [
|
1290
|
+
{
|
1291
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
|
1292
|
+
"author": "bsunderhus@microsoft.com",
|
1293
|
+
"commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
|
1294
|
+
"package": "@fluentui/react-badge"
|
1295
|
+
}
|
1296
|
+
]
|
1297
|
+
}
|
1298
|
+
},
|
1299
|
+
{
|
1300
|
+
"date": "Wed, 18 Aug 2021 07:33:54 GMT",
|
1301
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.67",
|
1302
|
+
"version": "9.0.0-alpha.67",
|
1303
|
+
"comments": {
|
1304
|
+
"none": [
|
1305
|
+
{
|
1306
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
|
1307
|
+
"author": "martinhochel@microsoft.com",
|
1308
|
+
"commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
|
1309
|
+
"package": "@fluentui/react-badge"
|
1310
|
+
}
|
1311
|
+
]
|
1312
|
+
}
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"date": "Fri, 13 Aug 2021 07:36:34 GMT",
|
1316
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.67",
|
1317
|
+
"version": "9.0.0-alpha.67",
|
1318
|
+
"comments": {
|
1319
|
+
"prerelease": [
|
1320
|
+
{
|
1321
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
|
1322
|
+
"author": "olfedias@microsoft.com",
|
1323
|
+
"commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
|
1324
|
+
"package": "@fluentui/react-badge"
|
1325
|
+
}
|
1326
|
+
]
|
1327
|
+
}
|
1328
|
+
},
|
1329
|
+
{
|
1330
|
+
"date": "Wed, 11 Aug 2021 07:34:54 GMT",
|
1331
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.66",
|
1332
|
+
"version": "9.0.0-alpha.66",
|
1333
|
+
"comments": {
|
1334
|
+
"prerelease": [
|
1335
|
+
{
|
1336
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
|
1337
|
+
"author": "olfedias@microsoft.com",
|
1338
|
+
"commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
|
1339
|
+
"package": "@fluentui/react-badge"
|
1340
|
+
}
|
1341
|
+
]
|
1342
|
+
}
|
1343
|
+
},
|
1344
|
+
{
|
1345
|
+
"date": "Mon, 09 Aug 2021 07:35:14 GMT",
|
1346
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.65",
|
1347
|
+
"version": "9.0.0-alpha.65",
|
1348
|
+
"comments": {
|
1349
|
+
"none": [
|
1350
|
+
{
|
1351
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
|
1352
|
+
"author": "czearing@outlook.com",
|
1353
|
+
"commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
|
1354
|
+
"package": "@fluentui/react-badge"
|
1355
|
+
}
|
1356
|
+
]
|
1357
|
+
}
|
1358
|
+
},
|
1359
|
+
{
|
1360
|
+
"date": "Fri, 06 Aug 2021 07:35:14 GMT",
|
1361
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.65",
|
1362
|
+
"version": "9.0.0-alpha.65",
|
1363
|
+
"comments": {
|
1364
|
+
"prerelease": [
|
1365
|
+
{
|
1366
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
|
1367
|
+
"author": "jspurlin@microsoft.com",
|
1368
|
+
"commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
|
1369
|
+
"package": "@fluentui/react-badge"
|
1370
|
+
}
|
1371
|
+
]
|
1372
|
+
}
|
1373
|
+
},
|
1374
|
+
{
|
1375
|
+
"date": "Wed, 04 Aug 2021 07:34:12 GMT",
|
1376
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.64",
|
1377
|
+
"version": "9.0.0-alpha.64",
|
1378
|
+
"comments": {
|
1379
|
+
"none": [
|
1380
|
+
{
|
1381
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
|
1382
|
+
"author": "czearing@outlook.com",
|
1383
|
+
"commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
|
1384
|
+
"package": "@fluentui/react-badge"
|
1385
|
+
}
|
1386
|
+
]
|
1387
|
+
}
|
1388
|
+
},
|
1389
|
+
{
|
1390
|
+
"date": "Tue, 03 Aug 2021 07:39:30 GMT",
|
1391
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.64",
|
1392
|
+
"version": "9.0.0-alpha.64",
|
1393
|
+
"comments": {
|
1394
|
+
"patch": [
|
1395
|
+
{
|
1396
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.3",
|
1397
|
+
"author": "behowell@microsoft.com",
|
1398
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
1399
|
+
"package": "@fluentui/react-badge"
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.4",
|
1403
|
+
"author": "behowell@microsoft.com",
|
1404
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
1405
|
+
"package": "@fluentui/react-badge"
|
1406
|
+
},
|
1407
|
+
{
|
1408
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
1409
|
+
"author": "behowell@microsoft.com",
|
1410
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
1411
|
+
"package": "@fluentui/react-badge"
|
1412
|
+
}
|
1413
|
+
],
|
1414
|
+
"prerelease": [
|
1415
|
+
{
|
1416
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
|
1417
|
+
"author": "behowell@microsoft.com",
|
1418
|
+
"commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
|
1419
|
+
"package": "@fluentui/react-badge"
|
1420
|
+
}
|
1421
|
+
]
|
1422
|
+
}
|
1423
|
+
},
|
1424
|
+
{
|
1425
|
+
"date": "Mon, 02 Aug 2021 07:36:20 GMT",
|
1426
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.63",
|
1427
|
+
"version": "9.0.0-alpha.63",
|
1428
|
+
"comments": {
|
1429
|
+
"prerelease": [
|
1430
|
+
{
|
1431
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
|
1432
|
+
"author": "lingfan.gao@microsoft.com",
|
1433
|
+
"commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
|
1434
|
+
"package": "@fluentui/react-badge"
|
1435
|
+
}
|
1436
|
+
]
|
1437
|
+
}
|
1438
|
+
},
|
1439
|
+
{
|
1440
|
+
"date": "Mon, 26 Jul 2021 07:37:30 GMT",
|
1441
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.62",
|
1442
|
+
"version": "9.0.0-alpha.62",
|
1443
|
+
"comments": {
|
1444
|
+
"prerelease": [
|
1445
|
+
{
|
1446
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
|
1447
|
+
"author": "miroslav.stastny@microsoft.com",
|
1448
|
+
"commit": "aa570c511fdcef015696f07182af8bb251311406",
|
1449
|
+
"package": "@fluentui/react-badge"
|
1450
|
+
}
|
1451
|
+
]
|
1452
|
+
}
|
1453
|
+
},
|
1454
|
+
{
|
1455
|
+
"date": "Fri, 23 Jul 2021 07:38:19 GMT",
|
1456
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.61",
|
1457
|
+
"version": "9.0.0-alpha.61",
|
1458
|
+
"comments": {
|
1459
|
+
"prerelease": [
|
1460
|
+
{
|
1461
|
+
"comment": "Update theme tokens",
|
1462
|
+
"author": "miroslav.stastny@microsoft.com",
|
1463
|
+
"commit": "5d812148593dc574a6f3a343a5657614b4d10456",
|
1464
|
+
"package": "@fluentui/react-badge"
|
1465
|
+
}
|
1466
|
+
]
|
1467
|
+
}
|
1468
|
+
},
|
1469
|
+
{
|
1470
|
+
"date": "Thu, 22 Jul 2021 07:36:55 GMT",
|
1471
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.60",
|
1472
|
+
"version": "9.0.0-alpha.60",
|
1473
|
+
"comments": {
|
1474
|
+
"prerelease": [
|
1475
|
+
{
|
1476
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.29",
|
1477
|
+
"author": "lingfan.gao@microsoft.com",
|
1478
|
+
"commit": "84296aa8db9ddbf0250f24703fb304c360ff05e1",
|
1479
|
+
"package": "@fluentui/react-badge"
|
1480
|
+
}
|
1481
|
+
]
|
1482
|
+
}
|
1483
|
+
},
|
1484
|
+
{
|
1485
|
+
"date": "Tue, 20 Jul 2021 22:23:17 GMT",
|
1486
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.59",
|
1487
|
+
"version": "9.0.0-alpha.59",
|
1488
|
+
"comments": {
|
1489
|
+
"none": [
|
1490
|
+
{
|
1491
|
+
"comment": "add bundle size fixtures",
|
1492
|
+
"author": "olfedias@microsoft.com",
|
1493
|
+
"commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
|
1494
|
+
"package": "@fluentui/react-badge"
|
1495
|
+
},
|
1496
|
+
{
|
1497
|
+
"comment": "Sync babel-make-styles with published version",
|
1498
|
+
"author": "elcraig@microsoft.com",
|
1499
|
+
"commit": "d57f601738c32dfa1e651529d8edfec10a6b46b7",
|
1500
|
+
"package": "@fluentui/react-badge"
|
1501
|
+
},
|
1502
|
+
{
|
1503
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
|
1504
|
+
"author": "olfedias@microsoft.com",
|
1505
|
+
"commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
|
1506
|
+
"package": "@fluentui/react-badge"
|
1507
|
+
},
|
1508
|
+
{
|
1509
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
|
1510
|
+
"author": "olfedias@microsoft.com",
|
1511
|
+
"commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
|
1512
|
+
"package": "@fluentui/react-badge"
|
1513
|
+
},
|
1514
|
+
{
|
1515
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
|
1516
|
+
"author": "olfedias@microsoft.com",
|
1517
|
+
"commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
|
1518
|
+
"package": "@fluentui/react-badge"
|
1519
|
+
}
|
1520
|
+
],
|
1521
|
+
"prerelease": [
|
1522
|
+
{
|
1523
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.28",
|
1524
|
+
"author": "olfedias@microsoft.com",
|
1525
|
+
"commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
|
1526
|
+
"package": "@fluentui/react-badge"
|
1527
|
+
}
|
1528
|
+
]
|
1529
|
+
}
|
1530
|
+
},
|
1531
|
+
{
|
1532
|
+
"date": "Fri, 16 Jul 2021 22:53:17 GMT",
|
1533
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.58",
|
1534
|
+
"version": "9.0.0-alpha.58",
|
1535
|
+
"comments": {
|
1536
|
+
"prerelease": [
|
1537
|
+
{
|
1538
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.26",
|
1539
|
+
"author": "olfedias@microsoft.com",
|
1540
|
+
"commit": "91e053b6cfb80ed71f99957fc1e6b92f67920ab3",
|
1541
|
+
"package": "@fluentui/react-badge"
|
1542
|
+
}
|
1543
|
+
]
|
1544
|
+
}
|
1545
|
+
},
|
1546
|
+
{
|
1547
|
+
"date": "Thu, 15 Jul 2021 07:36:18 GMT",
|
1548
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.57",
|
1549
|
+
"version": "9.0.0-alpha.57",
|
1550
|
+
"comments": {
|
1551
|
+
"prerelease": [
|
1552
|
+
{
|
1553
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
|
1554
|
+
"author": "bsunderhus@microsoft.com",
|
1555
|
+
"commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
|
1556
|
+
"package": "@fluentui/react-badge"
|
1557
|
+
}
|
1558
|
+
]
|
1559
|
+
}
|
1560
|
+
},
|
1561
|
+
{
|
1562
|
+
"date": "Tue, 13 Jul 2021 22:32:58 GMT",
|
1563
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.56",
|
1564
|
+
"version": "9.0.0-alpha.56",
|
1565
|
+
"comments": {
|
1566
|
+
"patch": [
|
1567
|
+
{
|
1568
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.3",
|
1569
|
+
"author": "elcraig@microsoft.com",
|
1570
|
+
"commit": "12b74625dec55bd1919f6370513043d87705e5ea",
|
1571
|
+
"package": "@fluentui/react-badge"
|
1572
|
+
}
|
1573
|
+
]
|
1574
|
+
}
|
1575
|
+
},
|
1576
|
+
{
|
1577
|
+
"date": "Tue, 13 Jul 2021 07:35:36 GMT",
|
1578
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.55",
|
1579
|
+
"version": "9.0.0-alpha.55",
|
1580
|
+
"comments": {
|
1581
|
+
"prerelease": [
|
1582
|
+
{
|
1583
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.24",
|
1584
|
+
"author": "behowell@microsoft.com",
|
1585
|
+
"commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
|
1586
|
+
"package": "@fluentui/react-badge"
|
1587
|
+
}
|
1588
|
+
]
|
1589
|
+
}
|
1590
|
+
},
|
1591
|
+
{
|
1592
|
+
"date": "Fri, 09 Jul 2021 07:39:31 GMT",
|
1593
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.54",
|
1594
|
+
"version": "9.0.0-alpha.54",
|
1595
|
+
"comments": {
|
1596
|
+
"patch": [
|
1597
|
+
{
|
1598
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.2",
|
1599
|
+
"author": "martinhochel@microsoft.com",
|
1600
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
1601
|
+
"package": "@fluentui/react-badge"
|
1602
|
+
},
|
1603
|
+
{
|
1604
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.2",
|
1605
|
+
"author": "martinhochel@microsoft.com",
|
1606
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
1607
|
+
"package": "@fluentui/react-badge"
|
1608
|
+
},
|
1609
|
+
{
|
1610
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
1611
|
+
"author": "martinhochel@microsoft.com",
|
1612
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
1613
|
+
"package": "@fluentui/react-badge"
|
1614
|
+
}
|
1615
|
+
],
|
1616
|
+
"prerelease": [
|
1617
|
+
{
|
1618
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.23",
|
1619
|
+
"author": "martinhochel@microsoft.com",
|
1620
|
+
"commit": "18902eb64710aa6253a79781357b8390bb13665c",
|
1621
|
+
"package": "@fluentui/react-badge"
|
1622
|
+
}
|
1623
|
+
]
|
1624
|
+
}
|
1625
|
+
},
|
1626
|
+
{
|
1627
|
+
"date": "Fri, 02 Jul 2021 23:15:55 GMT",
|
1628
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.53",
|
1629
|
+
"version": "9.0.0-alpha.53",
|
1630
|
+
"comments": {
|
1631
|
+
"prerelease": [
|
1632
|
+
{
|
1633
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.22",
|
1634
|
+
"author": "olfedias@microsoft.com",
|
1635
|
+
"commit": "936b45148b58d15c9c843f0503f7bdf12b9da4e9",
|
1636
|
+
"package": "@fluentui/react-badge"
|
1637
|
+
}
|
1638
|
+
]
|
1639
|
+
}
|
1640
|
+
},
|
1641
|
+
{
|
1642
|
+
"date": "Fri, 02 Jul 2021 07:37:06 GMT",
|
1643
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.52",
|
1644
|
+
"version": "9.0.0-alpha.52",
|
1645
|
+
"comments": {
|
1646
|
+
"prerelease": [
|
1647
|
+
{
|
1648
|
+
"comment": "Rename typings and getSlots to have the Compat Suffix",
|
1649
|
+
"author": "bsunderhus@microsoft.com",
|
1650
|
+
"commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
|
1651
|
+
"package": "@fluentui/react-badge"
|
1652
|
+
}
|
1653
|
+
],
|
1654
|
+
"none": [
|
1655
|
+
{
|
1656
|
+
"comment": "Migrate to new DX",
|
1657
|
+
"author": "tkrasniqi@microsoft.com",
|
1658
|
+
"commit": "35595426665827aee8852de4b2587f689bc0d759",
|
1659
|
+
"package": "@fluentui/react-badge"
|
1660
|
+
}
|
1661
|
+
]
|
1662
|
+
}
|
1663
|
+
},
|
1664
|
+
{
|
1665
|
+
"date": "Thu, 01 Jul 2021 07:35:05 GMT",
|
1666
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.51",
|
1667
|
+
"version": "9.0.0-alpha.51",
|
1668
|
+
"comments": {
|
1669
|
+
"prerelease": [
|
1670
|
+
{
|
1671
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.20",
|
1672
|
+
"author": "olfedias@microsoft.com",
|
1673
|
+
"commit": "c5019f09e666bac820addb36facaf0c133c0f7bc",
|
1674
|
+
"package": "@fluentui/react-badge"
|
1675
|
+
}
|
1676
|
+
]
|
1677
|
+
}
|
1678
|
+
},
|
1679
|
+
{
|
1680
|
+
"date": "Wed, 30 Jun 2021 07:38:35 GMT",
|
1681
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.50",
|
1682
|
+
"version": "9.0.0-alpha.50",
|
1683
|
+
"comments": {
|
1684
|
+
"prerelease": [
|
1685
|
+
{
|
1686
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.19",
|
1687
|
+
"author": "tristan.watanabe@gmail.com",
|
1688
|
+
"commit": "804ca93da84e19cec0737729473be5034a2e4939",
|
1689
|
+
"package": "@fluentui/react-badge"
|
1690
|
+
}
|
1691
|
+
]
|
1692
|
+
}
|
1693
|
+
},
|
1694
|
+
{
|
1695
|
+
"date": "Tue, 29 Jun 2021 07:33:32 GMT",
|
1696
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.49",
|
1697
|
+
"version": "9.0.0-alpha.49",
|
1698
|
+
"comments": {
|
1699
|
+
"prerelease": [
|
1700
|
+
{
|
1701
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.18",
|
1702
|
+
"author": "olfedias@microsoft.com",
|
1703
|
+
"commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
|
1704
|
+
"package": "@fluentui/react-badge"
|
1705
|
+
}
|
1706
|
+
]
|
1707
|
+
}
|
1708
|
+
},
|
1709
|
+
{
|
1710
|
+
"date": "Mon, 28 Jun 2021 07:35:16 GMT",
|
1711
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.48",
|
1712
|
+
"version": "9.0.0-alpha.48",
|
1713
|
+
"comments": {
|
1714
|
+
"none": [
|
1715
|
+
{
|
1716
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
|
1717
|
+
"author": "olfedias@microsoft.com",
|
1718
|
+
"commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
|
1719
|
+
"package": "@fluentui/react-badge"
|
1720
|
+
}
|
1721
|
+
]
|
1722
|
+
}
|
1723
|
+
},
|
1724
|
+
{
|
1725
|
+
"date": "Fri, 25 Jun 2021 07:31:35 GMT",
|
1726
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.48",
|
1727
|
+
"version": "9.0.0-alpha.48",
|
1728
|
+
"comments": {
|
1729
|
+
"none": [
|
1730
|
+
{
|
1731
|
+
"comment": "Correcting interface doc comment typos in react-badge.",
|
1732
|
+
"author": "czearing@outlook.com",
|
1733
|
+
"commit": "78a001da63401022bbcb1cef142240d2c9671e53",
|
1734
|
+
"package": "@fluentui/react-badge"
|
1735
|
+
}
|
1736
|
+
]
|
1737
|
+
}
|
1738
|
+
},
|
1739
|
+
{
|
1740
|
+
"date": "Thu, 24 Jun 2021 07:31:50 GMT",
|
1741
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.48",
|
1742
|
+
"version": "9.0.0-alpha.48",
|
1743
|
+
"comments": {
|
1744
|
+
"none": [
|
1745
|
+
{
|
1746
|
+
"comment": "fix(PresenceBadge): match design spec border",
|
1747
|
+
"author": "junioassuncaocharles@gmail.com",
|
1748
|
+
"commit": "fa63a7c888c0858b04896d01109bbd238c4212dd",
|
1749
|
+
"package": "@fluentui/react-badge"
|
1750
|
+
}
|
1751
|
+
]
|
1752
|
+
}
|
1753
|
+
},
|
1754
|
+
{
|
1755
|
+
"date": "Wed, 23 Jun 2021 07:31:49 GMT",
|
1756
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.48",
|
1757
|
+
"version": "9.0.0-alpha.48",
|
1758
|
+
"comments": {
|
1759
|
+
"none": [
|
1760
|
+
{
|
1761
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
|
1762
|
+
"author": "olfedias@microsoft.com",
|
1763
|
+
"commit": "6aa065bafaa4a169b771706bc93c2faff9ac78a7",
|
1764
|
+
"package": "@fluentui/react-badge"
|
1765
|
+
}
|
1766
|
+
]
|
1767
|
+
}
|
1768
|
+
},
|
1769
|
+
{
|
1770
|
+
"date": "Tue, 22 Jun 2021 07:35:11 GMT",
|
1771
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.48",
|
1772
|
+
"version": "9.0.0-alpha.48",
|
1773
|
+
"comments": {
|
1774
|
+
"none": [
|
1775
|
+
{
|
1776
|
+
"comment": "feat(Badge): add color variations combined with appearance",
|
1777
|
+
"author": "junioassuncaocharles@gmail.com",
|
1778
|
+
"commit": "b433df3767e7a0a0db8530cb792e62a8c6911ece",
|
1779
|
+
"package": "@fluentui/react-badge"
|
1780
|
+
}
|
1781
|
+
],
|
1782
|
+
"prerelease": [
|
1783
|
+
{
|
1784
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
|
1785
|
+
"author": "olfedias@microsoft.com",
|
1786
|
+
"commit": "3fccf5c8a8ea30529b736b9189e294969242f886",
|
1787
|
+
"package": "@fluentui/react-badge"
|
1788
|
+
}
|
1789
|
+
]
|
1790
|
+
}
|
1791
|
+
},
|
1792
|
+
{
|
1793
|
+
"date": "Mon, 21 Jun 2021 07:34:33 GMT",
|
1794
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.47",
|
1795
|
+
"version": "9.0.0-alpha.47",
|
1796
|
+
"comments": {
|
1797
|
+
"none": [
|
1798
|
+
{
|
1799
|
+
"comment": "react-accordion 1st rule of ARIA refactor (#18597)",
|
1800
|
+
"author": "junioassuncaocharles@gmail.com",
|
1801
|
+
"commit": "463d4676927c67058fcf5866ed6989578ead339d",
|
1802
|
+
"package": "@fluentui/react-badge"
|
1803
|
+
}
|
1804
|
+
]
|
1805
|
+
}
|
1806
|
+
},
|
1807
|
+
{
|
1808
|
+
"date": "Fri, 18 Jun 2021 07:30:58 GMT",
|
1809
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.47",
|
1810
|
+
"version": "9.0.0-alpha.47",
|
1811
|
+
"comments": {
|
1812
|
+
"none": [
|
1813
|
+
{
|
1814
|
+
"comment": "fix(Badge): icons alignment",
|
1815
|
+
"author": "junioassuncaocharles@gmail.com",
|
1816
|
+
"commit": "a9a61538dd6787a0dfc52a04af244fd8f0233742",
|
1817
|
+
"package": "@fluentui/react-badge"
|
1818
|
+
}
|
1819
|
+
]
|
1820
|
+
}
|
1821
|
+
},
|
1822
|
+
{
|
1823
|
+
"date": "Tue, 15 Jun 2021 07:40:20 GMT",
|
1824
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.47",
|
1825
|
+
"version": "9.0.0-alpha.47",
|
1826
|
+
"comments": {
|
1827
|
+
"prerelease": [
|
1828
|
+
{
|
1829
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.29",
|
1830
|
+
"author": "behowell@microsoft.com",
|
1831
|
+
"commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
|
1832
|
+
"package": "@fluentui/react-badge"
|
1833
|
+
}
|
1834
|
+
]
|
1835
|
+
}
|
1836
|
+
},
|
1837
|
+
{
|
1838
|
+
"date": "Mon, 07 Jun 2021 07:38:15 GMT",
|
1839
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.46",
|
1840
|
+
"version": "9.0.0-alpha.46",
|
1841
|
+
"comments": {
|
1842
|
+
"patch": [
|
1843
|
+
{
|
1844
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.1",
|
1845
|
+
"author": "martinhochel@microsoft.com",
|
1846
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
1847
|
+
"package": "@fluentui/react-badge"
|
1848
|
+
},
|
1849
|
+
{
|
1850
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.1",
|
1851
|
+
"author": "martinhochel@microsoft.com",
|
1852
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
1853
|
+
"package": "@fluentui/react-badge"
|
1854
|
+
},
|
1855
|
+
{
|
1856
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
1857
|
+
"author": "martinhochel@microsoft.com",
|
1858
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
1859
|
+
"package": "@fluentui/react-badge"
|
1860
|
+
}
|
1861
|
+
],
|
1862
|
+
"prerelease": [
|
1863
|
+
{
|
1864
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.15",
|
1865
|
+
"author": "martinhochel@microsoft.com",
|
1866
|
+
"commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
|
1867
|
+
"package": "@fluentui/react-badge"
|
1868
|
+
}
|
1869
|
+
]
|
1870
|
+
}
|
1871
|
+
},
|
1872
|
+
{
|
1873
|
+
"date": "Fri, 04 Jun 2021 07:37:23 GMT",
|
1874
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.45",
|
1875
|
+
"version": "9.0.0-alpha.45",
|
1876
|
+
"comments": {
|
1877
|
+
"prerelease": [
|
1878
|
+
{
|
1879
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16",
|
1880
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
1881
|
+
"commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
|
1882
|
+
"package": "@fluentui/react-badge"
|
1883
|
+
}
|
1884
|
+
]
|
1885
|
+
}
|
1886
|
+
},
|
1887
|
+
{
|
1888
|
+
"date": "Thu, 03 Jun 2021 07:36:03 GMT",
|
1889
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.44",
|
1890
|
+
"version": "9.0.0-alpha.44",
|
1891
|
+
"comments": {
|
1892
|
+
"prerelease": [
|
1893
|
+
{
|
1894
|
+
"comment": "Use updated theme tokens in component styles",
|
1895
|
+
"author": "miroslav.stastny@microsoft.com",
|
1896
|
+
"commit": "32aed1a91b19ac1beb161a7a2ab43e78b51f53d1",
|
1897
|
+
"package": "@fluentui/react-badge"
|
1898
|
+
}
|
1899
|
+
],
|
1900
|
+
"none": [
|
1901
|
+
{
|
1902
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.13",
|
1903
|
+
"author": "martinhochel@microsoft.com",
|
1904
|
+
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
|
1905
|
+
"package": "@fluentui/react-badge"
|
1906
|
+
},
|
1907
|
+
{
|
1908
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
|
1909
|
+
"author": "martinhochel@microsoft.com",
|
1910
|
+
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
|
1911
|
+
"package": "@fluentui/react-badge"
|
1912
|
+
},
|
1913
|
+
{
|
1914
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
|
1915
|
+
"author": "martinhochel@microsoft.com",
|
1916
|
+
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
|
1917
|
+
"package": "@fluentui/react-badge"
|
1918
|
+
},
|
1919
|
+
{
|
1920
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
|
1921
|
+
"author": "martinhochel@microsoft.com",
|
1922
|
+
"commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
|
1923
|
+
"package": "@fluentui/react-badge"
|
1924
|
+
}
|
1925
|
+
]
|
1926
|
+
}
|
1927
|
+
},
|
1928
|
+
{
|
1929
|
+
"date": "Wed, 02 Jun 2021 07:37:15 GMT",
|
1930
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.43",
|
1931
|
+
"version": "9.0.0-alpha.43",
|
1932
|
+
"comments": {
|
1933
|
+
"prerelease": [
|
1934
|
+
{
|
1935
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.12",
|
1936
|
+
"author": "bsunderhus@microsoft.com",
|
1937
|
+
"commit": "7f5734bd8a2a124969c6402534605fe0ee9df4af",
|
1938
|
+
"package": "@fluentui/react-badge"
|
1939
|
+
}
|
1940
|
+
]
|
1941
|
+
}
|
1942
|
+
},
|
1943
|
+
{
|
1944
|
+
"date": "Tue, 01 Jun 2021 07:31:58 GMT",
|
1945
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.42",
|
1946
|
+
"version": "9.0.0-alpha.42",
|
1947
|
+
"comments": {
|
1948
|
+
"none": [
|
1949
|
+
{
|
1950
|
+
"comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
|
1951
|
+
"author": "olfedias@microsoft.com",
|
1952
|
+
"commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
|
1953
|
+
"package": "@fluentui/react-badge"
|
1954
|
+
}
|
1955
|
+
]
|
1956
|
+
}
|
1957
|
+
},
|
1958
|
+
{
|
1959
|
+
"date": "Fri, 28 May 2021 07:33:57 GMT",
|
1960
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.42",
|
1961
|
+
"version": "9.0.0-alpha.42",
|
1962
|
+
"comments": {
|
1963
|
+
"none": [
|
1964
|
+
{
|
1965
|
+
"comment": "enable Jest aliases",
|
1966
|
+
"author": "olfedias@microsoft.com",
|
1967
|
+
"commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
|
1968
|
+
"package": "@fluentui/react-badge"
|
1969
|
+
}
|
1970
|
+
]
|
1971
|
+
}
|
1972
|
+
},
|
1973
|
+
{
|
1974
|
+
"date": "Wed, 26 May 2021 07:35:43 GMT",
|
1975
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.42",
|
1976
|
+
"version": "9.0.0-alpha.42",
|
1977
|
+
"comments": {
|
1978
|
+
"none": [
|
1979
|
+
{
|
1980
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.11",
|
1981
|
+
"author": "olfedias@microsoft.com",
|
1982
|
+
"commit": "d2504c72ec7fba0cf4dcf1984c2e1a9322720225",
|
1983
|
+
"package": "@fluentui/react-badge"
|
1984
|
+
}
|
1985
|
+
],
|
1986
|
+
"prerelease": [
|
1987
|
+
{
|
1988
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
|
1989
|
+
"author": "lingfan.gao@microsoft.com",
|
1990
|
+
"commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
|
1991
|
+
"package": "@fluentui/react-badge"
|
1992
|
+
}
|
1993
|
+
]
|
1994
|
+
}
|
1995
|
+
},
|
1996
|
+
{
|
1997
|
+
"date": "Fri, 21 May 2021 07:34:54 GMT",
|
1998
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.41",
|
1999
|
+
"version": "9.0.0-alpha.41",
|
2000
|
+
"comments": {
|
2001
|
+
"none": [
|
2002
|
+
{
|
2003
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.11",
|
2004
|
+
"author": "miroslav.stastny@microsoft.com",
|
2005
|
+
"commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
|
2006
|
+
"package": "@fluentui/react-badge"
|
2007
|
+
}
|
2008
|
+
],
|
2009
|
+
"prerelease": [
|
2010
|
+
{
|
2011
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.24",
|
2012
|
+
"author": "behowell@microsoft.com",
|
2013
|
+
"commit": "aabab8dedf6aa56a403b314157bcef84b6bcd585",
|
2014
|
+
"package": "@fluentui/react-badge"
|
2015
|
+
}
|
2016
|
+
]
|
2017
|
+
}
|
2018
|
+
},
|
2019
|
+
{
|
2020
|
+
"date": "Thu, 20 May 2021 07:41:54 GMT",
|
2021
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.40",
|
2022
|
+
"version": "9.0.0-alpha.40",
|
2023
|
+
"comments": {
|
2024
|
+
"none": [
|
2025
|
+
{
|
2026
|
+
"comment": "Run prettier on all files",
|
2027
|
+
"author": "elcraig@microsoft.com",
|
2028
|
+
"commit": "505db08044507a6a9260459a1013897ca68a2ed6",
|
2029
|
+
"package": "@fluentui/react-badge"
|
2030
|
+
},
|
2031
|
+
{
|
2032
|
+
"comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
|
2033
|
+
"author": "elcraig@microsoft.com",
|
2034
|
+
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
|
2035
|
+
"package": "@fluentui/react-badge"
|
2036
|
+
}
|
2037
|
+
],
|
2038
|
+
"prerelease": [
|
2039
|
+
{
|
2040
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.10",
|
2041
|
+
"author": "elcraig@microsoft.com",
|
2042
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
2043
|
+
"package": "@fluentui/react-badge"
|
2044
|
+
}
|
2045
|
+
],
|
2046
|
+
"patch": [
|
2047
|
+
{
|
2048
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.3.0",
|
2049
|
+
"author": "elcraig@microsoft.com",
|
2050
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
2051
|
+
"package": "@fluentui/react-badge"
|
2052
|
+
},
|
2053
|
+
{
|
2054
|
+
"comment": "Bump @fluentui/react-conformance to v0.4.0",
|
2055
|
+
"author": "elcraig@microsoft.com",
|
2056
|
+
"commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
|
2057
|
+
"package": "@fluentui/react-badge"
|
2058
|
+
},
|
2059
|
+
{
|
2060
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
2061
|
+
"author": "elcraig@microsoft.com",
|
2062
|
+
"commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
|
2063
|
+
"package": "@fluentui/react-badge"
|
2064
|
+
}
|
2065
|
+
]
|
2066
|
+
}
|
2067
|
+
},
|
2068
|
+
{
|
2069
|
+
"date": "Wed, 19 May 2021 07:34:20 GMT",
|
2070
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.39",
|
2071
|
+
"version": "9.0.0-alpha.39",
|
2072
|
+
"comments": {
|
2073
|
+
"prerelease": [
|
2074
|
+
{
|
2075
|
+
"comment": "chore: add more Babel plugins",
|
2076
|
+
"author": "olfedias@microsoft.com",
|
2077
|
+
"commit": "975140887c6ad2391f8db63003ed440239ec9c25",
|
2078
|
+
"package": "@fluentui/react-badge"
|
2079
|
+
}
|
2080
|
+
],
|
2081
|
+
"patch": [
|
2082
|
+
{
|
2083
|
+
"comment": "Bump @fluentui/react-conformance to v0.3.1",
|
2084
|
+
"author": "martinhochel@microsoft.com",
|
2085
|
+
"commit": "616b4b7c381c757871e8a590564d8eff7337834c",
|
2086
|
+
"package": "@fluentui/react-badge"
|
2087
|
+
}
|
2088
|
+
]
|
2089
|
+
}
|
2090
|
+
},
|
2091
|
+
{
|
2092
|
+
"date": "Tue, 18 May 2021 07:34:38 GMT",
|
2093
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.38",
|
2094
|
+
"version": "9.0.0-alpha.38",
|
2095
|
+
"comments": {
|
2096
|
+
"prerelease": [
|
2097
|
+
{
|
2098
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.8",
|
2099
|
+
"author": "olfedias@microsoft.com",
|
2100
|
+
"commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
|
2101
|
+
"package": "@fluentui/react-badge"
|
2102
|
+
}
|
2103
|
+
]
|
2104
|
+
}
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
"date": "Thu, 13 May 2021 07:36:55 GMT",
|
2108
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.37",
|
2109
|
+
"version": "9.0.0-alpha.37",
|
2110
|
+
"comments": {
|
2111
|
+
"prerelease": [
|
2112
|
+
{
|
2113
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.7",
|
2114
|
+
"author": "olfedias@microsoft.com",
|
2115
|
+
"commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
|
2116
|
+
"package": "@fluentui/react-badge"
|
2117
|
+
}
|
2118
|
+
]
|
2119
|
+
}
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
"date": "Wed, 12 May 2021 07:36:20 GMT",
|
2123
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.36",
|
2124
|
+
"version": "9.0.0-alpha.36",
|
2125
|
+
"comments": {
|
2126
|
+
"prerelease": [
|
2127
|
+
{
|
2128
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.6",
|
2129
|
+
"author": "olfedias@microsoft.com",
|
2130
|
+
"commit": "894712616ee3271fcf06e5fb24ad01e326e30bb5",
|
2131
|
+
"package": "@fluentui/react-badge"
|
2132
|
+
}
|
2133
|
+
]
|
2134
|
+
}
|
2135
|
+
},
|
2136
|
+
{
|
2137
|
+
"date": "Mon, 10 May 2021 07:36:07 GMT",
|
2138
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.35",
|
2139
|
+
"version": "9.0.0-alpha.35",
|
2140
|
+
"comments": {
|
2141
|
+
"prerelease": [
|
2142
|
+
{
|
2143
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.5",
|
2144
|
+
"author": "olfedias@microsoft.com",
|
2145
|
+
"commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
|
2146
|
+
"package": "@fluentui/react-badge"
|
2147
|
+
}
|
2148
|
+
]
|
2149
|
+
}
|
2150
|
+
},
|
2151
|
+
{
|
2152
|
+
"date": "Wed, 05 May 2021 07:36:50 GMT",
|
2153
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.34",
|
2154
|
+
"version": "9.0.0-alpha.34",
|
2155
|
+
"comments": {
|
2156
|
+
"prerelease": [
|
2157
|
+
{
|
2158
|
+
"comment": "transform styles with Babel plugin",
|
2159
|
+
"author": "olfedias@microsoft.com",
|
2160
|
+
"commit": "a48d8dfd969f944c44b8c902cc9d418c333d063d",
|
2161
|
+
"package": "@fluentui/react-badge"
|
2162
|
+
}
|
2163
|
+
]
|
2164
|
+
}
|
2165
|
+
},
|
2166
|
+
{
|
2167
|
+
"date": "Mon, 03 May 2021 07:45:19 GMT",
|
2168
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.33",
|
2169
|
+
"version": "9.0.0-alpha.33",
|
2170
|
+
"comments": {
|
2171
|
+
"prerelease": [
|
2172
|
+
{
|
2173
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.21",
|
2174
|
+
"author": "lingfan.gao@microsoft.com",
|
2175
|
+
"commit": "5e6aa4df0c03051e59d686d24b35f01c721a3b4e",
|
2176
|
+
"package": "@fluentui/react-badge"
|
2177
|
+
}
|
2178
|
+
]
|
2179
|
+
}
|
2180
|
+
},
|
2181
|
+
{
|
2182
|
+
"date": "Fri, 30 Apr 2021 07:42:23 GMT",
|
2183
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.32",
|
2184
|
+
"version": "9.0.0-alpha.32",
|
2185
|
+
"comments": {
|
2186
|
+
"prerelease": [
|
2187
|
+
{
|
2188
|
+
"comment": "Upgrade to typescript 4.1.5",
|
2189
|
+
"author": "joschect@microsoft.com",
|
2190
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
2191
|
+
"package": "@fluentui/react-badge"
|
2192
|
+
}
|
2193
|
+
],
|
2194
|
+
"patch": [
|
2195
|
+
{
|
2196
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.2.0",
|
2197
|
+
"author": "joschect@microsoft.com",
|
2198
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
2199
|
+
"package": "@fluentui/react-badge"
|
2200
|
+
},
|
2201
|
+
{
|
2202
|
+
"comment": "Bump @fluentui/react-conformance to v0.3.0",
|
2203
|
+
"author": "joschect@microsoft.com",
|
2204
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
2205
|
+
"package": "@fluentui/react-badge"
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
2209
|
+
"author": "joschect@microsoft.com",
|
2210
|
+
"commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
|
2211
|
+
"package": "@fluentui/react-badge"
|
2212
|
+
}
|
2213
|
+
]
|
2214
|
+
}
|
2215
|
+
},
|
2216
|
+
{
|
2217
|
+
"date": "Tue, 27 Apr 2021 07:34:03 GMT",
|
2218
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.31",
|
2219
|
+
"version": "9.0.0-alpha.31",
|
2220
|
+
"comments": {
|
2221
|
+
"prerelease": [
|
2222
|
+
{
|
2223
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5",
|
2224
|
+
"author": "bsunderhus@microsoft.com",
|
2225
|
+
"commit": "fdb1af09ba60238bb1c3913af6a6a6fe98f49034",
|
2226
|
+
"package": "@fluentui/react-badge"
|
2227
|
+
}
|
2228
|
+
]
|
2229
|
+
}
|
2230
|
+
},
|
2231
|
+
{
|
2232
|
+
"date": "Mon, 26 Apr 2021 07:34:31 GMT",
|
2233
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.30",
|
2234
|
+
"version": "9.0.0-alpha.30",
|
2235
|
+
"comments": {
|
2236
|
+
"prerelease": [
|
2237
|
+
{
|
2238
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4",
|
2239
|
+
"author": "bsunderhus@microsoft.com",
|
2240
|
+
"commit": "76e2027d772bc9d19d3d217c449c5965262f73c4",
|
2241
|
+
"package": "@fluentui/react-badge"
|
2242
|
+
}
|
2243
|
+
]
|
2244
|
+
}
|
2245
|
+
},
|
2246
|
+
{
|
2247
|
+
"date": "Fri, 23 Apr 2021 07:37:10 GMT",
|
2248
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.29",
|
2249
|
+
"version": "9.0.0-alpha.29",
|
2250
|
+
"comments": {
|
2251
|
+
"patch": [
|
2252
|
+
{
|
2253
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.1.1",
|
2254
|
+
"author": "olfedias@microsoft.com",
|
2255
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
2256
|
+
"package": "@fluentui/react-badge"
|
2257
|
+
},
|
2258
|
+
{
|
2259
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.6",
|
2260
|
+
"author": "olfedias@microsoft.com",
|
2261
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
2262
|
+
"package": "@fluentui/react-badge"
|
2263
|
+
},
|
2264
|
+
{
|
2265
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
2266
|
+
"author": "olfedias@microsoft.com",
|
2267
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
2268
|
+
"package": "@fluentui/react-badge"
|
2269
|
+
}
|
2270
|
+
],
|
2271
|
+
"prerelease": [
|
2272
|
+
{
|
2273
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.3",
|
2274
|
+
"author": "olfedias@microsoft.com",
|
2275
|
+
"commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
|
2276
|
+
"package": "@fluentui/react-badge"
|
2277
|
+
}
|
2278
|
+
]
|
2279
|
+
}
|
2280
|
+
},
|
2281
|
+
{
|
2282
|
+
"date": "Thu, 22 Apr 2021 07:33:28 GMT",
|
2283
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.28",
|
2284
|
+
"version": "9.0.0-alpha.28",
|
2285
|
+
"comments": {
|
2286
|
+
"none": [
|
2287
|
+
{
|
2288
|
+
"comment": "Adds snapshot serializer to converged component",
|
2289
|
+
"author": "bsunderhus@microsoft.com",
|
2290
|
+
"commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
|
2291
|
+
"package": "@fluentui/react-badge"
|
2292
|
+
}
|
2293
|
+
],
|
2294
|
+
"prerelease": [
|
2295
|
+
{
|
2296
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2",
|
2297
|
+
"author": "bsunderhus@microsoft.com",
|
2298
|
+
"commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
|
2299
|
+
"package": "@fluentui/react-badge"
|
2300
|
+
}
|
2301
|
+
]
|
2302
|
+
}
|
2303
|
+
},
|
2304
|
+
{
|
2305
|
+
"date": "Wed, 21 Apr 2021 07:31:50 GMT",
|
2306
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.27",
|
2307
|
+
"version": "9.0.0-alpha.27",
|
2308
|
+
"comments": {
|
2309
|
+
"prerelease": [
|
2310
|
+
{
|
2311
|
+
"comment": "Rename ax() to mergeClasses()",
|
2312
|
+
"author": "miroslav.stastny@microsoft.com",
|
2313
|
+
"commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
|
2314
|
+
"package": "@fluentui/react-badge"
|
2315
|
+
}
|
2316
|
+
],
|
2317
|
+
"none": [
|
2318
|
+
{
|
2319
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.5",
|
2320
|
+
"author": "martinhochel@microsoft.com",
|
2321
|
+
"commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
|
2322
|
+
"package": "@fluentui/react-badge"
|
2323
|
+
}
|
2324
|
+
]
|
2325
|
+
}
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
"date": "Tue, 20 Apr 2021 07:31:35 GMT",
|
2329
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.26",
|
2330
|
+
"version": "9.0.0-alpha.26",
|
2331
|
+
"comments": {
|
2332
|
+
"prerelease": [
|
2333
|
+
{
|
2334
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.23",
|
2335
|
+
"author": "lingfan.gao@microsoft.com",
|
2336
|
+
"commit": "c1e049dbcbf869f0a6e04d00f84dcfa7217eb808",
|
2337
|
+
"package": "@fluentui/react-badge"
|
2338
|
+
}
|
2339
|
+
]
|
2340
|
+
}
|
2341
|
+
},
|
2342
|
+
{
|
2343
|
+
"date": "Mon, 19 Apr 2021 07:33:33 GMT",
|
2344
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.25",
|
2345
|
+
"version": "9.0.0-alpha.25",
|
2346
|
+
"comments": {
|
2347
|
+
"none": [
|
2348
|
+
{
|
2349
|
+
"comment": "Remove unneeded react-app-polyfill devDependency",
|
2350
|
+
"author": "elcraig@microsoft.com",
|
2351
|
+
"commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
|
2352
|
+
"package": "@fluentui/react-badge"
|
2353
|
+
}
|
2354
|
+
]
|
2355
|
+
}
|
2356
|
+
},
|
2357
|
+
{
|
2358
|
+
"date": "Fri, 16 Apr 2021 18:08:21 GMT",
|
2359
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.25",
|
2360
|
+
"version": "9.0.0-alpha.25",
|
2361
|
+
"comments": {
|
2362
|
+
"prerelease": [
|
2363
|
+
{
|
2364
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.22",
|
2365
|
+
"author": "bsunderhus@microsoft.com",
|
2366
|
+
"commit": "e158c65f9712556cfcca1e80c7156889885c95b0",
|
2367
|
+
"package": "@fluentui/react-badge"
|
2368
|
+
}
|
2369
|
+
]
|
2370
|
+
}
|
2371
|
+
},
|
2372
|
+
{
|
2373
|
+
"date": "Wed, 14 Apr 2021 07:34:12 GMT",
|
2374
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.24",
|
2375
|
+
"version": "9.0.0-alpha.24",
|
2376
|
+
"comments": {
|
2377
|
+
"prerelease": [
|
2378
|
+
{
|
2379
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.21",
|
2380
|
+
"author": "bsunderhus@microsoft.com",
|
2381
|
+
"commit": "1b2e9185653032fed3dce7d3a919f8d6e95550c7",
|
2382
|
+
"package": "@fluentui/react-badge"
|
2383
|
+
}
|
2384
|
+
]
|
2385
|
+
}
|
2386
|
+
},
|
2387
|
+
{
|
2388
|
+
"date": "Fri, 09 Apr 2021 23:42:49 GMT",
|
2389
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.23",
|
2390
|
+
"version": "9.0.0-alpha.23",
|
2391
|
+
"comments": {
|
2392
|
+
"none": [
|
2393
|
+
{
|
2394
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
|
2395
|
+
"author": "olfedias@microsoft.com",
|
2396
|
+
"commit": "3febbf40a59f1acb8e37516559fed1dd6f5b62fb",
|
2397
|
+
"package": "@fluentui/react-badge"
|
2398
|
+
}
|
2399
|
+
]
|
2400
|
+
}
|
2401
|
+
},
|
2402
|
+
{
|
2403
|
+
"date": "Fri, 09 Apr 2021 07:31:06 GMT",
|
2404
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.23",
|
2405
|
+
"version": "9.0.0-alpha.23",
|
2406
|
+
"comments": {
|
2407
|
+
"prerelease": [
|
2408
|
+
{
|
2409
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
|
2410
|
+
"author": "olfedias@microsoft.com",
|
2411
|
+
"commit": "876c6d64de40213f9cc15062464bb13f702002fd",
|
2412
|
+
"package": "@fluentui/react-badge"
|
2413
|
+
}
|
2414
|
+
]
|
2415
|
+
}
|
2416
|
+
},
|
2417
|
+
{
|
2418
|
+
"date": "Thu, 08 Apr 2021 07:33:06 GMT",
|
2419
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.22",
|
2420
|
+
"version": "9.0.0-alpha.22",
|
2421
|
+
"comments": {
|
2422
|
+
"prerelease": [
|
2423
|
+
{
|
2424
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.19",
|
2425
|
+
"author": "olfedias@microsoft.com",
|
2426
|
+
"commit": "45f6f31cefc412032a792179308ad837af63155a",
|
2427
|
+
"package": "@fluentui/react-badge"
|
2428
|
+
}
|
2429
|
+
]
|
2430
|
+
}
|
2431
|
+
},
|
2432
|
+
{
|
2433
|
+
"date": "Thu, 01 Apr 2021 20:13:37 GMT",
|
2434
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.21",
|
2435
|
+
"version": "9.0.0-alpha.21",
|
2436
|
+
"comments": {
|
2437
|
+
"prerelease": [
|
2438
|
+
{
|
2439
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.18",
|
2440
|
+
"author": "bsunderhus@microsoft.com",
|
2441
|
+
"commit": "dec60bc3ea87901ff8c2c52989301ae8f4229721",
|
2442
|
+
"package": "@fluentui/react-badge"
|
2443
|
+
}
|
2444
|
+
]
|
2445
|
+
}
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
"date": "Wed, 31 Mar 2021 00:53:43 GMT",
|
2449
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.20",
|
2450
|
+
"version": "9.0.0-alpha.20",
|
2451
|
+
"comments": {
|
2452
|
+
"prerelease": [
|
2453
|
+
{
|
2454
|
+
"comment": "mergeProps was updated to improve type checking; use compat layer until type errors can be fixed",
|
2455
|
+
"author": "behowell@microsoft.com",
|
2456
|
+
"commit": "e45eeaba8deb93e825a9d3f72e87a9c4c9225ea1",
|
2457
|
+
"package": "@fluentui/react-badge"
|
2458
|
+
}
|
2459
|
+
],
|
2460
|
+
"patch": [
|
2461
|
+
{
|
2462
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.1.0",
|
2463
|
+
"author": "elcraig@microsoft.com",
|
2464
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
2465
|
+
"package": "@fluentui/react-badge"
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.5",
|
2469
|
+
"author": "elcraig@microsoft.com",
|
2470
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
2471
|
+
"package": "@fluentui/react-badge"
|
2472
|
+
},
|
2473
|
+
{
|
2474
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
2475
|
+
"author": "elcraig@microsoft.com",
|
2476
|
+
"commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
|
2477
|
+
"package": "@fluentui/react-badge"
|
2478
|
+
}
|
2479
|
+
]
|
2480
|
+
}
|
2481
|
+
},
|
2482
|
+
{
|
2483
|
+
"date": "Tue, 30 Mar 2021 07:34:45 GMT",
|
2484
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.19",
|
2485
|
+
"version": "9.0.0-alpha.19",
|
2486
|
+
"comments": {
|
2487
|
+
"prerelease": [
|
2488
|
+
{
|
2489
|
+
"comment": "chore: restore \"sideEffects\" to enable treeshaking",
|
2490
|
+
"author": "olfedias@microsoft.com",
|
2491
|
+
"commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
|
2492
|
+
"package": "@fluentui/react-badge"
|
2493
|
+
}
|
2494
|
+
]
|
2495
|
+
}
|
2496
|
+
},
|
2497
|
+
{
|
2498
|
+
"date": "Fri, 26 Mar 2021 07:32:34 GMT",
|
2499
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.18",
|
2500
|
+
"version": "9.0.0-alpha.18",
|
2501
|
+
"comments": {
|
2502
|
+
"prerelease": [
|
2503
|
+
{
|
2504
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.12",
|
2505
|
+
"author": "lingfan.gao@microsoft.com",
|
2506
|
+
"commit": "8b5295e082e07dbe428bff7b9548c80c338f07c8",
|
2507
|
+
"package": "@fluentui/react-badge"
|
2508
|
+
}
|
2509
|
+
]
|
2510
|
+
}
|
2511
|
+
},
|
2512
|
+
{
|
2513
|
+
"date": "Thu, 25 Mar 2021 07:33:24 GMT",
|
2514
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.17",
|
2515
|
+
"version": "9.0.0-alpha.17",
|
2516
|
+
"comments": {
|
2517
|
+
"prerelease": [
|
2518
|
+
{
|
2519
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.14",
|
2520
|
+
"author": "olfedias@microsoft.com",
|
2521
|
+
"commit": "66638eed425fff31d69182529b03268836c5e1ec",
|
2522
|
+
"package": "@fluentui/react-badge"
|
2523
|
+
}
|
2524
|
+
]
|
2525
|
+
}
|
2526
|
+
},
|
2527
|
+
{
|
2528
|
+
"date": "Wed, 24 Mar 2021 07:32:21 GMT",
|
2529
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.16",
|
2530
|
+
"version": "9.0.0-alpha.16",
|
2531
|
+
"comments": {
|
2532
|
+
"prerelease": [
|
2533
|
+
{
|
2534
|
+
"comment": "react-badge - Updates styles from makeStylesCompat to makeStyle",
|
2535
|
+
"author": "bsunderhus@microsoft.com",
|
2536
|
+
"commit": "cdb8917db7859e6400138ee8b184a061a63495b2",
|
2537
|
+
"package": "@fluentui/react-badge"
|
2538
|
+
}
|
2539
|
+
]
|
2540
|
+
}
|
2541
|
+
},
|
2542
|
+
{
|
2543
|
+
"date": "Tue, 23 Mar 2021 07:31:43 GMT",
|
2544
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.15",
|
2545
|
+
"version": "9.0.0-alpha.15",
|
2546
|
+
"comments": {
|
2547
|
+
"prerelease": [
|
2548
|
+
{
|
2549
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.10",
|
2550
|
+
"author": "lingfan.gao@microsoft.com",
|
2551
|
+
"commit": "fc0d87258337229e59ec1c1fec87dc91193858f1",
|
2552
|
+
"package": "@fluentui/react-badge"
|
2553
|
+
}
|
2554
|
+
]
|
2555
|
+
}
|
2556
|
+
},
|
2557
|
+
{
|
2558
|
+
"date": "Mon, 22 Mar 2021 07:34:09 GMT",
|
2559
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.14",
|
2560
|
+
"version": "9.0.0-alpha.14",
|
2561
|
+
"comments": {
|
2562
|
+
"none": [
|
2563
|
+
{
|
2564
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.12",
|
2565
|
+
"author": "martinhochel@microsoft.com",
|
2566
|
+
"commit": "25c4ce7c54a2a65d3db4e5f2b13785468b669329",
|
2567
|
+
"package": "@fluentui/react-badge"
|
2568
|
+
}
|
2569
|
+
]
|
2570
|
+
}
|
2571
|
+
},
|
2572
|
+
{
|
2573
|
+
"date": "Thu, 18 Mar 2021 20:15:34 GMT",
|
2574
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.14",
|
2575
|
+
"version": "9.0.0-alpha.14",
|
2576
|
+
"comments": {
|
2577
|
+
"prerelease": [
|
2578
|
+
{
|
2579
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.9",
|
2580
|
+
"author": "lingfan.gao@microsoft.com",
|
2581
|
+
"commit": "165259181dd79866dc7ae5fa57c10a0f209d668f",
|
2582
|
+
"package": "@fluentui/react-badge"
|
2583
|
+
}
|
2584
|
+
]
|
2585
|
+
}
|
2586
|
+
},
|
2587
|
+
{
|
2588
|
+
"date": "Wed, 17 Mar 2021 18:08:23 GMT",
|
2589
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.13",
|
2590
|
+
"version": "9.0.0-alpha.13",
|
2591
|
+
"comments": {
|
2592
|
+
"prerelease": [
|
2593
|
+
{
|
2594
|
+
"comment": "feat(Badge): add presence badge",
|
2595
|
+
"author": "junioassuncaocharles@gmail.com",
|
2596
|
+
"commit": "b30145848d83cbd812ecbd82c8be5d09e81ebe9c",
|
2597
|
+
"package": "@fluentui/react-badge"
|
2598
|
+
}
|
2599
|
+
]
|
2600
|
+
}
|
2601
|
+
},
|
2602
|
+
{
|
2603
|
+
"date": "Wed, 17 Mar 2021 07:35:44 GMT",
|
2604
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.12",
|
2605
|
+
"version": "9.0.0-alpha.12",
|
2606
|
+
"comments": {
|
2607
|
+
"prerelease": [
|
2608
|
+
{
|
2609
|
+
"comment": "Badge - Updates styles from makeStylesCompat to makeStyles",
|
2610
|
+
"author": "bsunderhus@microsoft.com",
|
2611
|
+
"commit": "7bc74d159fe7e7f0424f15256c5b31004459dee6",
|
2612
|
+
"package": "@fluentui/react-badge"
|
2613
|
+
},
|
2614
|
+
{
|
2615
|
+
"comment": "CounterBadge - Updates styles from makeStylesCompat to makeStyles (#17416)",
|
2616
|
+
"author": "bsunderhus@microsoft.com",
|
2617
|
+
"commit": "8be4f381655c9e1e89dbfb77665b12ba6b959338",
|
2618
|
+
"package": "@fluentui/react-badge"
|
2619
|
+
}
|
2620
|
+
],
|
2621
|
+
"none": [
|
2622
|
+
{
|
2623
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
|
2624
|
+
"author": "olfedias@microsoft.com",
|
2625
|
+
"commit": "51902da6d01f0e9a790ca686e32eb94b31ecf733",
|
2626
|
+
"package": "@fluentui/react-badge"
|
2627
|
+
},
|
2628
|
+
{
|
2629
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.11",
|
2630
|
+
"author": "olfedias@microsoft.com",
|
2631
|
+
"commit": "51902da6d01f0e9a790ca686e32eb94b31ecf733",
|
2632
|
+
"package": "@fluentui/react-badge"
|
2633
|
+
}
|
2634
|
+
]
|
2635
|
+
}
|
2636
|
+
},
|
2637
|
+
{
|
2638
|
+
"date": "Tue, 16 Mar 2021 07:32:44 GMT",
|
2639
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.11",
|
2640
|
+
"version": "9.0.0-alpha.11",
|
2641
|
+
"comments": {
|
2642
|
+
"prerelease": [
|
2643
|
+
{
|
2644
|
+
"comment": "feat(Badge): add counter badge",
|
2645
|
+
"author": "junioassuncaocharles@gmail.com",
|
2646
|
+
"commit": "d678dc16f1bda8ddc916e1e5042e119bc3242083",
|
2647
|
+
"package": "@fluentui/react-badge"
|
2648
|
+
}
|
2649
|
+
],
|
2650
|
+
"patch": [
|
2651
|
+
{
|
2652
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.4",
|
2653
|
+
"author": "elcraig@microsoft.com",
|
2654
|
+
"commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
|
2655
|
+
"package": "@fluentui/react-badge"
|
2656
|
+
}
|
2657
|
+
]
|
2658
|
+
}
|
2659
|
+
},
|
2660
|
+
{
|
2661
|
+
"date": "Mon, 15 Mar 2021 07:36:20 GMT",
|
2662
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.10",
|
2663
|
+
"version": "9.0.0-alpha.10",
|
2664
|
+
"comments": {
|
2665
|
+
"none": [
|
2666
|
+
{
|
2667
|
+
"comment": "Remove unneeded scripts",
|
2668
|
+
"author": "elcraig@microsoft.com",
|
2669
|
+
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
|
2670
|
+
"package": "@fluentui/react-badge"
|
2671
|
+
},
|
2672
|
+
{
|
2673
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.10",
|
2674
|
+
"author": "elcraig@microsoft.com",
|
2675
|
+
"commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
|
2676
|
+
"package": "@fluentui/react-badge"
|
2677
|
+
},
|
2678
|
+
{
|
2679
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.6",
|
2680
|
+
"author": "elcraig@microsoft.com",
|
2681
|
+
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
|
2682
|
+
"package": "@fluentui/react-badge"
|
2683
|
+
},
|
2684
|
+
{
|
2685
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
|
2686
|
+
"author": "elcraig@microsoft.com",
|
2687
|
+
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
|
2688
|
+
"package": "@fluentui/react-badge"
|
2689
|
+
}
|
2690
|
+
],
|
2691
|
+
"prerelease": [
|
2692
|
+
{
|
2693
|
+
"comment": "Remove set-version references",
|
2694
|
+
"author": "elcraig@microsoft.com",
|
2695
|
+
"commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
|
2696
|
+
"package": "@fluentui/react-badge"
|
2697
|
+
}
|
2698
|
+
]
|
2699
|
+
}
|
2700
|
+
},
|
2701
|
+
{
|
2702
|
+
"date": "Fri, 12 Mar 2021 20:04:27 GMT",
|
2703
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.9",
|
2704
|
+
"version": "9.0.0-alpha.9",
|
2705
|
+
"comments": {
|
2706
|
+
"prerelease": [
|
2707
|
+
{
|
2708
|
+
"comment": "Change makeStyles to makeStylesCompat",
|
2709
|
+
"author": "bsunderhus@microsoft.com",
|
2710
|
+
"commit": "47ed02fa4d7f1ce693bf18a9463c6527e69d2417",
|
2711
|
+
"package": "@fluentui/react-badge"
|
2712
|
+
}
|
2713
|
+
],
|
2714
|
+
"patch": [
|
2715
|
+
{
|
2716
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.3",
|
2717
|
+
"author": "martinhochel@microsoft.com",
|
2718
|
+
"commit": "860bb829b416a8ee63fb25d11da7ad9c67d9312c",
|
2719
|
+
"package": "@fluentui/react-badge"
|
2720
|
+
}
|
2721
|
+
],
|
2722
|
+
"none": [
|
2723
|
+
{
|
2724
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.9",
|
2725
|
+
"author": "elcraig@microsoft.com",
|
2726
|
+
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
|
2727
|
+
"package": "@fluentui/react-badge"
|
2728
|
+
},
|
2729
|
+
{
|
2730
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.5",
|
2731
|
+
"author": "elcraig@microsoft.com",
|
2732
|
+
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
|
2733
|
+
"package": "@fluentui/react-badge"
|
2734
|
+
},
|
2735
|
+
{
|
2736
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.7",
|
2737
|
+
"author": "elcraig@microsoft.com",
|
2738
|
+
"commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
|
2739
|
+
"package": "@fluentui/react-badge"
|
2740
|
+
}
|
2741
|
+
]
|
2742
|
+
}
|
2743
|
+
},
|
2744
|
+
{
|
2745
|
+
"date": "Wed, 10 Mar 2021 07:34:39 GMT",
|
2746
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.8",
|
2747
|
+
"version": "9.0.0-alpha.8",
|
2748
|
+
"comments": {
|
2749
|
+
"prerelease": [
|
2750
|
+
{
|
2751
|
+
"comment": "Remove theme-provider dep",
|
2752
|
+
"author": "lingfan.gao@microsoft.com",
|
2753
|
+
"commit": "8b447b4e6d519c05d023889252919704adecafef",
|
2754
|
+
"package": "@fluentui/react-badge"
|
2755
|
+
}
|
2756
|
+
]
|
2757
|
+
}
|
2758
|
+
},
|
2759
|
+
{
|
2760
|
+
"date": "Fri, 05 Mar 2021 20:30:59 GMT",
|
2761
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.7",
|
2762
|
+
"version": "9.0.0-alpha.7",
|
2763
|
+
"comments": {
|
2764
|
+
"prerelease": [
|
2765
|
+
{
|
2766
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.6",
|
2767
|
+
"author": "lingfan.gao@microsoft.com",
|
2768
|
+
"commit": "f7b97e9dc1cf0fec0201533042db4befb800cbd0",
|
2769
|
+
"package": "@fluentui/react-badge"
|
2770
|
+
}
|
2771
|
+
]
|
2772
|
+
}
|
2773
|
+
},
|
2774
|
+
{
|
2775
|
+
"date": "Wed, 03 Mar 2021 00:10:09 GMT",
|
2776
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.6",
|
2777
|
+
"version": "9.0.0-alpha.6",
|
2778
|
+
"comments": {
|
2779
|
+
"prerelease": [
|
2780
|
+
{
|
2781
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.5",
|
2782
|
+
"author": "elcraig@microsoft.com",
|
2783
|
+
"commit": "9fa8d85af3c60daab15f5a91ec876c8648b018f2",
|
2784
|
+
"package": "@fluentui/react-badge"
|
2785
|
+
}
|
2786
|
+
]
|
2787
|
+
}
|
2788
|
+
},
|
2789
|
+
{
|
2790
|
+
"date": "Tue, 02 Mar 2021 07:24:27 GMT",
|
2791
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.5",
|
2792
|
+
"version": "9.0.0-alpha.5",
|
2793
|
+
"comments": {
|
2794
|
+
"prerelease": [
|
2795
|
+
{
|
2796
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.4",
|
2797
|
+
"author": "behowell@microsoft.com",
|
2798
|
+
"commit": "b97a96052d0b4c0c1d2f280bdb01f443f8d9bc63",
|
2799
|
+
"package": "@fluentui/react-badge"
|
2800
|
+
}
|
2801
|
+
]
|
2802
|
+
}
|
2803
|
+
},
|
2804
|
+
{
|
2805
|
+
"date": "Fri, 26 Feb 2021 01:16:27 GMT",
|
2806
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.4",
|
2807
|
+
"version": "9.0.0-alpha.4",
|
2808
|
+
"comments": {
|
2809
|
+
"prerelease": [
|
2810
|
+
{
|
2811
|
+
"comment": "Update references to major-bumped packages",
|
2812
|
+
"author": "elcraig@microsoft.com",
|
2813
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
2814
|
+
"package": "@fluentui/react-badge"
|
2815
|
+
}
|
2816
|
+
],
|
2817
|
+
"patch": [
|
2818
|
+
{
|
2819
|
+
"comment": "Bump @fluentui/eslint-plugin to v1.0.1",
|
2820
|
+
"author": "elcraig@microsoft.com",
|
2821
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
2822
|
+
"package": "@fluentui/react-badge"
|
2823
|
+
},
|
2824
|
+
{
|
2825
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.2",
|
2826
|
+
"author": "elcraig@microsoft.com",
|
2827
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
2828
|
+
"package": "@fluentui/react-badge"
|
2829
|
+
},
|
2830
|
+
{
|
2831
|
+
"comment": "Bump @fluentui/scripts to v1.0.0",
|
2832
|
+
"author": "elcraig@microsoft.com",
|
2833
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
2834
|
+
"package": "@fluentui/react-badge"
|
2835
|
+
},
|
2836
|
+
{
|
2837
|
+
"comment": "Bump @fluentui/set-version to v8.0.1",
|
2838
|
+
"author": "elcraig@microsoft.com",
|
2839
|
+
"commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
|
2840
|
+
"package": "@fluentui/react-badge"
|
2841
|
+
}
|
2842
|
+
]
|
2843
|
+
}
|
2844
|
+
},
|
2845
|
+
{
|
2846
|
+
"date": "Thu, 25 Feb 2021 20:16:39 GMT",
|
2847
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.3",
|
2848
|
+
"version": "9.0.0-alpha.3",
|
2849
|
+
"comments": {
|
2850
|
+
"prerelease": [
|
2851
|
+
{
|
2852
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-alpha.2",
|
2853
|
+
"author": "humbertomakotomorimoto@gmail.com",
|
2854
|
+
"commit": "40e4e2ed855e0b2a4ac67a462f2b79919aef868b",
|
2855
|
+
"package": "@fluentui/react-badge"
|
2856
|
+
}
|
2857
|
+
]
|
2858
|
+
}
|
2859
|
+
},
|
2860
|
+
{
|
2861
|
+
"date": "Thu, 25 Feb 2021 01:15:27 GMT",
|
2862
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.2",
|
2863
|
+
"version": "9.0.0-alpha.2",
|
2864
|
+
"comments": {
|
2865
|
+
"none": [
|
2866
|
+
{
|
2867
|
+
"comment": "make @fluentui/react-conformance public",
|
2868
|
+
"author": "altinokd@microsoft.com",
|
2869
|
+
"commit": "9de2c9938c00408da7746d4b3f6fe7f80b37e37f",
|
2870
|
+
"package": "@fluentui/react-badge"
|
2871
|
+
}
|
2872
|
+
],
|
2873
|
+
"patch": [
|
2874
|
+
{
|
2875
|
+
"comment": "Bump @fluentui/react-conformance to v0.2.1",
|
2876
|
+
"author": "altinokd@microsoft.com",
|
2877
|
+
"commit": "9de2c9938c00408da7746d4b3f6fe7f80b37e37f",
|
2878
|
+
"package": "@fluentui/react-badge"
|
2879
|
+
}
|
2880
|
+
]
|
2881
|
+
}
|
2882
|
+
},
|
2883
|
+
{
|
2884
|
+
"date": "Wed, 24 Feb 2021 00:05:29 GMT",
|
2885
|
+
"tag": "@fluentui/react-badge_v9.0.0-alpha.1",
|
2886
|
+
"version": "9.0.0-alpha.1",
|
2887
|
+
"comments": {
|
2888
|
+
"prerelease": [
|
2889
|
+
{
|
2890
|
+
"comment": "feat(Badge): update Badge API",
|
2891
|
+
"author": "junioassuncaocharles@gmail.com",
|
2892
|
+
"commit": "df7def5198509979cbc82922f07ec7e623cd1e1d",
|
2893
|
+
"package": "@fluentui/react-badge"
|
2894
|
+
},
|
2895
|
+
{
|
2896
|
+
"comment": "bump version to v9",
|
2897
|
+
"author": "olfedias@microsoft.com",
|
2898
|
+
"commit": "74da15f2f1fb10fe089fcaef24a47ac5dba89ad2",
|
2899
|
+
"package": "@fluentui/react-badge"
|
2900
|
+
},
|
2901
|
+
{
|
2902
|
+
"comment": "feat(Badge): move spec",
|
2903
|
+
"author": "junioassuncaocharles@gmail.com",
|
2904
|
+
"commit": "6941c07f70fb984dd3c6bbf04fe05198c2979a52",
|
2905
|
+
"package": "@fluentui/react-badge"
|
2906
|
+
},
|
2907
|
+
{
|
2908
|
+
"comment": "remove dependency on react-hooks",
|
2909
|
+
"author": "olfedias@microsoft.com",
|
2910
|
+
"commit": "4c3186d117f7bc98a41aff879938711ec636bc34",
|
2911
|
+
"package": "@fluentui/react-badge"
|
2912
|
+
}
|
2913
|
+
]
|
2914
|
+
}
|
2915
|
+
},
|
2916
|
+
{
|
2917
|
+
"date": "Mon, 22 Feb 2021 12:26:22 GMT",
|
2918
|
+
"tag": "@fluentui/react-badge_v0.2.0",
|
2919
|
+
"version": "0.2.0",
|
2920
|
+
"comments": {
|
2921
|
+
"minor": [
|
2922
|
+
{
|
2923
|
+
"comment": "Initial Implementation of Badge",
|
2924
|
+
"author": "junioassuncaocharles@gmail.com",
|
2925
|
+
"commit": "aafa83d81733e74a141773df6fd38d935739ff17",
|
2926
|
+
"package": "@fluentui/react-badge"
|
2927
|
+
}
|
2928
|
+
],
|
2929
|
+
"none": [
|
2930
|
+
{
|
2931
|
+
"comment": "Bump @fluentui/react-utilities to v0.4.0",
|
2932
|
+
"author": "elcraig@microsoft.com",
|
2933
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
2934
|
+
"package": "@fluentui/react-badge"
|
2935
|
+
}
|
2936
|
+
],
|
2937
|
+
"patch": [
|
2938
|
+
{
|
2939
|
+
"comment": "Bump @fluentui/react-make-styles to v0.2.8",
|
2940
|
+
"author": "elcraig@microsoft.com",
|
2941
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
2942
|
+
"package": "@fluentui/react-badge"
|
2943
|
+
},
|
2944
|
+
{
|
2945
|
+
"comment": "Bump @fluentui/react-theme to v0.3.3",
|
2946
|
+
"author": "elcraig@microsoft.com",
|
2947
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
2948
|
+
"package": "@fluentui/react-badge"
|
2949
|
+
}
|
2950
|
+
],
|
2951
|
+
"prerelease": [
|
2952
|
+
{
|
2953
|
+
"comment": "Bump @fluentui/react-theme-provider to v1.0.0-beta.27",
|
2954
|
+
"author": "elcraig@microsoft.com",
|
2955
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
2956
|
+
"package": "@fluentui/react-badge"
|
2957
|
+
},
|
2958
|
+
{
|
2959
|
+
"comment": "Bump @fluentui/react-hooks to v8.0.0-beta.15",
|
2960
|
+
"author": "elcraig@microsoft.com",
|
2961
|
+
"commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
|
2962
|
+
"package": "@fluentui/react-badge"
|
2963
|
+
}
|
2964
|
+
]
|
2965
|
+
}
|
2966
|
+
}
|
2967
|
+
]
|
2968
|
+
}
|