@fluentui/react-alert 9.0.0-beta.4 → 9.0.0-beta.41

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 (37) hide show
  1. package/.swcrc +30 -0
  2. package/CHANGELOG.json +1252 -1
  3. package/CHANGELOG.md +441 -2
  4. package/README.md +1 -1
  5. package/dist/index.d.ts +11 -1
  6. package/lib/Alert.js.map +1 -1
  7. package/lib/components/Alert/Alert.js +0 -1
  8. package/lib/components/Alert/Alert.js.map +1 -1
  9. package/lib/components/Alert/Alert.types.js.map +1 -1
  10. package/lib/components/Alert/index.js.map +1 -1
  11. package/lib/components/Alert/renderAlert.js +1 -4
  12. package/lib/components/Alert/renderAlert.js.map +1 -1
  13. package/lib/components/Alert/useAlert.js +29 -17
  14. package/lib/components/Alert/useAlert.js.map +1 -1
  15. package/lib/components/Alert/useAlertStyles.js +106 -57
  16. package/lib/components/Alert/useAlertStyles.js.map +1 -1
  17. package/lib/index.js.map +1 -1
  18. package/lib-commonjs/Alert.js +4 -5
  19. package/lib-commonjs/Alert.js.map +1 -1
  20. package/lib-commonjs/components/Alert/Alert.js +16 -22
  21. package/lib-commonjs/components/Alert/Alert.js.map +1 -1
  22. package/lib-commonjs/components/Alert/Alert.types.js +3 -2
  23. package/lib-commonjs/components/Alert/Alert.types.js.map +1 -1
  24. package/lib-commonjs/components/Alert/index.js +8 -13
  25. package/lib-commonjs/components/Alert/index.js.map +1 -1
  26. package/lib-commonjs/components/Alert/renderAlert.js +12 -19
  27. package/lib-commonjs/components/Alert/renderAlert.js.map +1 -1
  28. package/lib-commonjs/components/Alert/useAlert.js +66 -71
  29. package/lib-commonjs/components/Alert/useAlert.js.map +1 -1
  30. package/lib-commonjs/components/Alert/useAlertStyles.js +268 -89
  31. package/lib-commonjs/components/Alert/useAlertStyles.js.map +1 -1
  32. package/lib-commonjs/index.js +16 -35
  33. package/lib-commonjs/index.js.map +1 -1
  34. package/package.json +30 -18
  35. package/Migration.md +0 -0
  36. package/Spec.md +0 -95
  37. package/dist/tsdoc-metadata.json +0 -11
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1258 @@
2
2
  "name": "@fluentui/react-alert",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 28 Jun 2022 15:09:24 GMT",
5
+ "date": "Tue, 21 Mar 2023 21:18:34 GMT",
6
+ "tag": "@fluentui/react-alert_v9.0.0-beta.41",
7
+ "version": "9.0.0-beta.41",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "tristan.watanabe@gmail.com",
12
+ "package": "@fluentui/react-alert",
13
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
14
+ "comment": "chore: migrate to swc transpilation approach."
15
+ },
16
+ {
17
+ "author": "makotom@microsoft.com",
18
+ "package": "@fluentui/react-alert",
19
+ "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74",
20
+ "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196."
21
+ },
22
+ {
23
+ "author": "tristan.watanabe@gmail.com",
24
+ "package": "@fluentui/react-alert",
25
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
26
+ "comment": "fix: add node field to package.json exports map."
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-alert",
31
+ "comment": "Bump @fluentui/react-avatar to v9.4.5",
32
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-alert",
37
+ "comment": "Bump @fluentui/react-button to v9.3.5",
38
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-alert",
43
+ "comment": "Bump @fluentui/react-tabster to v9.6.1",
44
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-alert",
49
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
50
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-alert",
55
+ "comment": "Bump @fluentui/react-utilities to v9.7.2",
56
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-alert",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
62
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Thu, 16 Mar 2023 14:36:59 GMT",
69
+ "tag": "@fluentui/react-alert_v9.0.0-beta.40",
70
+ "version": "9.0.0-beta.40",
71
+ "comments": {
72
+ "prerelease": [
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-alert",
76
+ "comment": "Bump @fluentui/react-avatar to v9.4.4",
77
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
78
+ },
79
+ {
80
+ "author": "beachball",
81
+ "package": "@fluentui/react-alert",
82
+ "comment": "Bump @fluentui/react-button to v9.3.4",
83
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
84
+ },
85
+ {
86
+ "author": "beachball",
87
+ "package": "@fluentui/react-alert",
88
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
89
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
90
+ },
91
+ {
92
+ "author": "beachball",
93
+ "package": "@fluentui/react-alert",
94
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
95
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
96
+ }
97
+ ]
98
+ }
99
+ },
100
+ {
101
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
102
+ "tag": "@fluentui/react-alert_v9.0.0-beta.39",
103
+ "version": "9.0.0-beta.39",
104
+ "comments": {
105
+ "prerelease": [
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-alert",
109
+ "comment": "Bump @fluentui/react-avatar to v9.4.3",
110
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-alert",
115
+ "comment": "Bump @fluentui/react-button to v9.3.3",
116
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-alert",
121
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
122
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
123
+ },
124
+ {
125
+ "author": "beachball",
126
+ "package": "@fluentui/react-alert",
127
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
128
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
129
+ }
130
+ ]
131
+ }
132
+ },
133
+ {
134
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
135
+ "tag": "@fluentui/react-alert_v9.0.0-beta.38",
136
+ "version": "9.0.0-beta.38",
137
+ "comments": {
138
+ "prerelease": [
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-alert",
142
+ "comment": "Bump @fluentui/react-avatar to v9.4.2",
143
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
144
+ },
145
+ {
146
+ "author": "beachball",
147
+ "package": "@fluentui/react-alert",
148
+ "comment": "Bump @fluentui/react-button to v9.3.2",
149
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
150
+ },
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-alert",
154
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
155
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
156
+ },
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-alert",
160
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
161
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
162
+ }
163
+ ]
164
+ }
165
+ },
166
+ {
167
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
168
+ "tag": "@fluentui/react-alert_v9.0.0-beta.37",
169
+ "version": "9.0.0-beta.37",
170
+ "comments": {
171
+ "prerelease": [
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-alert",
175
+ "comment": "Bump @fluentui/react-avatar to v9.4.1",
176
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
177
+ },
178
+ {
179
+ "author": "beachball",
180
+ "package": "@fluentui/react-alert",
181
+ "comment": "Bump @fluentui/react-button to v9.3.1",
182
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
183
+ },
184
+ {
185
+ "author": "beachball",
186
+ "package": "@fluentui/react-alert",
187
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
188
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
189
+ },
190
+ {
191
+ "author": "beachball",
192
+ "package": "@fluentui/react-alert",
193
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
194
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
195
+ }
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ "date": "Wed, 08 Mar 2023 17:42:51 GMT",
201
+ "tag": "@fluentui/react-alert_v9.0.0-beta.36",
202
+ "version": "9.0.0-beta.36",
203
+ "comments": {
204
+ "prerelease": [
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-alert",
208
+ "comment": "Bump @fluentui/react-avatar to v9.4.0",
209
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-alert",
214
+ "comment": "Bump @fluentui/react-button to v9.3.0",
215
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-alert",
220
+ "comment": "Bump @fluentui/react-tabster to v9.5.4",
221
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
222
+ },
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-alert",
226
+ "comment": "Bump @fluentui/react-utilities to v9.6.1",
227
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
228
+ }
229
+ ]
230
+ }
231
+ },
232
+ {
233
+ "date": "Wed, 22 Feb 2023 23:06:07 GMT",
234
+ "tag": "@fluentui/react-alert_v9.0.0-beta.35",
235
+ "version": "9.0.0-beta.35",
236
+ "comments": {
237
+ "prerelease": [
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-alert",
241
+ "comment": "Bump @fluentui/react-avatar to v9.3.7",
242
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
243
+ }
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
249
+ "tag": "@fluentui/react-alert_v9.0.0-beta.34",
250
+ "version": "9.0.0-beta.34",
251
+ "comments": {
252
+ "prerelease": [
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-alert",
256
+ "comment": "Bump @fluentui/react-avatar to v9.3.6",
257
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
258
+ },
259
+ {
260
+ "author": "beachball",
261
+ "package": "@fluentui/react-alert",
262
+ "comment": "Bump @fluentui/react-button to v9.2.5",
263
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
264
+ },
265
+ {
266
+ "author": "beachball",
267
+ "package": "@fluentui/react-alert",
268
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
269
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
270
+ },
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-alert",
274
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
275
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
276
+ }
277
+ ]
278
+ }
279
+ },
280
+ {
281
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
282
+ "tag": "@fluentui/react-alert_v9.0.0-beta.33",
283
+ "version": "9.0.0-beta.33",
284
+ "comments": {
285
+ "prerelease": [
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-alert",
289
+ "comment": "Bump @fluentui/react-avatar to v9.3.5",
290
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-alert",
295
+ "comment": "Bump @fluentui/react-button to v9.2.4",
296
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-alert",
301
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
302
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-alert",
307
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
308
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
309
+ }
310
+ ]
311
+ }
312
+ },
313
+ {
314
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
315
+ "tag": "@fluentui/react-alert_v9.0.0-beta.32",
316
+ "version": "9.0.0-beta.32",
317
+ "comments": {
318
+ "prerelease": [
319
+ {
320
+ "author": "beachball",
321
+ "package": "@fluentui/react-alert",
322
+ "comment": "Bump @fluentui/react-avatar to v9.3.4",
323
+ "commit": "b24aed22677cb12a74f185feee89edefd1601b9a"
324
+ }
325
+ ]
326
+ }
327
+ },
328
+ {
329
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
330
+ "tag": "@fluentui/react-alert_v9.0.0-beta.31",
331
+ "version": "9.0.0-beta.31",
332
+ "comments": {
333
+ "prerelease": [
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-alert",
337
+ "comment": "Bump @fluentui/react-avatar to v9.3.3",
338
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
339
+ },
340
+ {
341
+ "author": "beachball",
342
+ "package": "@fluentui/react-alert",
343
+ "comment": "Bump @fluentui/react-button to v9.2.3",
344
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
345
+ },
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-alert",
349
+ "comment": "Bump @fluentui/react-tabster to v9.5.1",
350
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
351
+ },
352
+ {
353
+ "author": "beachball",
354
+ "package": "@fluentui/react-alert",
355
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
356
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
357
+ }
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "date": "Tue, 07 Feb 2023 14:13:10 GMT",
363
+ "tag": "@fluentui/react-alert_v9.0.0-beta.30",
364
+ "version": "9.0.0-beta.30",
365
+ "comments": {
366
+ "prerelease": [
367
+ {
368
+ "author": "beachball",
369
+ "package": "@fluentui/react-alert",
370
+ "comment": "Bump @fluentui/react-avatar to v9.3.2",
371
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
372
+ },
373
+ {
374
+ "author": "beachball",
375
+ "package": "@fluentui/react-alert",
376
+ "comment": "Bump @fluentui/react-button to v9.2.2",
377
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
378
+ },
379
+ {
380
+ "author": "beachball",
381
+ "package": "@fluentui/react-alert",
382
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
383
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
384
+ }
385
+ ]
386
+ }
387
+ },
388
+ {
389
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
390
+ "tag": "@fluentui/react-alert_v9.0.0-beta.29",
391
+ "version": "9.0.0-beta.29",
392
+ "comments": {
393
+ "prerelease": [
394
+ {
395
+ "author": "beachball",
396
+ "package": "@fluentui/react-alert",
397
+ "comment": "Bump @fluentui/react-avatar to v9.3.1",
398
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
399
+ },
400
+ {
401
+ "author": "beachball",
402
+ "package": "@fluentui/react-alert",
403
+ "comment": "Bump @fluentui/react-button to v9.2.1",
404
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
405
+ },
406
+ {
407
+ "author": "beachball",
408
+ "package": "@fluentui/react-alert",
409
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
410
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
411
+ },
412
+ {
413
+ "author": "beachball",
414
+ "package": "@fluentui/react-alert",
415
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
416
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
417
+ }
418
+ ]
419
+ }
420
+ },
421
+ {
422
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
423
+ "tag": "@fluentui/react-alert_v9.0.0-beta.28",
424
+ "version": "9.0.0-beta.28",
425
+ "comments": {
426
+ "prerelease": [
427
+ {
428
+ "author": "beachball",
429
+ "package": "@fluentui/react-alert",
430
+ "comment": "Bump @fluentui/react-avatar to v9.3.0",
431
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
432
+ },
433
+ {
434
+ "author": "beachball",
435
+ "package": "@fluentui/react-alert",
436
+ "comment": "Bump @fluentui/react-button to v9.2.0",
437
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
438
+ },
439
+ {
440
+ "author": "beachball",
441
+ "package": "@fluentui/react-alert",
442
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
443
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
444
+ },
445
+ {
446
+ "author": "beachball",
447
+ "package": "@fluentui/react-alert",
448
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
449
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
450
+ }
451
+ ]
452
+ }
453
+ },
454
+ {
455
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
456
+ "tag": "@fluentui/react-alert_v9.0.0-beta.27",
457
+ "version": "9.0.0-beta.27",
458
+ "comments": {
459
+ "prerelease": [
460
+ {
461
+ "author": "beachball",
462
+ "package": "@fluentui/react-alert",
463
+ "comment": "Bump @fluentui/react-avatar to v9.2.16",
464
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
465
+ }
466
+ ]
467
+ }
468
+ },
469
+ {
470
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
471
+ "tag": "@fluentui/react-alert_v9.0.0-beta.26",
472
+ "version": "9.0.0-beta.26",
473
+ "comments": {
474
+ "prerelease": [
475
+ {
476
+ "author": "beachball",
477
+ "package": "@fluentui/react-alert",
478
+ "comment": "Bump @fluentui/react-avatar to v9.2.15",
479
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
480
+ },
481
+ {
482
+ "author": "beachball",
483
+ "package": "@fluentui/react-alert",
484
+ "comment": "Bump @fluentui/react-button to v9.1.16",
485
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
486
+ },
487
+ {
488
+ "author": "beachball",
489
+ "package": "@fluentui/react-alert",
490
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
491
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
492
+ }
493
+ ]
494
+ }
495
+ },
496
+ {
497
+ "date": "Tue, 17 Jan 2023 12:22:56 GMT",
498
+ "tag": "@fluentui/react-alert_v9.0.0-beta.25",
499
+ "version": "9.0.0-beta.25",
500
+ "comments": {
501
+ "prerelease": [
502
+ {
503
+ "author": "beachball",
504
+ "package": "@fluentui/react-alert",
505
+ "comment": "Bump @fluentui/react-avatar to v9.2.14",
506
+ "commit": "64989c23309e77e51bb42c00609fd2425cd20680"
507
+ }
508
+ ]
509
+ }
510
+ },
511
+ {
512
+ "date": "Mon, 16 Jan 2023 08:38:54 GMT",
513
+ "tag": "@fluentui/react-alert_v9.0.0-beta.24",
514
+ "version": "9.0.0-beta.24",
515
+ "comments": {
516
+ "none": [
517
+ {
518
+ "author": "martinhochel@microsoft.com",
519
+ "package": "@fluentui/react-alert",
520
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
521
+ "comment": "chore: migrate to packaged scripts"
522
+ }
523
+ ],
524
+ "prerelease": [
525
+ {
526
+ "author": "beachball",
527
+ "package": "@fluentui/react-alert",
528
+ "comment": "Bump @fluentui/react-avatar to v9.2.13",
529
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
530
+ },
531
+ {
532
+ "author": "beachball",
533
+ "package": "@fluentui/react-alert",
534
+ "comment": "Bump @fluentui/react-button to v9.1.15",
535
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
536
+ },
537
+ {
538
+ "author": "beachball",
539
+ "package": "@fluentui/react-alert",
540
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
541
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
542
+ }
543
+ ]
544
+ }
545
+ },
546
+ {
547
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
548
+ "tag": "@fluentui/react-alert_v9.0.0-beta.23",
549
+ "version": "9.0.0-beta.23",
550
+ "comments": {
551
+ "prerelease": [
552
+ {
553
+ "author": "beachball",
554
+ "package": "@fluentui/react-alert",
555
+ "comment": "Bump @fluentui/react-avatar to v9.2.12",
556
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
557
+ },
558
+ {
559
+ "author": "beachball",
560
+ "package": "@fluentui/react-alert",
561
+ "comment": "Bump @fluentui/react-button to v9.1.14",
562
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
563
+ },
564
+ {
565
+ "author": "beachball",
566
+ "package": "@fluentui/react-alert",
567
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
568
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
569
+ },
570
+ {
571
+ "author": "beachball",
572
+ "package": "@fluentui/react-alert",
573
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
574
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
575
+ }
576
+ ]
577
+ }
578
+ },
579
+ {
580
+ "date": "Wed, 04 Jan 2023 01:40:49 GMT",
581
+ "tag": "@fluentui/react-alert_v9.0.0-beta.22",
582
+ "version": "9.0.0-beta.22",
583
+ "comments": {
584
+ "none": [
585
+ {
586
+ "author": "martinhochel@microsoft.com",
587
+ "package": "@fluentui/react-alert",
588
+ "commit": "4ec2b998b294d6d9c3196d3d82893bdd97d0c105",
589
+ "comment": "chore(scripts): move index.ts to to follow sub-folder domain packaging"
590
+ },
591
+ {
592
+ "author": "martinhochel@microsoft.com",
593
+ "package": "@fluentui/react-alert",
594
+ "commit": "194b0cf0cc27c1c1233aa945f09b3ad29778d8ca",
595
+ "comment": "chore(scripts): use for @fluentui/scripts version within all package.json"
596
+ }
597
+ ],
598
+ "prerelease": [
599
+ {
600
+ "author": "olfedias@microsoft.com",
601
+ "package": "@fluentui/react-alert",
602
+ "commit": "2c38f1e4ae07b2b60df596efe11015a68f166dbf",
603
+ "comment": "chore: Update Griffel to latest version"
604
+ },
605
+ {
606
+ "author": "beachball",
607
+ "package": "@fluentui/react-alert",
608
+ "comment": "Bump @fluentui/react-avatar to v9.2.11",
609
+ "commit": "3e322d15529451be153e97298873253e21af4082"
610
+ },
611
+ {
612
+ "author": "beachball",
613
+ "package": "@fluentui/react-alert",
614
+ "comment": "Bump @fluentui/react-button to v9.1.13",
615
+ "commit": "3e322d15529451be153e97298873253e21af4082"
616
+ },
617
+ {
618
+ "author": "beachball",
619
+ "package": "@fluentui/react-alert",
620
+ "comment": "Bump @fluentui/react-tabster to v9.3.5",
621
+ "commit": "3e322d15529451be153e97298873253e21af4082"
622
+ },
623
+ {
624
+ "author": "beachball",
625
+ "package": "@fluentui/react-alert",
626
+ "comment": "Bump @fluentui/react-utilities to v9.3.1",
627
+ "commit": "3e322d15529451be153e97298873253e21af4082"
628
+ },
629
+ {
630
+ "author": "beachball",
631
+ "package": "@fluentui/react-alert",
632
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.19",
633
+ "commit": "3e322d15529451be153e97298873253e21af4082"
634
+ }
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "date": "Wed, 21 Dec 2022 10:20:33 GMT",
640
+ "tag": "@fluentui/react-alert_v9.0.0-beta.21",
641
+ "version": "9.0.0-beta.21",
642
+ "comments": {
643
+ "prerelease": [
644
+ {
645
+ "author": "beachball",
646
+ "package": "@fluentui/react-alert",
647
+ "comment": "Bump @fluentui/react-avatar to v9.2.10",
648
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
649
+ },
650
+ {
651
+ "author": "beachball",
652
+ "package": "@fluentui/react-alert",
653
+ "comment": "Bump @fluentui/react-button to v9.1.12",
654
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
655
+ },
656
+ {
657
+ "author": "beachball",
658
+ "package": "@fluentui/react-alert",
659
+ "comment": "Bump @fluentui/react-tabster to v9.3.4",
660
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
661
+ },
662
+ {
663
+ "author": "beachball",
664
+ "package": "@fluentui/react-alert",
665
+ "comment": "Bump @fluentui/react-theme to v9.1.5",
666
+ "commit": "66bf89f634cad4a275e957d7a2214c7e73ff8c2e"
667
+ }
668
+ ]
669
+ }
670
+ },
671
+ {
672
+ "date": "Tue, 20 Dec 2022 14:59:21 GMT",
673
+ "tag": "@fluentui/react-alert_v9.0.0-beta.20",
674
+ "version": "9.0.0-beta.20",
675
+ "comments": {
676
+ "prerelease": [
677
+ {
678
+ "author": "marigome@microsoft.com",
679
+ "package": "@fluentui/react-alert",
680
+ "commit": "f944ddda46a4f5f997fd7614a62b72fcbab09da6",
681
+ "comment": "fix: update tokens to match the spec"
682
+ },
683
+ {
684
+ "author": "beachball",
685
+ "package": "@fluentui/react-alert",
686
+ "comment": "Bump @fluentui/react-avatar to v9.2.9",
687
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
688
+ },
689
+ {
690
+ "author": "beachball",
691
+ "package": "@fluentui/react-alert",
692
+ "comment": "Bump @fluentui/react-button to v9.1.11",
693
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
694
+ },
695
+ {
696
+ "author": "beachball",
697
+ "package": "@fluentui/react-alert",
698
+ "comment": "Bump @fluentui/react-tabster to v9.3.3",
699
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
700
+ },
701
+ {
702
+ "author": "beachball",
703
+ "package": "@fluentui/react-alert",
704
+ "comment": "Bump @fluentui/react-theme to v9.1.4",
705
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
706
+ },
707
+ {
708
+ "author": "beachball",
709
+ "package": "@fluentui/react-alert",
710
+ "comment": "Bump @fluentui/react-utilities to v9.3.0",
711
+ "commit": "e7530bc179fd0e303448083c76a4af41a0e15322"
712
+ }
713
+ ]
714
+ }
715
+ },
716
+ {
717
+ "date": "Mon, 05 Dec 2022 18:29:39 GMT",
718
+ "tag": "@fluentui/react-alert_v9.0.0-beta.19",
719
+ "version": "9.0.0-beta.19",
720
+ "comments": {
721
+ "prerelease": [
722
+ {
723
+ "author": "beachball",
724
+ "package": "@fluentui/react-alert",
725
+ "comment": "Bump @fluentui/react-avatar to v9.2.8",
726
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
727
+ },
728
+ {
729
+ "author": "beachball",
730
+ "package": "@fluentui/react-alert",
731
+ "comment": "Bump @fluentui/react-button to v9.1.10",
732
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
733
+ },
734
+ {
735
+ "author": "beachball",
736
+ "package": "@fluentui/react-alert",
737
+ "comment": "Bump @fluentui/react-theme to v9.1.3",
738
+ "commit": "4c29542a51bf068e171690cc8e59c14489883912"
739
+ }
740
+ ]
741
+ }
742
+ },
743
+ {
744
+ "date": "Thu, 17 Nov 2022 23:05:33 GMT",
745
+ "tag": "@fluentui/react-alert_v9.0.0-beta.18",
746
+ "version": "9.0.0-beta.18",
747
+ "comments": {
748
+ "none": [
749
+ {
750
+ "author": "martinhochel@microsoft.com",
751
+ "package": "@fluentui/react-alert",
752
+ "commit": "ea768501802d65d63ddc63fff3816fb6b5008ae4",
753
+ "comment": "chore: update package scaffold"
754
+ }
755
+ ],
756
+ "prerelease": [
757
+ {
758
+ "author": "beachball",
759
+ "package": "@fluentui/react-alert",
760
+ "comment": "Bump @fluentui/react-avatar to v9.2.7",
761
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
762
+ },
763
+ {
764
+ "author": "beachball",
765
+ "package": "@fluentui/react-alert",
766
+ "comment": "Bump @fluentui/react-button to v9.1.9",
767
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
768
+ },
769
+ {
770
+ "author": "beachball",
771
+ "package": "@fluentui/react-alert",
772
+ "comment": "Bump @fluentui/react-utilities to v9.2.2",
773
+ "commit": "94e156be5d3b5790d82dccf08c32672733fb9335"
774
+ }
775
+ ]
776
+ }
777
+ },
778
+ {
779
+ "date": "Fri, 11 Nov 2022 14:57:51 GMT",
780
+ "tag": "@fluentui/react-alert_v9.0.0-beta.17",
781
+ "version": "9.0.0-beta.17",
782
+ "comments": {
783
+ "none": [
784
+ {
785
+ "author": "martinhochel@microsoft.com",
786
+ "package": "@fluentui/react-alert",
787
+ "commit": "87859b052155ca206ef3540a2a9623803f6e2b93",
788
+ "comment": "test: replace deprecated module.parent with require.main within isConformance"
789
+ }
790
+ ],
791
+ "prerelease": [
792
+ {
793
+ "author": "beachball",
794
+ "package": "@fluentui/react-alert",
795
+ "comment": "Bump @fluentui/react-avatar to v9.2.6",
796
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
797
+ },
798
+ {
799
+ "author": "beachball",
800
+ "package": "@fluentui/react-alert",
801
+ "comment": "Bump @fluentui/react-button to v9.1.8",
802
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
803
+ },
804
+ {
805
+ "author": "beachball",
806
+ "package": "@fluentui/react-alert",
807
+ "comment": "Bump @fluentui/react-theme to v9.1.2",
808
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
809
+ },
810
+ {
811
+ "author": "beachball",
812
+ "package": "@fluentui/react-alert",
813
+ "comment": "Bump @fluentui/react-utilities to v9.2.1",
814
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
815
+ },
816
+ {
817
+ "author": "beachball",
818
+ "package": "@fluentui/react-alert",
819
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.18",
820
+ "commit": "b4c9a0ae8d7444bf746f1307ab01e2dc16310720"
821
+ }
822
+ ]
823
+ }
824
+ },
825
+ {
826
+ "date": "Wed, 02 Nov 2022 11:57:47 GMT",
827
+ "tag": "@fluentui/react-alert_v9.0.0-beta.16",
828
+ "version": "9.0.0-beta.16",
829
+ "comments": {
830
+ "prerelease": [
831
+ {
832
+ "author": "olfedias@microsoft.com",
833
+ "package": "@fluentui/react-alert",
834
+ "commit": "c619ba066f11a8654e95375314824ba6b81b003e",
835
+ "comment": "chore: Update Griffel to latest version"
836
+ },
837
+ {
838
+ "author": "beachball",
839
+ "package": "@fluentui/react-alert",
840
+ "comment": "Bump @fluentui/react-avatar to v9.2.5",
841
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
842
+ },
843
+ {
844
+ "author": "beachball",
845
+ "package": "@fluentui/react-alert",
846
+ "comment": "Bump @fluentui/react-button to v9.1.7",
847
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
848
+ },
849
+ {
850
+ "author": "beachball",
851
+ "package": "@fluentui/react-alert",
852
+ "comment": "Bump @fluentui/react-utilities to v9.2.0",
853
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
854
+ },
855
+ {
856
+ "author": "beachball",
857
+ "package": "@fluentui/react-alert",
858
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.17",
859
+ "commit": "393a7b169155997a97a6ce1ad36ee3eafc6f461b"
860
+ }
861
+ ]
862
+ }
863
+ },
864
+ {
865
+ "date": "Tue, 25 Oct 2022 00:35:27 GMT",
866
+ "tag": "@fluentui/react-alert_v9.0.0-beta.15",
867
+ "version": "9.0.0-beta.15",
868
+ "comments": {
869
+ "none": [
870
+ {
871
+ "author": "miroslav.stastny@microsoft.com",
872
+ "package": "@fluentui/react-alert",
873
+ "commit": "6ced976a8d0e6a0e2e207da8fe0eb810e2bd19bc",
874
+ "comment": "Update package readme"
875
+ }
876
+ ],
877
+ "prerelease": [
878
+ {
879
+ "author": "beachball",
880
+ "package": "@fluentui/react-alert",
881
+ "comment": "Bump @fluentui/react-avatar to v9.2.4",
882
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
883
+ },
884
+ {
885
+ "author": "beachball",
886
+ "package": "@fluentui/react-alert",
887
+ "comment": "Bump @fluentui/react-button to v9.1.6",
888
+ "commit": "eef12b9ae58b64ff68576dc2d865b601e46c85b9"
889
+ }
890
+ ]
891
+ }
892
+ },
893
+ {
894
+ "date": "Thu, 20 Oct 2022 08:39:57 GMT",
895
+ "tag": "@fluentui/react-alert_v9.0.0-beta.14",
896
+ "version": "9.0.0-beta.14",
897
+ "comments": {
898
+ "prerelease": [
899
+ {
900
+ "author": "mgodbolt@microsoft.com",
901
+ "package": "@fluentui/react-alert",
902
+ "commit": "17096b3137d9d3e7c7443ddc3ce0738b2910a334",
903
+ "comment": "chore: Bump peer deps to support React 18"
904
+ },
905
+ {
906
+ "author": "tristan.watanabe@gmail.com",
907
+ "package": "@fluentui/react-alert",
908
+ "commit": "791ed7453a6bf65342e9bed5876b02ef0b9fc944",
909
+ "comment": "chore: Migrate to new package structure."
910
+ },
911
+ {
912
+ "author": "olfedias@microsoft.com",
913
+ "package": "@fluentui/react-alert",
914
+ "commit": "06865dada128321804646582f564ee86d835d174",
915
+ "comment": "chore: Update Griffel to latest version"
916
+ },
917
+ {
918
+ "author": "beachball",
919
+ "package": "@fluentui/react-alert",
920
+ "comment": "Bump @fluentui/react-avatar to v9.2.3",
921
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
922
+ },
923
+ {
924
+ "author": "beachball",
925
+ "package": "@fluentui/react-alert",
926
+ "comment": "Bump @fluentui/react-button to v9.1.5",
927
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
928
+ },
929
+ {
930
+ "author": "beachball",
931
+ "package": "@fluentui/react-alert",
932
+ "comment": "Bump @fluentui/react-theme to v9.1.1",
933
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
934
+ },
935
+ {
936
+ "author": "beachball",
937
+ "package": "@fluentui/react-alert",
938
+ "comment": "Bump @fluentui/react-utilities to v9.1.2",
939
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
940
+ },
941
+ {
942
+ "author": "beachball",
943
+ "package": "@fluentui/react-alert",
944
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.16",
945
+ "commit": "5ea1372675d910d76cf1b9cbd74d05b7c4e8fcbc"
946
+ }
947
+ ]
948
+ }
949
+ },
950
+ {
951
+ "date": "Thu, 13 Oct 2022 12:56:30 GMT",
952
+ "tag": "@fluentui/react-alert_v9.0.0-beta.13",
953
+ "version": "9.0.0-beta.13",
954
+ "comments": {
955
+ "prerelease": [
956
+ {
957
+ "author": "beachball",
958
+ "package": "@fluentui/react-alert",
959
+ "comment": "Bump @fluentui/react-avatar to v9.2.2",
960
+ "commit": "77301c97c0539b9ebf891642eb0a077d1aeae9a6"
961
+ }
962
+ ]
963
+ }
964
+ },
965
+ {
966
+ "date": "Thu, 13 Oct 2022 11:02:42 GMT",
967
+ "tag": "@fluentui/react-alert_v9.0.0-beta.12",
968
+ "version": "9.0.0-beta.12",
969
+ "comments": {
970
+ "prerelease": [
971
+ {
972
+ "author": "olfedias@microsoft.com",
973
+ "package": "@fluentui/react-alert",
974
+ "commit": "1a527d440e0497ef8046b3ce240492241e7a04ac",
975
+ "comment": "chore: Update Griffel to latest version"
976
+ },
977
+ {
978
+ "author": "beachball",
979
+ "package": "@fluentui/react-alert",
980
+ "comment": "Bump @fluentui/react-avatar to v9.2.1",
981
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
982
+ },
983
+ {
984
+ "author": "beachball",
985
+ "package": "@fluentui/react-alert",
986
+ "comment": "Bump @fluentui/react-button to v9.1.4",
987
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
988
+ },
989
+ {
990
+ "author": "beachball",
991
+ "package": "@fluentui/react-alert",
992
+ "comment": "Bump @fluentui/react-utilities to v9.1.1",
993
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
994
+ },
995
+ {
996
+ "author": "beachball",
997
+ "package": "@fluentui/react-alert",
998
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.15",
999
+ "commit": "cd05c21e62ff37812d614330eb70f97fd978c97a"
1000
+ }
1001
+ ]
1002
+ }
1003
+ },
1004
+ {
1005
+ "date": "Mon, 03 Oct 2022 22:24:42 GMT",
1006
+ "tag": "@fluentui/react-alert_v9.0.0-beta.11",
1007
+ "version": "9.0.0-beta.11",
1008
+ "comments": {
1009
+ "prerelease": [
1010
+ {
1011
+ "author": "beachball",
1012
+ "package": "@fluentui/react-alert",
1013
+ "comment": "Bump @fluentui/react-avatar to v9.2.0",
1014
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
1015
+ },
1016
+ {
1017
+ "author": "beachball",
1018
+ "package": "@fluentui/react-alert",
1019
+ "comment": "Bump @fluentui/react-button to v9.1.3",
1020
+ "commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
1021
+ }
1022
+ ]
1023
+ }
1024
+ },
1025
+ {
1026
+ "date": "Tue, 20 Sep 2022 20:55:45 GMT",
1027
+ "tag": "@fluentui/react-alert_v9.0.0-beta.10",
1028
+ "version": "9.0.0-beta.10",
1029
+ "comments": {
1030
+ "prerelease": [
1031
+ {
1032
+ "author": "beachball",
1033
+ "package": "@fluentui/react-alert",
1034
+ "comment": "Bump @fluentui/react-avatar to v9.1.1",
1035
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
1036
+ },
1037
+ {
1038
+ "author": "beachball",
1039
+ "package": "@fluentui/react-alert",
1040
+ "comment": "Bump @fluentui/react-button to v9.1.2",
1041
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
1042
+ },
1043
+ {
1044
+ "author": "beachball",
1045
+ "package": "@fluentui/react-alert",
1046
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
1047
+ "commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
1048
+ }
1049
+ ]
1050
+ }
1051
+ },
1052
+ {
1053
+ "date": "Thu, 15 Sep 2022 09:49:47 GMT",
1054
+ "tag": "@fluentui/react-alert_v9.0.0-beta.9",
1055
+ "version": "9.0.0-beta.9",
1056
+ "comments": {
1057
+ "none": [
1058
+ {
1059
+ "author": "martinhochel@microsoft.com",
1060
+ "package": "@fluentui/react-alert",
1061
+ "commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
1062
+ "comment": "chore: update package scaffold"
1063
+ },
1064
+ {
1065
+ "author": "rohitpag@microsoft.com",
1066
+ "package": "@fluentui/react-alert",
1067
+ "commit": "045c66e2a2142e3d2380da05a9aa60b54de6888c",
1068
+ "comment": "Adding appearance prop to the alert component"
1069
+ }
1070
+ ],
1071
+ "prerelease": [
1072
+ {
1073
+ "author": "olfedias@microsoft.com",
1074
+ "package": "@fluentui/react-alert",
1075
+ "commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
1076
+ "comment": "chore: Update Griffel to latest version"
1077
+ },
1078
+ {
1079
+ "author": "beachball",
1080
+ "package": "@fluentui/react-alert",
1081
+ "comment": "Bump @fluentui/react-avatar to v9.1.0",
1082
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1083
+ },
1084
+ {
1085
+ "author": "beachball",
1086
+ "package": "@fluentui/react-alert",
1087
+ "comment": "Bump @fluentui/react-button to v9.1.1",
1088
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1089
+ },
1090
+ {
1091
+ "author": "beachball",
1092
+ "package": "@fluentui/react-alert",
1093
+ "comment": "Bump @fluentui/react-theme to v9.1.0",
1094
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1095
+ },
1096
+ {
1097
+ "author": "beachball",
1098
+ "package": "@fluentui/react-alert",
1099
+ "comment": "Bump @fluentui/react-utilities to v9.1.0",
1100
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1101
+ },
1102
+ {
1103
+ "author": "beachball",
1104
+ "package": "@fluentui/react-alert",
1105
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
1106
+ "commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
1107
+ }
1108
+ ]
1109
+ }
1110
+ },
1111
+ {
1112
+ "date": "Wed, 03 Aug 2022 16:03:36 GMT",
1113
+ "tag": "@fluentui/react-alert_v9.0.0-beta.8",
1114
+ "version": "9.0.0-beta.8",
1115
+ "comments": {
1116
+ "prerelease": [
1117
+ {
1118
+ "author": "miroslav.stastny@microsoft.com",
1119
+ "package": "@fluentui/react-alert",
1120
+ "commit": "08563664778fd80284561d3c9d254307a0a32362",
1121
+ "comment": "chore: Bump Griffel dependencies"
1122
+ },
1123
+ {
1124
+ "author": "beachball",
1125
+ "package": "@fluentui/react-alert",
1126
+ "comment": "Bump @fluentui/react-avatar to v9.0.4",
1127
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
1128
+ },
1129
+ {
1130
+ "author": "beachball",
1131
+ "package": "@fluentui/react-alert",
1132
+ "comment": "Bump @fluentui/react-button to v9.1.0",
1133
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
1134
+ },
1135
+ {
1136
+ "author": "beachball",
1137
+ "package": "@fluentui/react-alert",
1138
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
1139
+ "commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
1140
+ }
1141
+ ]
1142
+ }
1143
+ },
1144
+ {
1145
+ "date": "Thu, 14 Jul 2022 21:21:08 GMT",
1146
+ "tag": "@fluentui/react-alert_v9.0.0-beta.7",
1147
+ "version": "9.0.0-beta.7",
1148
+ "comments": {
1149
+ "prerelease": [
1150
+ {
1151
+ "author": "Humberto.Morimoto@microsoft.com",
1152
+ "package": "@fluentui/react-alert",
1153
+ "commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
1154
+ "comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
1155
+ },
1156
+ {
1157
+ "author": "beachball",
1158
+ "package": "@fluentui/react-alert",
1159
+ "comment": "Bump @fluentui/react-avatar to v9.0.3",
1160
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1161
+ },
1162
+ {
1163
+ "author": "beachball",
1164
+ "package": "@fluentui/react-alert",
1165
+ "comment": "Bump @fluentui/react-button to v9.0.3",
1166
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1167
+ },
1168
+ {
1169
+ "author": "beachball",
1170
+ "package": "@fluentui/react-alert",
1171
+ "comment": "Bump @fluentui/react-utilities to v9.0.2",
1172
+ "commit": "79b513146194367544160f364b0a7dd749ed93e4"
1173
+ }
1174
+ ]
1175
+ }
1176
+ },
1177
+ {
1178
+ "date": "Thu, 14 Jul 2022 17:06:12 GMT",
1179
+ "tag": "@fluentui/react-alert_v9.0.0-beta.6",
1180
+ "version": "9.0.0-beta.6",
1181
+ "comments": {
1182
+ "prerelease": [
1183
+ {
1184
+ "author": "ololubek@microsoft.com",
1185
+ "package": "@fluentui/react-alert",
1186
+ "commit": "63ab03fa7a9b3d02204147ea5356b8f78751df42",
1187
+ "comment": "chore: Update @fluentui/react-icons dependency to v2.0.175"
1188
+ },
1189
+ {
1190
+ "author": "sarah.higley@microsoft.com",
1191
+ "package": "@fluentui/react-alert",
1192
+ "commit": "18cb868b8978fc56b9dc2ded0aaf79d17e6deeee",
1193
+ "comment": "update Alert with live region attributes"
1194
+ },
1195
+ {
1196
+ "author": "rohitpag@microsoft.com",
1197
+ "package": "@fluentui/react-alert",
1198
+ "commit": "b4a1586d84a3f1480327d288b128eb102b44ba5a",
1199
+ "comment": "feat: Adding avatar slot support to Alert"
1200
+ },
1201
+ {
1202
+ "author": "beachball",
1203
+ "package": "@fluentui/react-alert",
1204
+ "comment": "Bump @fluentui/react-avatar to v9.0.2",
1205
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1206
+ },
1207
+ {
1208
+ "author": "beachball",
1209
+ "package": "@fluentui/react-alert",
1210
+ "comment": "Bump @fluentui/react-button to v9.0.2",
1211
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1212
+ },
1213
+ {
1214
+ "author": "beachball",
1215
+ "package": "@fluentui/react-alert",
1216
+ "comment": "Bump @fluentui/react-utilities to v9.0.1-0",
1217
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1218
+ },
1219
+ {
1220
+ "author": "beachball",
1221
+ "package": "@fluentui/react-alert",
1222
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
1223
+ "commit": "35237381e941c8935b1892c9217096cea3e5601f"
1224
+ }
1225
+ ]
1226
+ }
1227
+ },
1228
+ {
1229
+ "date": "Tue, 28 Jun 2022 17:39:46 GMT",
1230
+ "tag": "@fluentui/react-alert_v9.0.0-beta.5",
1231
+ "version": "9.0.0-beta.5",
1232
+ "comments": {
1233
+ "prerelease": [
1234
+ {
1235
+ "author": "lingfangao@hotmail.com",
1236
+ "package": "@fluentui/react-alert",
1237
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b",
1238
+ "comment": "fix: Use caret dependency range for Griffel"
1239
+ },
1240
+ {
1241
+ "author": "beachball",
1242
+ "package": "@fluentui/react-alert",
1243
+ "comment": "Bump @fluentui/react-button to v9.0.1",
1244
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
1245
+ },
1246
+ {
1247
+ "author": "beachball",
1248
+ "package": "@fluentui/react-alert",
1249
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.10",
1250
+ "commit": "3deda1fbbfb6ac2b1ad150d4dc6343f1f7fda85b"
1251
+ }
1252
+ ]
1253
+ }
1254
+ },
1255
+ {
1256
+ "date": "Tue, 28 Jun 2022 15:14:12 GMT",
6
1257
  "tag": "@fluentui/react-alert_v9.0.0-beta.4",
7
1258
  "version": "9.0.0-beta.4",
8
1259
  "comments": {