@fluentui/react-alert 9.0.0-beta.5 → 9.0.0-beta.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.json +1639 -1
  2. package/CHANGELOG.md +560 -2
  3. package/README.md +1 -1
  4. package/dist/index.d.ts +11 -1
  5. package/lib/Alert.js +0 -1
  6. package/lib/Alert.js.map +1 -1
  7. package/lib/components/Alert/Alert.js +5 -8
  8. package/lib/components/Alert/Alert.js.map +1 -1
  9. package/lib/components/Alert/Alert.types.js +1 -2
  10. package/lib/components/Alert/Alert.types.js.map +1 -1
  11. package/lib/components/Alert/index.js +1 -2
  12. package/lib/components/Alert/index.js.map +1 -1
  13. package/lib/components/Alert/renderAlert.js +5 -12
  14. package/lib/components/Alert/renderAlert.js.map +1 -1
  15. package/lib/components/Alert/useAlert.js +55 -50
  16. package/lib/components/Alert/useAlert.js.map +1 -1
  17. package/lib/components/Alert/useAlertStyles.styles.js +137 -0
  18. package/lib/components/Alert/useAlertStyles.styles.js.map +1 -0
  19. package/lib/index.js +0 -1
  20. package/lib/index.js.map +1 -1
  21. package/lib-commonjs/Alert.js +3 -7
  22. package/lib-commonjs/Alert.js.map +1 -1
  23. package/lib-commonjs/components/Alert/Alert.js +15 -23
  24. package/lib-commonjs/components/Alert/Alert.js.map +1 -1
  25. package/lib-commonjs/components/Alert/Alert.types.js +1 -3
  26. package/lib-commonjs/components/Alert/Alert.types.js.map +1 -1
  27. package/lib-commonjs/components/Alert/index.js +7 -15
  28. package/lib-commonjs/components/Alert/index.js.map +1 -1
  29. package/lib-commonjs/components/Alert/renderAlert.js +11 -21
  30. package/lib-commonjs/components/Alert/renderAlert.js.map +1 -1
  31. package/lib-commonjs/components/Alert/useAlert.js +65 -72
  32. package/lib-commonjs/components/Alert/useAlert.js.map +1 -1
  33. package/lib-commonjs/components/Alert/useAlertStyles.styles.js +276 -0
  34. package/lib-commonjs/components/Alert/useAlertStyles.styles.js.map +1 -0
  35. package/lib-commonjs/index.js +14 -36
  36. package/lib-commonjs/index.js.map +1 -1
  37. package/package.json +32 -18
  38. package/Migration.md +0 -0
  39. package/Spec.md +0 -95
  40. package/dist/tsdoc-metadata.json +0 -11
  41. package/lib/components/Alert/useAlertStyles.js +0 -88
  42. package/lib/components/Alert/useAlertStyles.js.map +0 -1
  43. package/lib-commonjs/components/Alert/useAlertStyles.js +0 -99
  44. package/lib-commonjs/components/Alert/useAlertStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1645 @@
2
2
  "name": "@fluentui/react-alert",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 17:37:46 GMT",
5
+ "date": "Wed, 31 May 2023 06:42:52 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.51",
7
+ "version": "9.0.0-beta.51",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "seanmonahan@microsoft.com",
12
+ "package": "@fluentui/react-alert",
13
+ "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c",
14
+ "comment": "chore: Update Griffel to v1.5.7."
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-alert",
19
+ "comment": "Bump @fluentui/react-avatar to v9.5.5",
20
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-alert",
25
+ "comment": "Bump @fluentui/react-button to v9.3.16",
26
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-alert",
31
+ "comment": "Bump @fluentui/react-tabster to v9.7.5",
32
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-alert",
37
+ "comment": "Bump @fluentui/react-utilities to v9.9.2",
38
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-alert",
43
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6",
44
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-alert",
49
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
50
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
51
+ }
52
+ ]
53
+ }
54
+ },
55
+ {
56
+ "date": "Thu, 25 May 2023 10:00:48 GMT",
57
+ "tag": "@fluentui/react-alert_v9.0.0-beta.50",
58
+ "version": "9.0.0-beta.50",
59
+ "comments": {
60
+ "prerelease": [
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-alert",
64
+ "comment": "Bump @fluentui/react-avatar to v9.5.4",
65
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-alert",
70
+ "comment": "Bump @fluentui/react-button to v9.3.15",
71
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-alert",
76
+ "comment": "Bump @fluentui/react-tabster to v9.7.4",
77
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-alert",
82
+ "comment": "Bump @fluentui/react-utilities to v9.9.1",
83
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-alert",
88
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
89
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
90
+ }
91
+ ]
92
+ }
93
+ },
94
+ {
95
+ "date": "Wed, 24 May 2023 20:45:23 GMT",
96
+ "tag": "@fluentui/react-alert_v9.0.0-beta.49",
97
+ "version": "9.0.0-beta.49",
98
+ "comments": {
99
+ "none": [
100
+ {
101
+ "author": "olfedias@microsoft.com",
102
+ "package": "@fluentui/react-alert",
103
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
104
+ "comment": "chore: update test-ssr script"
105
+ }
106
+ ],
107
+ "prerelease": [
108
+ {
109
+ "author": "beachball",
110
+ "package": "@fluentui/react-alert",
111
+ "comment": "Bump @fluentui/react-avatar to v9.5.3",
112
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
113
+ },
114
+ {
115
+ "author": "beachball",
116
+ "package": "@fluentui/react-alert",
117
+ "comment": "Bump @fluentui/react-button to v9.3.14",
118
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
119
+ },
120
+ {
121
+ "author": "beachball",
122
+ "package": "@fluentui/react-alert",
123
+ "comment": "Bump @fluentui/react-tabster to v9.7.3",
124
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
125
+ }
126
+ ]
127
+ }
128
+ },
129
+ {
130
+ "date": "Thu, 18 May 2023 13:11:08 GMT",
131
+ "tag": "@fluentui/react-alert_v9.0.0-beta.48",
132
+ "version": "9.0.0-beta.48",
133
+ "comments": {
134
+ "prerelease": [
135
+ {
136
+ "author": "beachball",
137
+ "package": "@fluentui/react-alert",
138
+ "comment": "Bump @fluentui/react-avatar to v9.5.2",
139
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
140
+ },
141
+ {
142
+ "author": "beachball",
143
+ "package": "@fluentui/react-alert",
144
+ "comment": "Bump @fluentui/react-button to v9.3.13",
145
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
146
+ },
147
+ {
148
+ "author": "beachball",
149
+ "package": "@fluentui/react-alert",
150
+ "comment": "Bump @fluentui/react-tabster to v9.7.2",
151
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
152
+ }
153
+ ]
154
+ }
155
+ },
156
+ {
157
+ "date": "Thu, 18 May 2023 00:39:01 GMT",
158
+ "tag": "@fluentui/react-alert_v9.0.0-beta.47",
159
+ "version": "9.0.0-beta.47",
160
+ "comments": {
161
+ "none": [
162
+ {
163
+ "author": "olfedias@microsoft.com",
164
+ "package": "@fluentui/react-alert",
165
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
166
+ "comment": "chore: add test-ssr script to v9 packages"
167
+ }
168
+ ],
169
+ "prerelease": [
170
+ {
171
+ "author": "beachball",
172
+ "package": "@fluentui/react-alert",
173
+ "comment": "Bump @fluentui/react-avatar to v9.5.1",
174
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
175
+ },
176
+ {
177
+ "author": "beachball",
178
+ "package": "@fluentui/react-alert",
179
+ "comment": "Bump @fluentui/react-button to v9.3.12",
180
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
181
+ },
182
+ {
183
+ "author": "beachball",
184
+ "package": "@fluentui/react-alert",
185
+ "comment": "Bump @fluentui/react-tabster to v9.7.1",
186
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
187
+ },
188
+ {
189
+ "author": "beachball",
190
+ "package": "@fluentui/react-alert",
191
+ "comment": "Bump @fluentui/react-utilities to v9.9.0",
192
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
193
+ },
194
+ {
195
+ "author": "beachball",
196
+ "package": "@fluentui/react-alert",
197
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4",
198
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
199
+ }
200
+ ]
201
+ }
202
+ },
203
+ {
204
+ "date": "Fri, 12 May 2023 20:28:12 GMT",
205
+ "tag": "@fluentui/react-alert_v9.0.0-beta.46",
206
+ "version": "9.0.0-beta.46",
207
+ "comments": {
208
+ "none": [
209
+ {
210
+ "author": "martinhochel@microsoft.com",
211
+ "package": "@fluentui/react-alert",
212
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
213
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
214
+ }
215
+ ],
216
+ "prerelease": [
217
+ {
218
+ "author": "olfedias@microsoft.com",
219
+ "package": "@fluentui/react-alert",
220
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
221
+ "comment": "chore: exclude .swcrc from being published"
222
+ },
223
+ {
224
+ "author": "olfedias@microsoft.com",
225
+ "package": "@fluentui/react-alert",
226
+ "commit": "9d6394b6c751092fd1d4e26ccc618b5ba05086ec",
227
+ "comment": "chore: move makeStyles() calls to .styles.ts files"
228
+ },
229
+ {
230
+ "author": "beachball",
231
+ "package": "@fluentui/react-alert",
232
+ "comment": "Bump @fluentui/react-avatar to v9.5.0",
233
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
234
+ },
235
+ {
236
+ "author": "beachball",
237
+ "package": "@fluentui/react-alert",
238
+ "comment": "Bump @fluentui/react-button to v9.3.11",
239
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
240
+ },
241
+ {
242
+ "author": "beachball",
243
+ "package": "@fluentui/react-alert",
244
+ "comment": "Bump @fluentui/react-tabster to v9.7.0",
245
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
246
+ },
247
+ {
248
+ "author": "beachball",
249
+ "package": "@fluentui/react-alert",
250
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
251
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
252
+ },
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-alert",
256
+ "comment": "Bump @fluentui/react-utilities to v9.8.1",
257
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-alert",
262
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
263
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-alert",
268
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
269
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
270
+ }
271
+ ]
272
+ }
273
+ },
274
+ {
275
+ "date": "Mon, 24 Apr 2023 08:12:31 GMT",
276
+ "tag": "@fluentui/react-alert_v9.0.0-beta.45",
277
+ "version": "9.0.0-beta.45",
278
+ "comments": {
279
+ "prerelease": [
280
+ {
281
+ "author": "bernardo.sunderhus@gmail.com",
282
+ "package": "@fluentui/react-alert",
283
+ "commit": "85c36e249b33b0bad79be4edd1a943dfc5233b11",
284
+ "comment": "bugfix: remove caret from react-jsx-runtime prerelease dependency"
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-alert",
289
+ "comment": "Bump @fluentui/react-avatar to v9.4.10",
290
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-alert",
295
+ "comment": "Bump @fluentui/react-button to v9.3.10",
296
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-alert",
301
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
302
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Mon, 17 Apr 2023 17:53:44 GMT",
309
+ "tag": "@fluentui/react-alert_v9.0.0-beta.44",
310
+ "version": "9.0.0-beta.44",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "author": "bernardo.sunderhus@gmail.com",
315
+ "package": "@fluentui/react-alert",
316
+ "commit": "d055f1628d71368ca21464a453e5cbf89b00d505",
317
+ "comment": "chore: adopt custom JSX pragma"
318
+ },
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-alert",
322
+ "comment": "Bump @fluentui/react-avatar to v9.4.9",
323
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-alert",
328
+ "comment": "Bump @fluentui/react-button to v9.3.9",
329
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-alert",
334
+ "comment": "Bump @fluentui/react-tabster to v9.6.5",
335
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-alert",
340
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
341
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-alert",
346
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.1",
347
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
348
+ }
349
+ ]
350
+ }
351
+ },
352
+ {
353
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
354
+ "tag": "@fluentui/react-alert_v9.0.0-beta.43",
355
+ "version": "9.0.0-beta.43",
356
+ "comments": {
357
+ "prerelease": [
358
+ {
359
+ "author": "beachball",
360
+ "package": "@fluentui/react-alert",
361
+ "comment": "Bump @fluentui/react-avatar to v9.4.8",
362
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-alert",
367
+ "comment": "Bump @fluentui/react-button to v9.3.8",
368
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-alert",
373
+ "comment": "Bump @fluentui/react-tabster to v9.6.4",
374
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-alert",
379
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
380
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
381
+ }
382
+ ]
383
+ }
384
+ },
385
+ {
386
+ "date": "Tue, 04 Apr 2023 18:44:50 GMT",
387
+ "tag": "@fluentui/react-alert_v9.0.0-beta.42",
388
+ "version": "9.0.0-beta.42",
389
+ "comments": {
390
+ "prerelease": [
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-alert",
394
+ "comment": "Bump @fluentui/react-avatar to v9.4.7",
395
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
396
+ },
397
+ {
398
+ "author": "beachball",
399
+ "package": "@fluentui/react-alert",
400
+ "comment": "Bump @fluentui/react-button to v9.3.7",
401
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
402
+ },
403
+ {
404
+ "author": "beachball",
405
+ "package": "@fluentui/react-alert",
406
+ "comment": "Bump @fluentui/react-tabster to v9.6.3",
407
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
408
+ },
409
+ {
410
+ "author": "beachball",
411
+ "package": "@fluentui/react-alert",
412
+ "comment": "Bump @fluentui/react-utilities to v9.7.3",
413
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
414
+ }
415
+ ]
416
+ }
417
+ },
418
+ {
419
+ "date": "Tue, 21 Mar 2023 21:23:21 GMT",
420
+ "tag": "@fluentui/react-alert_v9.0.0-beta.41",
421
+ "version": "9.0.0-beta.41",
422
+ "comments": {
423
+ "prerelease": [
424
+ {
425
+ "author": "tristan.watanabe@gmail.com",
426
+ "package": "@fluentui/react-alert",
427
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
428
+ "comment": "chore: migrate to swc transpilation approach."
429
+ },
430
+ {
431
+ "author": "makotom@microsoft.com",
432
+ "package": "@fluentui/react-alert",
433
+ "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74",
434
+ "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196."
435
+ },
436
+ {
437
+ "author": "tristan.watanabe@gmail.com",
438
+ "package": "@fluentui/react-alert",
439
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
440
+ "comment": "fix: add node field to package.json exports map."
441
+ },
442
+ {
443
+ "author": "beachball",
444
+ "package": "@fluentui/react-alert",
445
+ "comment": "Bump @fluentui/react-avatar to v9.4.5",
446
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
447
+ },
448
+ {
449
+ "author": "beachball",
450
+ "package": "@fluentui/react-alert",
451
+ "comment": "Bump @fluentui/react-button to v9.3.5",
452
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
453
+ },
454
+ {
455
+ "author": "beachball",
456
+ "package": "@fluentui/react-alert",
457
+ "comment": "Bump @fluentui/react-tabster to v9.6.1",
458
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
459
+ },
460
+ {
461
+ "author": "beachball",
462
+ "package": "@fluentui/react-alert",
463
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
464
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
465
+ },
466
+ {
467
+ "author": "beachball",
468
+ "package": "@fluentui/react-alert",
469
+ "comment": "Bump @fluentui/react-utilities to v9.7.2",
470
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
471
+ },
472
+ {
473
+ "author": "beachball",
474
+ "package": "@fluentui/react-alert",
475
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
476
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
477
+ }
478
+ ]
479
+ }
480
+ },
481
+ {
482
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
483
+ "tag": "@fluentui/react-alert_v9.0.0-beta.40",
484
+ "version": "9.0.0-beta.40",
485
+ "comments": {
486
+ "prerelease": [
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-alert",
490
+ "comment": "Bump @fluentui/react-avatar to v9.4.4",
491
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
492
+ },
493
+ {
494
+ "author": "beachball",
495
+ "package": "@fluentui/react-alert",
496
+ "comment": "Bump @fluentui/react-button to v9.3.4",
497
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
498
+ },
499
+ {
500
+ "author": "beachball",
501
+ "package": "@fluentui/react-alert",
502
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
503
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
504
+ },
505
+ {
506
+ "author": "beachball",
507
+ "package": "@fluentui/react-alert",
508
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
509
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
510
+ }
511
+ ]
512
+ }
513
+ },
514
+ {
515
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
516
+ "tag": "@fluentui/react-alert_v9.0.0-beta.39",
517
+ "version": "9.0.0-beta.39",
518
+ "comments": {
519
+ "prerelease": [
520
+ {
521
+ "author": "beachball",
522
+ "package": "@fluentui/react-alert",
523
+ "comment": "Bump @fluentui/react-avatar to v9.4.3",
524
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
525
+ },
526
+ {
527
+ "author": "beachball",
528
+ "package": "@fluentui/react-alert",
529
+ "comment": "Bump @fluentui/react-button to v9.3.3",
530
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
531
+ },
532
+ {
533
+ "author": "beachball",
534
+ "package": "@fluentui/react-alert",
535
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
536
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
537
+ },
538
+ {
539
+ "author": "beachball",
540
+ "package": "@fluentui/react-alert",
541
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
542
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
543
+ }
544
+ ]
545
+ }
546
+ },
547
+ {
548
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
549
+ "tag": "@fluentui/react-alert_v9.0.0-beta.38",
550
+ "version": "9.0.0-beta.38",
551
+ "comments": {
552
+ "prerelease": [
553
+ {
554
+ "author": "beachball",
555
+ "package": "@fluentui/react-alert",
556
+ "comment": "Bump @fluentui/react-avatar to v9.4.2",
557
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
558
+ },
559
+ {
560
+ "author": "beachball",
561
+ "package": "@fluentui/react-alert",
562
+ "comment": "Bump @fluentui/react-button to v9.3.2",
563
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
564
+ },
565
+ {
566
+ "author": "beachball",
567
+ "package": "@fluentui/react-alert",
568
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
569
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
570
+ },
571
+ {
572
+ "author": "beachball",
573
+ "package": "@fluentui/react-alert",
574
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
575
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
576
+ }
577
+ ]
578
+ }
579
+ },
580
+ {
581
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
582
+ "tag": "@fluentui/react-alert_v9.0.0-beta.37",
583
+ "version": "9.0.0-beta.37",
584
+ "comments": {
585
+ "prerelease": [
586
+ {
587
+ "author": "beachball",
588
+ "package": "@fluentui/react-alert",
589
+ "comment": "Bump @fluentui/react-avatar to v9.4.1",
590
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
591
+ },
592
+ {
593
+ "author": "beachball",
594
+ "package": "@fluentui/react-alert",
595
+ "comment": "Bump @fluentui/react-button to v9.3.1",
596
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
597
+ },
598
+ {
599
+ "author": "beachball",
600
+ "package": "@fluentui/react-alert",
601
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
602
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
603
+ },
604
+ {
605
+ "author": "beachball",
606
+ "package": "@fluentui/react-alert",
607
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
608
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
609
+ }
610
+ ]
611
+ }
612
+ },
613
+ {
614
+ "date": "Wed, 08 Mar 2023 17:42:51 GMT",
615
+ "tag": "@fluentui/react-alert_v9.0.0-beta.36",
616
+ "version": "9.0.0-beta.36",
617
+ "comments": {
618
+ "prerelease": [
619
+ {
620
+ "author": "beachball",
621
+ "package": "@fluentui/react-alert",
622
+ "comment": "Bump @fluentui/react-avatar to v9.4.0",
623
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
624
+ },
625
+ {
626
+ "author": "beachball",
627
+ "package": "@fluentui/react-alert",
628
+ "comment": "Bump @fluentui/react-button to v9.3.0",
629
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
630
+ },
631
+ {
632
+ "author": "beachball",
633
+ "package": "@fluentui/react-alert",
634
+ "comment": "Bump @fluentui/react-tabster to v9.5.4",
635
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
636
+ },
637
+ {
638
+ "author": "beachball",
639
+ "package": "@fluentui/react-alert",
640
+ "comment": "Bump @fluentui/react-utilities to v9.6.1",
641
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
642
+ }
643
+ ]
644
+ }
645
+ },
646
+ {
647
+ "date": "Wed, 22 Feb 2023 23:06:07 GMT",
648
+ "tag": "@fluentui/react-alert_v9.0.0-beta.35",
649
+ "version": "9.0.0-beta.35",
650
+ "comments": {
651
+ "prerelease": [
652
+ {
653
+ "author": "beachball",
654
+ "package": "@fluentui/react-alert",
655
+ "comment": "Bump @fluentui/react-avatar to v9.3.7",
656
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
657
+ }
658
+ ]
659
+ }
660
+ },
661
+ {
662
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
663
+ "tag": "@fluentui/react-alert_v9.0.0-beta.34",
664
+ "version": "9.0.0-beta.34",
665
+ "comments": {
666
+ "prerelease": [
667
+ {
668
+ "author": "beachball",
669
+ "package": "@fluentui/react-alert",
670
+ "comment": "Bump @fluentui/react-avatar to v9.3.6",
671
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
672
+ },
673
+ {
674
+ "author": "beachball",
675
+ "package": "@fluentui/react-alert",
676
+ "comment": "Bump @fluentui/react-button to v9.2.5",
677
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
678
+ },
679
+ {
680
+ "author": "beachball",
681
+ "package": "@fluentui/react-alert",
682
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
683
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
684
+ },
685
+ {
686
+ "author": "beachball",
687
+ "package": "@fluentui/react-alert",
688
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
689
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
690
+ }
691
+ ]
692
+ }
693
+ },
694
+ {
695
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
696
+ "tag": "@fluentui/react-alert_v9.0.0-beta.33",
697
+ "version": "9.0.0-beta.33",
698
+ "comments": {
699
+ "prerelease": [
700
+ {
701
+ "author": "beachball",
702
+ "package": "@fluentui/react-alert",
703
+ "comment": "Bump @fluentui/react-avatar to v9.3.5",
704
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
705
+ },
706
+ {
707
+ "author": "beachball",
708
+ "package": "@fluentui/react-alert",
709
+ "comment": "Bump @fluentui/react-button to v9.2.4",
710
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
711
+ },
712
+ {
713
+ "author": "beachball",
714
+ "package": "@fluentui/react-alert",
715
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
716
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
717
+ },
718
+ {
719
+ "author": "beachball",
720
+ "package": "@fluentui/react-alert",
721
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
722
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
723
+ }
724
+ ]
725
+ }
726
+ },
727
+ {
728
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
729
+ "tag": "@fluentui/react-alert_v9.0.0-beta.32",
730
+ "version": "9.0.0-beta.32",
731
+ "comments": {
732
+ "prerelease": [
733
+ {
734
+ "author": "beachball",
735
+ "package": "@fluentui/react-alert",
736
+ "comment": "Bump @fluentui/react-avatar to v9.3.4",
737
+ "commit": "b24aed22677cb12a74f185feee89edefd1601b9a"
738
+ }
739
+ ]
740
+ }
741
+ },
742
+ {
743
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
744
+ "tag": "@fluentui/react-alert_v9.0.0-beta.31",
745
+ "version": "9.0.0-beta.31",
746
+ "comments": {
747
+ "prerelease": [
748
+ {
749
+ "author": "beachball",
750
+ "package": "@fluentui/react-alert",
751
+ "comment": "Bump @fluentui/react-avatar to v9.3.3",
752
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
753
+ },
754
+ {
755
+ "author": "beachball",
756
+ "package": "@fluentui/react-alert",
757
+ "comment": "Bump @fluentui/react-button to v9.2.3",
758
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
759
+ },
760
+ {
761
+ "author": "beachball",
762
+ "package": "@fluentui/react-alert",
763
+ "comment": "Bump @fluentui/react-tabster to v9.5.1",
764
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
765
+ },
766
+ {
767
+ "author": "beachball",
768
+ "package": "@fluentui/react-alert",
769
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
770
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
771
+ }
772
+ ]
773
+ }
774
+ },
775
+ {
776
+ "date": "Tue, 07 Feb 2023 14:13:10 GMT",
777
+ "tag": "@fluentui/react-alert_v9.0.0-beta.30",
778
+ "version": "9.0.0-beta.30",
779
+ "comments": {
780
+ "prerelease": [
781
+ {
782
+ "author": "beachball",
783
+ "package": "@fluentui/react-alert",
784
+ "comment": "Bump @fluentui/react-avatar to v9.3.2",
785
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
786
+ },
787
+ {
788
+ "author": "beachball",
789
+ "package": "@fluentui/react-alert",
790
+ "comment": "Bump @fluentui/react-button to v9.2.2",
791
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
792
+ },
793
+ {
794
+ "author": "beachball",
795
+ "package": "@fluentui/react-alert",
796
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
797
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
798
+ }
799
+ ]
800
+ }
801
+ },
802
+ {
803
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
804
+ "tag": "@fluentui/react-alert_v9.0.0-beta.29",
805
+ "version": "9.0.0-beta.29",
806
+ "comments": {
807
+ "prerelease": [
808
+ {
809
+ "author": "beachball",
810
+ "package": "@fluentui/react-alert",
811
+ "comment": "Bump @fluentui/react-avatar to v9.3.1",
812
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
813
+ },
814
+ {
815
+ "author": "beachball",
816
+ "package": "@fluentui/react-alert",
817
+ "comment": "Bump @fluentui/react-button to v9.2.1",
818
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
819
+ },
820
+ {
821
+ "author": "beachball",
822
+ "package": "@fluentui/react-alert",
823
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
824
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
825
+ },
826
+ {
827
+ "author": "beachball",
828
+ "package": "@fluentui/react-alert",
829
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
830
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
831
+ }
832
+ ]
833
+ }
834
+ },
835
+ {
836
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
837
+ "tag": "@fluentui/react-alert_v9.0.0-beta.28",
838
+ "version": "9.0.0-beta.28",
839
+ "comments": {
840
+ "prerelease": [
841
+ {
842
+ "author": "beachball",
843
+ "package": "@fluentui/react-alert",
844
+ "comment": "Bump @fluentui/react-avatar to v9.3.0",
845
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
846
+ },
847
+ {
848
+ "author": "beachball",
849
+ "package": "@fluentui/react-alert",
850
+ "comment": "Bump @fluentui/react-button to v9.2.0",
851
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
852
+ },
853
+ {
854
+ "author": "beachball",
855
+ "package": "@fluentui/react-alert",
856
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
857
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
858
+ },
859
+ {
860
+ "author": "beachball",
861
+ "package": "@fluentui/react-alert",
862
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
863
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
864
+ }
865
+ ]
866
+ }
867
+ },
868
+ {
869
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
870
+ "tag": "@fluentui/react-alert_v9.0.0-beta.27",
871
+ "version": "9.0.0-beta.27",
872
+ "comments": {
873
+ "prerelease": [
874
+ {
875
+ "author": "beachball",
876
+ "package": "@fluentui/react-alert",
877
+ "comment": "Bump @fluentui/react-avatar to v9.2.16",
878
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
879
+ }
880
+ ]
881
+ }
882
+ },
883
+ {
884
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
885
+ "tag": "@fluentui/react-alert_v9.0.0-beta.26",
886
+ "version": "9.0.0-beta.26",
887
+ "comments": {
888
+ "prerelease": [
889
+ {
890
+ "author": "beachball",
891
+ "package": "@fluentui/react-alert",
892
+ "comment": "Bump @fluentui/react-avatar to v9.2.15",
893
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
894
+ },
895
+ {
896
+ "author": "beachball",
897
+ "package": "@fluentui/react-alert",
898
+ "comment": "Bump @fluentui/react-button to v9.1.16",
899
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
900
+ },
901
+ {
902
+ "author": "beachball",
903
+ "package": "@fluentui/react-alert",
904
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
905
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
906
+ }
907
+ ]
908
+ }
909
+ },
910
+ {
911
+ "date": "Tue, 17 Jan 2023 12:22:56 GMT",
912
+ "tag": "@fluentui/react-alert_v9.0.0-beta.25",
913
+ "version": "9.0.0-beta.25",
914
+ "comments": {
915
+ "prerelease": [
916
+ {
917
+ "author": "beachball",
918
+ "package": "@fluentui/react-alert",
919
+ "comment": "Bump @fluentui/react-avatar to v9.2.14",
920
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
921
+ }
922
+ ]
923
+ }
924
+ },
925
+ {
926
+ "date": "Mon, 16 Jan 2023 08:38:54 GMT",
927
+ "tag": "@fluentui/react-alert_v9.0.0-beta.24",
928
+ "version": "9.0.0-beta.24",
929
+ "comments": {
930
+ "none": [
931
+ {
932
+ "author": "martinhochel@microsoft.com",
933
+ "package": "@fluentui/react-alert",
934
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
935
+ "comment": "chore: migrate to packaged scripts"
936
+ }
937
+ ],
938
+ "prerelease": [
939
+ {
940
+ "author": "beachball",
941
+ "package": "@fluentui/react-alert",
942
+ "comment": "Bump @fluentui/react-avatar to v9.2.13",
943
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
944
+ },
945
+ {
946
+ "author": "beachball",
947
+ "package": "@fluentui/react-alert",
948
+ "comment": "Bump @fluentui/react-button to v9.1.15",
949
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
950
+ },
951
+ {
952
+ "author": "beachball",
953
+ "package": "@fluentui/react-alert",
954
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
955
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
956
+ }
957
+ ]
958
+ }
959
+ },
960
+ {
961
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
962
+ "tag": "@fluentui/react-alert_v9.0.0-beta.23",
963
+ "version": "9.0.0-beta.23",
964
+ "comments": {
965
+ "prerelease": [
966
+ {
967
+ "author": "beachball",
968
+ "package": "@fluentui/react-alert",
969
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
970
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
971
+ },
972
+ {
973
+ "author": "beachball",
974
+ "package": "@fluentui/react-alert",
975
+ "comment": "Bump @fluentui/react-button to v9.1.14",
976
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
977
+ },
978
+ {
979
+ "author": "beachball",
980
+ "package": "@fluentui/react-alert",
981
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
982
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
983
+ },
984
+ {
985
+ "author": "beachball",
986
+ "package": "@fluentui/react-alert",
987
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
988
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
989
+ }
990
+ ]
991
+ }
992
+ },
993
+ {
994
+ "date": "Wed, 04 Jan 2023 01:40:49 GMT",
995
+ "tag": "@fluentui/react-alert_v9.0.0-beta.22",
996
+ "version": "9.0.0-beta.22",
997
+ "comments": {
998
+ "none": [
999
+ {
1000
+ "author": "martinhochel@microsoft.com",
1001
+ "package": "@fluentui/react-alert",
1002
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
1003
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
1004
+ },
1005
+ {
1006
+ "author": "martinhochel@microsoft.com",
1007
+ "package": "@fluentui/react-alert",
1008
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
1009
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
1010
+ }
1011
+ ],
1012
+ "prerelease": [
1013
+ {
1014
+ "author": "olfedias@microsoft.com",
1015
+ "package": "@fluentui/react-alert",
1016
+ "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
1017
+ "comment": "chore: Update Griffel to latest version"
1018
+ },
1019
+ {
1020
+ "author": "beachball",
1021
+ "package": "@fluentui/react-alert",
1022
+ "comment": "Bump @fluentui/react-avatar to v9.2.11",
1023
+ "commit": "3e322d15529451be153e97298873253e21af4082"
1024
+ },
1025
+ {
1026
+ "author": "beachball",
1027
+ "package": "@fluentui/react-alert",
1028
+ "comment": "Bump @fluentui/react-button to v9.1.13",
1029
+ "commit": "3e322d15529451be153e97298873253e21af4082"
1030
+ },
1031
+ {
1032
+ "author": "beachball",
1033
+ "package": "@fluentui/react-alert",
1034
+ "comment": "Bump @fluentui/react-tabster to v9.3.5",
1035
+ "commit": "3e322d15529451be153e97298873253e21af4082"
1036
+ },
1037
+ {
1038
+ "author": "beachball",
1039
+ "package": "@fluentui/react-alert",
1040
+ "comment": "Bump @fluentui/react-utilities to v9.3.1",
1041
+ "commit": "3e322d15529451be153e97298873253e21af4082"
1042
+ },
1043
+ {
1044
+ "author": "beachball",
1045
+ "package": "@fluentui/react-alert",
1046
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
1047
+ "commit": "3e322d15529451be153e97298873253e21af4082"
1048
+ }
1049
+ ]
1050
+ }
1051
+ },
1052
+ {
1053
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
1054
+ "tag": "@fluentui/react-alert_v9.0.0-beta.21",
1055
+ "version": "9.0.0-beta.21",
1056
+ "comments": {
1057
+ "prerelease": [
1058
+ {
1059
+ "author": "beachball",
1060
+ "package": "@fluentui/react-alert",
1061
+ "comment": "Bump @fluentui/react-avatar to v9.2.10",
1062
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
1063
+ },
1064
+ {
1065
+ "author": "beachball",
1066
+ "package": "@fluentui/react-alert",
1067
+ "comment": "Bump @fluentui/react-button to v9.1.12",
1068
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
1069
+ },
1070
+ {
1071
+ "author": "beachball",
1072
+ "package": "@fluentui/react-alert",
1073
+ "comment": "Bump @fluentui/react-tabster to v9.3.4",
1074
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
1075
+ },
1076
+ {
1077
+ "author": "beachball",
1078
+ "package": "@fluentui/react-alert",
1079
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
1080
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
1081
+ }
1082
+ ]
1083
+ }
1084
+ },
1085
+ {
1086
+ "date": "Tue, 20 Dec 2022 14:59:21 GMT",
1087
+ "tag": "@fluentui/react-alert_v9.0.0-beta.20",
1088
+ "version": "9.0.0-beta.20",
1089
+ "comments": {
1090
+ "prerelease": [
1091
+ {
1092
+ "author": "marigome@microsoft.com",
1093
+ "package": "@fluentui/react-alert",
1094
+ "commit": "f944ddda46a4f5f997fd7614a62b72fcbab09da6",
1095
+ "comment": "fix: update tokens to match the spec"
1096
+ },
1097
+ {
1098
+ "author": "beachball",
1099
+ "package": "@fluentui/react-alert",
1100
+ "comment": "Bump @fluentui/react-avatar to v9.2.9",
1101
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
1102
+ },
1103
+ {
1104
+ "author": "beachball",
1105
+ "package": "@fluentui/react-alert",
1106
+ "comment": "Bump @fluentui/react-button to v9.1.11",
1107
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
1108
+ },
1109
+ {
1110
+ "author": "beachball",
1111
+ "package": "@fluentui/react-alert",
1112
+ "comment": "Bump @fluentui/react-tabster to v9.3.3",
1113
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
1114
+ },
1115
+ {
1116
+ "author": "beachball",
1117
+ "package": "@fluentui/react-alert",
1118
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
1119
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
1120
+ },
1121
+ {
1122
+ "author": "beachball",
1123
+ "package": "@fluentui/react-alert",
1124
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
1125
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
1126
+ }
1127
+ ]
1128
+ }
1129
+ },
1130
+ {
1131
+ "date": "Mon, 05 Dec 2022 18:29:39 GMT",
1132
+ "tag": "@fluentui/react-alert_v9.0.0-beta.19",
1133
+ "version": "9.0.0-beta.19",
1134
+ "comments": {
1135
+ "prerelease": [
1136
+ {
1137
+ "author": "beachball",
1138
+ "package": "@fluentui/react-alert",
1139
+ "comment": "Bump @fluentui/react-avatar to v9.2.8",
1140
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
1141
+ },
1142
+ {
1143
+ "author": "beachball",
1144
+ "package": "@fluentui/react-alert",
1145
+ "comment": "Bump @fluentui/react-button to v9.1.10",
1146
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
1147
+ },
1148
+ {
1149
+ "author": "beachball",
1150
+ "package": "@fluentui/react-alert",
1151
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
1152
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
1153
+ }
1154
+ ]
1155
+ }
1156
+ },
1157
+ {
1158
+ "date": "Thu, 17 Nov 2022 23:05:33 GMT",
1159
+ "tag": "@fluentui/react-alert_v9.0.0-beta.18",
1160
+ "version": "9.0.0-beta.18",
1161
+ "comments": {
1162
+ "none": [
1163
+ {
1164
+ "author": "martinhochel@microsoft.com",
1165
+ "package": "@fluentui/react-alert",
1166
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
1167
+ "comment": "chore: update package scaffold"
1168
+ }
1169
+ ],
1170
+ "prerelease": [
1171
+ {
1172
+ "author": "beachball",
1173
+ "package": "@fluentui/react-alert",
1174
+ "comment": "Bump @fluentui/react-avatar to v9.2.7",
1175
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
1176
+ },
1177
+ {
1178
+ "author": "beachball",
1179
+ "package": "@fluentui/react-alert",
1180
+ "comment": "Bump @fluentui/react-button to v9.1.9",
1181
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
1182
+ },
1183
+ {
1184
+ "author": "beachball",
1185
+ "package": "@fluentui/react-alert",
1186
+ "comment": "Bump @fluentui/react-utilities to v9.2.2",
1187
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
1188
+ }
1189
+ ]
1190
+ }
1191
+ },
1192
+ {
1193
+ "date": "Fri, 11 Nov 2022 14:57:51 GMT",
1194
+ "tag": "@fluentui/react-alert_v9.0.0-beta.17",
1195
+ "version": "9.0.0-beta.17",
1196
+ "comments": {
1197
+ "none": [
1198
+ {
1199
+ "author": "martinhochel@microsoft.com",
1200
+ "package": "@fluentui/react-alert",
1201
+ "commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
1202
+ "comment": "test: replace deprecated module.parent with require.main within isConformance"
1203
+ }
1204
+ ],
1205
+ "prerelease": [
1206
+ {
1207
+ "author": "beachball",
1208
+ "package": "@fluentui/react-alert",
1209
+ "comment": "Bump @fluentui/react-avatar to v9.2.6",
1210
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1211
+ },
1212
+ {
1213
+ "author": "beachball",
1214
+ "package": "@fluentui/react-alert",
1215
+ "comment": "Bump @fluentui/react-button to v9.1.8",
1216
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1217
+ },
1218
+ {
1219
+ "author": "beachball",
1220
+ "package": "@fluentui/react-alert",
1221
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
1222
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1223
+ },
1224
+ {
1225
+ "author": "beachball",
1226
+ "package": "@fluentui/react-alert",
1227
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
1228
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1229
+ },
1230
+ {
1231
+ "author": "beachball",
1232
+ "package": "@fluentui/react-alert",
1233
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
1234
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
1235
+ }
1236
+ ]
1237
+ }
1238
+ },
1239
+ {
1240
+ "date": "Wed, 02 Nov 2022 11:57:47 GMT",
1241
+ "tag": "@fluentui/react-alert_v9.0.0-beta.16",
1242
+ "version": "9.0.0-beta.16",
1243
+ "comments": {
1244
+ "prerelease": [
1245
+ {
1246
+ "author": "olfedias@microsoft.com",
1247
+ "package": "@fluentui/react-alert",
1248
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
1249
+ "comment": "chore: Update Griffel to latest version"
1250
+ },
1251
+ {
1252
+ "author": "beachball",
1253
+ "package": "@fluentui/react-alert",
1254
+ "comment": "Bump @fluentui/react-avatar to v9.2.5",
1255
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
1256
+ },
1257
+ {
1258
+ "author": "beachball",
1259
+ "package": "@fluentui/react-alert",
1260
+ "comment": "Bump @fluentui/react-button to v9.1.7",
1261
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
1262
+ },
1263
+ {
1264
+ "author": "beachball",
1265
+ "package": "@fluentui/react-alert",
1266
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
1267
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
1268
+ },
1269
+ {
1270
+ "author": "beachball",
1271
+ "package": "@fluentui/react-alert",
1272
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
1273
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
1274
+ }
1275
+ ]
1276
+ }
1277
+ },
1278
+ {
1279
+ "date": "Tue, 25 Oct 2022 00:35:27 GMT",
1280
+ "tag": "@fluentui/react-alert_v9.0.0-beta.15",
1281
+ "version": "9.0.0-beta.15",
1282
+ "comments": {
1283
+ "none": [
1284
+ {
1285
+ "author": "miroslav.stastny@microsoft.com",
1286
+ "package": "@fluentui/react-alert",
1287
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
1288
+ "comment": "Update package readme"
1289
+ }
1290
+ ],
1291
+ "prerelease": [
1292
+ {
1293
+ "author": "beachball",
1294
+ "package": "@fluentui/react-alert",
1295
+ "comment": "Bump @fluentui/react-avatar to v9.2.4",
1296
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
1297
+ },
1298
+ {
1299
+ "author": "beachball",
1300
+ "package": "@fluentui/react-alert",
1301
+ "comment": "Bump @fluentui/react-button to v9.1.6",
1302
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
1303
+ }
1304
+ ]
1305
+ }
1306
+ },
1307
+ {
1308
+ "date": "Thu, 20 Oct 2022 08:39:57 GMT",
1309
+ "tag": "@fluentui/react-alert_v9.0.0-beta.14",
1310
+ "version": "9.0.0-beta.14",
1311
+ "comments": {
1312
+ "prerelease": [
1313
+ {
1314
+ "author": "mgodbolt@microsoft.com",
1315
+ "package": "@fluentui/react-alert",
1316
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
1317
+ "comment": "chore: Bump peer deps to support React 18"
1318
+ },
1319
+ {
1320
+ "author": "tristan.watanabe@gmail.com",
1321
+ "package": "@fluentui/react-alert",
1322
+ "commit": "791ed7453a6bf65342e9bed5876b02ef0b9fc944",
1323
+ "comment": "chore: Migrate to new package structure."
1324
+ },
1325
+ {
1326
+ "author": "olfedias@microsoft.com",
1327
+ "package": "@fluentui/react-alert",
1328
+ "commit": "06865dada128321804646582f564ee86d835d174",
1329
+ "comment": "chore: Update Griffel to latest version"
1330
+ },
1331
+ {
1332
+ "author": "beachball",
1333
+ "package": "@fluentui/react-alert",
1334
+ "comment": "Bump @fluentui/react-avatar to v9.2.3",
1335
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1336
+ },
1337
+ {
1338
+ "author": "beachball",
1339
+ "package": "@fluentui/react-alert",
1340
+ "comment": "Bump @fluentui/react-button to v9.1.5",
1341
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1342
+ },
1343
+ {
1344
+ "author": "beachball",
1345
+ "package": "@fluentui/react-alert",
1346
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
1347
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1348
+ },
1349
+ {
1350
+ "author": "beachball",
1351
+ "package": "@fluentui/react-alert",
1352
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
1353
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1354
+ },
1355
+ {
1356
+ "author": "beachball",
1357
+ "package": "@fluentui/react-alert",
1358
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
1359
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
1360
+ }
1361
+ ]
1362
+ }
1363
+ },
1364
+ {
1365
+ "date": "Thu, 13 Oct 2022 12:56:30 GMT",
1366
+ "tag": "@fluentui/react-alert_v9.0.0-beta.13",
1367
+ "version": "9.0.0-beta.13",
1368
+ "comments": {
1369
+ "prerelease": [
1370
+ {
1371
+ "author": "beachball",
1372
+ "package": "@fluentui/react-alert",
1373
+ "comment": "Bump @fluentui/react-avatar to v9.2.2",
1374
+ "commit": "77301c97c0539b9ebf891642eb0a077d1aeae9a6"
1375
+ }
1376
+ ]
1377
+ }
1378
+ },
1379
+ {
1380
+ "date": "Thu, 13 Oct 2022 11:02:42 GMT",
1381
+ "tag": "@fluentui/react-alert_v9.0.0-beta.12",
1382
+ "version": "9.0.0-beta.12",
1383
+ "comments": {
1384
+ "prerelease": [
1385
+ {
1386
+ "author": "olfedias@microsoft.com",
1387
+ "package": "@fluentui/react-alert",
1388
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
1389
+ "comment": "chore: Update Griffel to latest version"
1390
+ },
1391
+ {
1392
+ "author": "beachball",
1393
+ "package": "@fluentui/react-alert",
1394
+ "comment": "Bump @fluentui/react-avatar to v9.2.1",
1395
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1396
+ },
1397
+ {
1398
+ "author": "beachball",
1399
+ "package": "@fluentui/react-alert",
1400
+ "comment": "Bump @fluentui/react-button to v9.1.4",
1401
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1402
+ },
1403
+ {
1404
+ "author": "beachball",
1405
+ "package": "@fluentui/react-alert",
1406
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
1407
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1408
+ },
1409
+ {
1410
+ "author": "beachball",
1411
+ "package": "@fluentui/react-alert",
1412
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
1413
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1414
+ }
1415
+ ]
1416
+ }
1417
+ },
1418
+ {
1419
+ "date": "Mon, 03 Oct 2022 22:24:42 GMT",
1420
+ "tag": "@fluentui/react-alert_v9.0.0-beta.11",
1421
+ "version": "9.0.0-beta.11",
1422
+ "comments": {
1423
+ "prerelease": [
1424
+ {
1425
+ "author": "beachball",
1426
+ "package": "@fluentui/react-alert",
1427
+ "comment": "Bump @fluentui/react-avatar to v9.2.0",
1428
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
1429
+ },
1430
+ {
1431
+ "author": "beachball",
1432
+ "package": "@fluentui/react-alert",
1433
+ "comment": "Bump @fluentui/react-button to v9.1.3",
1434
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
1435
+ }
1436
+ ]
1437
+ }
1438
+ },
1439
+ {
1440
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
1441
+ "tag": "@fluentui/react-alert_v9.0.0-beta.10",
1442
+ "version": "9.0.0-beta.10",
1443
+ "comments": {
1444
+ "prerelease": [
1445
+ {
1446
+ "author": "beachball",
1447
+ "package": "@fluentui/react-alert",
1448
+ "comment": "Bump @fluentui/react-avatar to v9.1.1",
1449
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
1450
+ },
1451
+ {
1452
+ "author": "beachball",
1453
+ "package": "@fluentui/react-alert",
1454
+ "comment": "Bump @fluentui/react-button to v9.1.2",
1455
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
1456
+ },
1457
+ {
1458
+ "author": "beachball",
1459
+ "package": "@fluentui/react-alert",
1460
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
1461
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
1462
+ }
1463
+ ]
1464
+ }
1465
+ },
1466
+ {
1467
+ "date": "Thu, 15 Sep 2022 09:49:47 GMT",
1468
+ "tag": "@fluentui/react-alert_v9.0.0-beta.9",
1469
+ "version": "9.0.0-beta.9",
1470
+ "comments": {
1471
+ "none": [
1472
+ {
1473
+ "author": "martinhochel@microsoft.com",
1474
+ "package": "@fluentui/react-alert",
1475
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1476
+ "comment": "chore: update package scaffold"
1477
+ },
1478
+ {
1479
+ "author": "rohitpag@microsoft.com",
1480
+ "package": "@fluentui/react-alert",
1481
+ "commit": "045c66e2a2142e3d2380da05a9aa60b54de6888c",
1482
+ "comment": "Adding appearance prop to the alert component"
1483
+ }
1484
+ ],
1485
+ "prerelease": [
1486
+ {
1487
+ "author": "olfedias@microsoft.com",
1488
+ "package": "@fluentui/react-alert",
1489
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1490
+ "comment": "chore: Update Griffel to latest version"
1491
+ },
1492
+ {
1493
+ "author": "beachball",
1494
+ "package": "@fluentui/react-alert",
1495
+ "comment": "Bump @fluentui/react-avatar to v9.1.0",
1496
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1497
+ },
1498
+ {
1499
+ "author": "beachball",
1500
+ "package": "@fluentui/react-alert",
1501
+ "comment": "Bump @fluentui/react-button to v9.1.1",
1502
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1503
+ },
1504
+ {
1505
+ "author": "beachball",
1506
+ "package": "@fluentui/react-alert",
1507
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
1508
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1509
+ },
1510
+ {
1511
+ "author": "beachball",
1512
+ "package": "@fluentui/react-alert",
1513
+ "comment": "Bump @fluentui/react-utilities to v9.1.0",
1514
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1515
+ },
1516
+ {
1517
+ "author": "beachball",
1518
+ "package": "@fluentui/react-alert",
1519
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
1520
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1521
+ }
1522
+ ]
1523
+ }
1524
+ },
1525
+ {
1526
+ "date": "Wed, 03 Aug 2022 16:03:36 GMT",
1527
+ "tag": "@fluentui/react-alert_v9.0.0-beta.8",
1528
+ "version": "9.0.0-beta.8",
1529
+ "comments": {
1530
+ "prerelease": [
1531
+ {
1532
+ "author": "miroslav.stastny@microsoft.com",
1533
+ "package": "@fluentui/react-alert",
1534
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1535
+ "comment": "chore: Bump Griffel dependencies"
1536
+ },
1537
+ {
1538
+ "author": "beachball",
1539
+ "package": "@fluentui/react-alert",
1540
+ "comment": "Bump @fluentui/react-avatar to v9.0.4",
1541
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
1542
+ },
1543
+ {
1544
+ "author": "beachball",
1545
+ "package": "@fluentui/react-alert",
1546
+ "comment": "Bump @fluentui/react-button to v9.1.0",
1547
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
1548
+ },
1549
+ {
1550
+ "author": "beachball",
1551
+ "package": "@fluentui/react-alert",
1552
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
1553
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
1554
+ }
1555
+ ]
1556
+ }
1557
+ },
1558
+ {
1559
+ "date": "Thu, 14 Jul 2022 21:21:08 GMT",
1560
+ "tag": "@fluentui/react-alert_v9.0.0-beta.7",
1561
+ "version": "9.0.0-beta.7",
1562
+ "comments": {
1563
+ "prerelease": [
1564
+ {
1565
+ "author": "Humberto.Morimoto@microsoft.com",
1566
+ "package": "@fluentui/react-alert",
1567
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
1568
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
1569
+ },
1570
+ {
1571
+ "author": "beachball",
1572
+ "package": "@fluentui/react-alert",
1573
+ "comment": "Bump @fluentui/react-avatar to v9.0.3",
1574
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1575
+ },
1576
+ {
1577
+ "author": "beachball",
1578
+ "package": "@fluentui/react-alert",
1579
+ "comment": "Bump @fluentui/react-button to v9.0.3",
1580
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1581
+ },
1582
+ {
1583
+ "author": "beachball",
1584
+ "package": "@fluentui/react-alert",
1585
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
1586
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1587
+ }
1588
+ ]
1589
+ }
1590
+ },
1591
+ {
1592
+ "date": "Thu, 14 Jul 2022 17:06:12 GMT",
1593
+ "tag": "@fluentui/react-alert_v9.0.0-beta.6",
1594
+ "version": "9.0.0-beta.6",
1595
+ "comments": {
1596
+ "prerelease": [
1597
+ {
1598
+ "author": "ololubek@microsoft.com",
1599
+ "package": "@fluentui/react-alert",
1600
+ "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
1601
+ "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
1602
+ },
1603
+ {
1604
+ "author": "sarah.higley@microsoft.com",
1605
+ "package": "@fluentui/react-alert",
1606
+ "commit": "18cb868b8978fc56b9dc2ded0aaf79d17e6deeee",
1607
+ "comment": "update Alert with live region attributes"
1608
+ },
1609
+ {
1610
+ "author": "rohitpag@microsoft.com",
1611
+ "package": "@fluentui/react-alert",
1612
+ "commit": "b4a1586d84a3f1480327d288b128eb102b44ba5a",
1613
+ "comment": "feat: Adding avatar slot support to Alert"
1614
+ },
1615
+ {
1616
+ "author": "beachball",
1617
+ "package": "@fluentui/react-alert",
1618
+ "comment": "Bump @fluentui/react-avatar to v9.0.2",
1619
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1620
+ },
1621
+ {
1622
+ "author": "beachball",
1623
+ "package": "@fluentui/react-alert",
1624
+ "comment": "Bump @fluentui/react-button to v9.0.2",
1625
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1626
+ },
1627
+ {
1628
+ "author": "beachball",
1629
+ "package": "@fluentui/react-alert",
1630
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
1631
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1632
+ },
1633
+ {
1634
+ "author": "beachball",
1635
+ "package": "@fluentui/react-alert",
1636
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
1637
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1638
+ }
1639
+ ]
1640
+ }
1641
+ },
1642
+ {
1643
+ "date": "Tue, 28 Jun 2022 17:39:46 GMT",
6
1644
  "tag": "@fluentui/react-alert_v9.0.0-beta.5",
7
1645
  "version": "9.0.0-beta.5",
8
1646
  "comments": {