@fluentui/react-infobutton 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 (72) hide show
  1. package/CHANGELOG.json +1525 -1
  2. package/CHANGELOG.md +538 -2
  3. package/dist/index.d.ts +68 -4
  4. package/lib/InfoButton.js +0 -1
  5. package/lib/InfoButton.js.map +1 -1
  6. package/lib/InfoLabel.js +1 -0
  7. package/lib/InfoLabel.js.map +1 -0
  8. package/lib/components/InfoButton/DefaultInfoButtonIcons.js +3 -4
  9. package/lib/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  10. package/lib/components/InfoButton/InfoButton.js +5 -7
  11. package/lib/components/InfoButton/InfoButton.js.map +1 -1
  12. package/lib/components/InfoButton/InfoButton.types.js +1 -2
  13. package/lib/components/InfoButton/InfoButton.types.js.map +1 -1
  14. package/lib/components/InfoButton/index.js +1 -2
  15. package/lib/components/InfoButton/index.js.map +1 -1
  16. package/lib/components/InfoButton/renderInfoButton.js +5 -16
  17. package/lib/components/InfoButton/renderInfoButton.js.map +1 -1
  18. package/lib/components/InfoButton/useInfoButton.js +49 -51
  19. package/lib/components/InfoButton/useInfoButton.js.map +1 -1
  20. package/lib/components/InfoButton/useInfoButtonStyles.styles.js +153 -0
  21. package/lib/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  22. package/lib/components/InfoLabel/InfoLabel.js +12 -0
  23. package/lib/components/InfoLabel/InfoLabel.js.map +1 -0
  24. package/lib/components/InfoLabel/InfoLabel.types.js +1 -0
  25. package/lib/components/InfoLabel/InfoLabel.types.js.map +1 -0
  26. package/lib/components/InfoLabel/index.js +5 -0
  27. package/lib/components/InfoLabel/index.js.map +1 -0
  28. package/lib/components/InfoLabel/renderInfoLabel.js +8 -0
  29. package/lib/components/InfoLabel/renderInfoLabel.js.map +1 -0
  30. package/lib/components/InfoLabel/useInfoLabel.js +77 -0
  31. package/lib/components/InfoLabel/useInfoLabel.js.map +1 -0
  32. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js +43 -0
  33. package/lib/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  34. package/lib/index.js +1 -1
  35. package/lib/index.js.map +1 -1
  36. package/lib-commonjs/InfoButton.js +3 -5
  37. package/lib-commonjs/InfoButton.js.map +1 -1
  38. package/lib-commonjs/InfoLabel.js +6 -0
  39. package/lib-commonjs/InfoLabel.js.map +1 -0
  40. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js +16 -8
  41. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  42. package/lib-commonjs/components/InfoButton/InfoButton.js +15 -16
  43. package/lib-commonjs/components/InfoButton/InfoButton.js.map +1 -1
  44. package/lib-commonjs/components/InfoButton/InfoButton.types.js +1 -3
  45. package/lib-commonjs/components/InfoButton/InfoButton.types.js.map +1 -1
  46. package/lib-commonjs/components/InfoButton/index.js +7 -9
  47. package/lib-commonjs/components/InfoButton/index.js.map +1 -1
  48. package/lib-commonjs/components/InfoButton/renderInfoButton.js +12 -24
  49. package/lib-commonjs/components/InfoButton/renderInfoButton.js.map +1 -1
  50. package/lib-commonjs/components/InfoButton/useInfoButton.js +58 -66
  51. package/lib-commonjs/components/InfoButton/useInfoButton.js.map +1 -1
  52. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js +340 -0
  53. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  54. package/lib-commonjs/components/InfoLabel/InfoLabel.js +19 -0
  55. package/lib-commonjs/components/InfoLabel/InfoLabel.js.map +1 -0
  56. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js +4 -0
  57. package/lib-commonjs/components/InfoLabel/InfoLabel.types.js.map +1 -0
  58. package/lib-commonjs/components/InfoLabel/index.js +10 -0
  59. package/lib-commonjs/components/InfoLabel/index.js.map +1 -0
  60. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js +14 -0
  61. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js.map +1 -0
  62. package/lib-commonjs/components/InfoLabel/useInfoLabel.js +78 -0
  63. package/lib-commonjs/components/InfoLabel/useInfoLabel.js.map +1 -0
  64. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js +62 -0
  65. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  66. package/lib-commonjs/index.js +20 -34
  67. package/lib-commonjs/index.js.map +1 -1
  68. package/package.json +18 -13
  69. package/lib/components/InfoButton/useInfoButtonStyles.js +0 -183
  70. package/lib/components/InfoButton/useInfoButtonStyles.js.map +0 -1
  71. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js +0 -190
  72. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,1531 @@
2
2
  "name": "@fluentui/react-infobutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 Jan 2023 01:35:29 GMT",
5
+ "date": "Wed, 16 Aug 2023 17:38:22 GMT",
6
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.51",
7
+ "version": "9.0.0-beta.51",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-infobutton",
13
+ "comment": "Bump @fluentui/react-label to v9.1.27",
14
+ "commit": "566f22496db20046fbc9ab898580ccf64600fb6b"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-infobutton",
19
+ "comment": "Bump @fluentui/react-popover to v9.7.15",
20
+ "commit": "566f22496db20046fbc9ab898580ccf64600fb6b"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-infobutton",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
26
+ "commit": "566f22496db20046fbc9ab898580ccf64600fb6b"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 16 Aug 2023 11:38:33 GMT",
33
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.50",
34
+ "version": "9.0.0-beta.50",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "beachball",
39
+ "package": "@fluentui/react-infobutton",
40
+ "comment": "Bump @fluentui/react-label to v9.1.26",
41
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-infobutton",
46
+ "comment": "Bump @fluentui/react-popover to v9.7.14",
47
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-infobutton",
52
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
53
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
60
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.49",
61
+ "version": "9.0.0-beta.49",
62
+ "comments": {
63
+ "prerelease": [
64
+ {
65
+ "author": "beachball",
66
+ "package": "@fluentui/react-infobutton",
67
+ "comment": "Bump @fluentui/react-label to v9.1.25",
68
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-infobutton",
73
+ "comment": "Bump @fluentui/react-popover to v9.7.13",
74
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-infobutton",
79
+ "comment": "Bump @fluentui/react-tabster to v9.12.2",
80
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-infobutton",
85
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
86
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-infobutton",
91
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
92
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
93
+ }
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "date": "Wed, 09 Aug 2023 13:16:57 GMT",
99
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.48",
100
+ "version": "9.0.0-beta.48",
101
+ "comments": {
102
+ "prerelease": [
103
+ {
104
+ "author": "bernardo.sunderhus@gmail.com",
105
+ "package": "@fluentui/react-infobutton",
106
+ "commit": "796e4426c50ede34b30e2dc2392328dcbadc2702",
107
+ "comment": "chore(cxe-red): migrate to new slot API"
108
+ },
109
+ {
110
+ "author": "olfedias@microsoft.com",
111
+ "package": "@fluentui/react-infobutton",
112
+ "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
113
+ "comment": "chore: Update Griffel to latest version"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-infobutton",
118
+ "comment": "Bump @fluentui/react-label to v9.1.24",
119
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
120
+ },
121
+ {
122
+ "author": "beachball",
123
+ "package": "@fluentui/react-infobutton",
124
+ "comment": "Bump @fluentui/react-popover to v9.7.12",
125
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
126
+ },
127
+ {
128
+ "author": "beachball",
129
+ "package": "@fluentui/react-infobutton",
130
+ "comment": "Bump @fluentui/react-tabster to v9.12.1",
131
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
132
+ },
133
+ {
134
+ "author": "beachball",
135
+ "package": "@fluentui/react-infobutton",
136
+ "comment": "Bump @fluentui/react-theme to v9.1.11",
137
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
138
+ },
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-infobutton",
142
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
143
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
144
+ }
145
+ ]
146
+ }
147
+ },
148
+ {
149
+ "date": "Fri, 04 Aug 2023 08:52:58 GMT",
150
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.47",
151
+ "version": "9.0.0-beta.47",
152
+ "comments": {
153
+ "prerelease": [
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-infobutton",
157
+ "comment": "Bump @fluentui/react-label to v9.1.23",
158
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
159
+ },
160
+ {
161
+ "author": "beachball",
162
+ "package": "@fluentui/react-infobutton",
163
+ "comment": "Bump @fluentui/react-popover to v9.7.11",
164
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
165
+ },
166
+ {
167
+ "author": "beachball",
168
+ "package": "@fluentui/react-infobutton",
169
+ "comment": "Bump @fluentui/react-tabster to v9.12.0",
170
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
171
+ },
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-infobutton",
175
+ "comment": "Bump @fluentui/react-theme to v9.1.10",
176
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
177
+ },
178
+ {
179
+ "author": "beachball",
180
+ "package": "@fluentui/react-infobutton",
181
+ "comment": "Bump @fluentui/react-utilities to v9.11.0",
182
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
183
+ },
184
+ {
185
+ "author": "beachball",
186
+ "package": "@fluentui/react-infobutton",
187
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
188
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
189
+ }
190
+ ]
191
+ }
192
+ },
193
+ {
194
+ "date": "Tue, 01 Aug 2023 10:17:21 GMT",
195
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.46",
196
+ "version": "9.0.0-beta.46",
197
+ "comments": {
198
+ "prerelease": [
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-infobutton",
202
+ "comment": "Bump @fluentui/react-label to v9.1.22",
203
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-infobutton",
208
+ "comment": "Bump @fluentui/react-popover to v9.7.10",
209
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-infobutton",
214
+ "comment": "Bump @fluentui/react-tabster to v9.11.1",
215
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
216
+ }
217
+ ]
218
+ }
219
+ },
220
+ {
221
+ "date": "Thu, 27 Jul 2023 10:34:14 GMT",
222
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.45",
223
+ "version": "9.0.0-beta.45",
224
+ "comments": {
225
+ "prerelease": [
226
+ {
227
+ "author": "beachball",
228
+ "package": "@fluentui/react-infobutton",
229
+ "comment": "Bump @fluentui/react-popover to v9.7.9",
230
+ "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9"
231
+ }
232
+ ]
233
+ }
234
+ },
235
+ {
236
+ "date": "Tue, 25 Jul 2023 13:29:19 GMT",
237
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.44",
238
+ "version": "9.0.0-beta.44",
239
+ "comments": {
240
+ "prerelease": [
241
+ {
242
+ "author": "ololubek@microsoft.com",
243
+ "package": "@fluentui/react-infobutton",
244
+ "commit": "1082207b08959996cd736725735cadc01d0849b0",
245
+ "comment": "chore: Update react-icons version to pick up fowardref change."
246
+ },
247
+ {
248
+ "author": "beachball",
249
+ "package": "@fluentui/react-infobutton",
250
+ "comment": "Bump @fluentui/react-popover to v9.7.8",
251
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
252
+ },
253
+ {
254
+ "author": "beachball",
255
+ "package": "@fluentui/react-infobutton",
256
+ "comment": "Bump @fluentui/react-tabster to v9.11.0",
257
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
258
+ }
259
+ ]
260
+ }
261
+ },
262
+ {
263
+ "date": "Thu, 20 Jul 2023 18:27:29 GMT",
264
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.43",
265
+ "version": "9.0.0-beta.43",
266
+ "comments": {
267
+ "none": [
268
+ {
269
+ "author": "olfedias@microsoft.com",
270
+ "package": "@fluentui/react-infobutton",
271
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
272
+ "comment": "chore: migrate to monosize"
273
+ }
274
+ ],
275
+ "prerelease": [
276
+ {
277
+ "author": "beachball",
278
+ "package": "@fluentui/react-infobutton",
279
+ "comment": "Bump @fluentui/react-label to v9.1.21",
280
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
281
+ },
282
+ {
283
+ "author": "beachball",
284
+ "package": "@fluentui/react-infobutton",
285
+ "comment": "Bump @fluentui/react-popover to v9.7.7",
286
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
287
+ },
288
+ {
289
+ "author": "beachball",
290
+ "package": "@fluentui/react-infobutton",
291
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
292
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
293
+ }
294
+ ]
295
+ }
296
+ },
297
+ {
298
+ "date": "Mon, 17 Jul 2023 21:27:35 GMT",
299
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.42",
300
+ "version": "9.0.0-beta.42",
301
+ "comments": {
302
+ "prerelease": [
303
+ {
304
+ "author": "esteban.230@hotmail.com",
305
+ "package": "@fluentui/react-infobutton",
306
+ "commit": "d2c19695a05ff0adcab100c05d75cfa32e0994a9",
307
+ "comment": "fix(react-infobutton): Make InfoLabel only add aria-owns when the popover is open."
308
+ },
309
+ {
310
+ "author": "esteban.230@hotmail.com",
311
+ "package": "@fluentui/react-infobutton",
312
+ "commit": "bffeca38807f5cd9230e6dbbc4ef1be1766e29d5",
313
+ "comment": "feat(react-infobutton): Remove InfoIcon files from react-infobutton."
314
+ }
315
+ ]
316
+ }
317
+ },
318
+ {
319
+ "date": "Thu, 13 Jul 2023 21:25:41 GMT",
320
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.41",
321
+ "version": "9.0.0-beta.41",
322
+ "comments": {
323
+ "none": [
324
+ {
325
+ "author": "martinhochel@microsoft.com",
326
+ "package": "@fluentui/react-infobutton",
327
+ "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
328
+ "comment": "chore: update devDependencies to use * for inner workspace dependencies"
329
+ }
330
+ ]
331
+ }
332
+ },
333
+ {
334
+ "date": "Tue, 11 Jul 2023 18:46:36 GMT",
335
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.41",
336
+ "version": "9.0.0-beta.41",
337
+ "comments": {
338
+ "prerelease": [
339
+ {
340
+ "author": "beachball",
341
+ "package": "@fluentui/react-infobutton",
342
+ "comment": "Bump @fluentui/react-label to v9.1.20",
343
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
344
+ },
345
+ {
346
+ "author": "beachball",
347
+ "package": "@fluentui/react-infobutton",
348
+ "comment": "Bump @fluentui/react-popover to v9.7.6",
349
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
350
+ },
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-infobutton",
354
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11",
355
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
356
+ },
357
+ {
358
+ "author": "beachball",
359
+ "package": "@fluentui/react-infobutton",
360
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
361
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
362
+ }
363
+ ]
364
+ }
365
+ },
366
+ {
367
+ "date": "Mon, 03 Jul 2023 13:34:28 GMT",
368
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.40",
369
+ "version": "9.0.0-beta.40",
370
+ "comments": {
371
+ "prerelease": [
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-infobutton",
375
+ "comment": "Bump @fluentui/react-popover to v9.7.5",
376
+ "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-infobutton",
381
+ "comment": "Bump @fluentui/react-tabster to v9.10.0",
382
+ "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
383
+ }
384
+ ]
385
+ }
386
+ },
387
+ {
388
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
389
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.39",
390
+ "version": "9.0.0-beta.39",
391
+ "comments": {
392
+ "prerelease": [
393
+ {
394
+ "author": "beachball",
395
+ "package": "@fluentui/react-infobutton",
396
+ "comment": "Bump @fluentui/react-label to v9.1.19",
397
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
398
+ },
399
+ {
400
+ "author": "beachball",
401
+ "package": "@fluentui/react-infobutton",
402
+ "comment": "Bump @fluentui/react-popover to v9.7.4",
403
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
404
+ },
405
+ {
406
+ "author": "beachball",
407
+ "package": "@fluentui/react-infobutton",
408
+ "comment": "Bump @fluentui/react-tabster to v9.9.2",
409
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
410
+ },
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-infobutton",
414
+ "comment": "Bump @fluentui/react-utilities to v9.10.1",
415
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-infobutton",
420
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10",
421
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
422
+ }
423
+ ]
424
+ }
425
+ },
426
+ {
427
+ "date": "Wed, 28 Jun 2023 11:12:27 GMT",
428
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.38",
429
+ "version": "9.0.0-beta.38",
430
+ "comments": {
431
+ "none": [
432
+ {
433
+ "author": "martinhochel@microsoft.com",
434
+ "package": "@fluentui/react-infobutton",
435
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
436
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
437
+ }
438
+ ],
439
+ "prerelease": [
440
+ {
441
+ "author": "beachball",
442
+ "package": "@fluentui/react-infobutton",
443
+ "comment": "Bump @fluentui/react-label to v9.1.18",
444
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
445
+ },
446
+ {
447
+ "author": "beachball",
448
+ "package": "@fluentui/react-infobutton",
449
+ "comment": "Bump @fluentui/react-popover to v9.7.3",
450
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
451
+ },
452
+ {
453
+ "author": "beachball",
454
+ "package": "@fluentui/react-infobutton",
455
+ "comment": "Bump @fluentui/react-tabster to v9.9.1",
456
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
457
+ },
458
+ {
459
+ "author": "beachball",
460
+ "package": "@fluentui/react-infobutton",
461
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
462
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
463
+ },
464
+ {
465
+ "author": "beachball",
466
+ "package": "@fluentui/react-infobutton",
467
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
468
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
469
+ }
470
+ ]
471
+ }
472
+ },
473
+ {
474
+ "date": "Tue, 27 Jun 2023 11:21:23 GMT",
475
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.37",
476
+ "version": "9.0.0-beta.37",
477
+ "comments": {
478
+ "prerelease": [
479
+ {
480
+ "author": "beachball",
481
+ "package": "@fluentui/react-infobutton",
482
+ "comment": "Bump @fluentui/react-popover to v9.7.2",
483
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
484
+ },
485
+ {
486
+ "author": "beachball",
487
+ "package": "@fluentui/react-infobutton",
488
+ "comment": "Bump @fluentui/react-tabster to v9.9.0",
489
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
490
+ }
491
+ ]
492
+ }
493
+ },
494
+ {
495
+ "date": "Mon, 26 Jun 2023 09:53:55 GMT",
496
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.36",
497
+ "version": "9.0.0-beta.36",
498
+ "comments": {
499
+ "prerelease": [
500
+ {
501
+ "author": "beachball",
502
+ "package": "@fluentui/react-infobutton",
503
+ "comment": "Bump @fluentui/react-label to v9.1.17",
504
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
505
+ },
506
+ {
507
+ "author": "beachball",
508
+ "package": "@fluentui/react-infobutton",
509
+ "comment": "Bump @fluentui/react-popover to v9.7.1",
510
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
511
+ },
512
+ {
513
+ "author": "beachball",
514
+ "package": "@fluentui/react-infobutton",
515
+ "comment": "Bump @fluentui/react-tabster to v9.8.1",
516
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
517
+ },
518
+ {
519
+ "author": "beachball",
520
+ "package": "@fluentui/react-infobutton",
521
+ "comment": "Bump @fluentui/react-utilities to v9.9.4",
522
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
523
+ },
524
+ {
525
+ "author": "beachball",
526
+ "package": "@fluentui/react-infobutton",
527
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
528
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
529
+ }
530
+ ]
531
+ }
532
+ },
533
+ {
534
+ "date": "Tue, 20 Jun 2023 12:38:58 GMT",
535
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.35",
536
+ "version": "9.0.0-beta.35",
537
+ "comments": {
538
+ "prerelease": [
539
+ {
540
+ "author": "esteban.230@hotmail.com",
541
+ "package": "@fluentui/react-infobutton",
542
+ "commit": "2180922aed405f0a49734a64608749011cece831",
543
+ "comment": "chore: Create InfoIconLabel component scaffold."
544
+ },
545
+ {
546
+ "author": "esteban.230@hotmail.com",
547
+ "package": "@fluentui/react-infobutton",
548
+ "commit": "cb3741ddf649785332da7f0d57dfa93a965dab75",
549
+ "comment": "chore: Create InfoTip component."
550
+ },
551
+ {
552
+ "author": "ololubek@microsoft.com",
553
+ "package": "@fluentui/react-infobutton",
554
+ "commit": "8a5ae3aa00faa327c58887a99a5698b18f2930ee",
555
+ "comment": "chore: update @fluentui/react-icons to 2.0.203"
556
+ },
557
+ {
558
+ "author": "esteban.230@hotmail.com",
559
+ "package": "@fluentui/react-infobutton",
560
+ "commit": "91b9ce05995846aaa882d86755583e5b1a703717",
561
+ "comment": "chore: Rename InfoTip to InfoIcon to better align with InfoButton."
562
+ },
563
+ {
564
+ "author": "beachball",
565
+ "package": "@fluentui/react-infobutton",
566
+ "comment": "Bump @fluentui/react-label to v9.1.16",
567
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
568
+ },
569
+ {
570
+ "author": "beachball",
571
+ "package": "@fluentui/react-infobutton",
572
+ "comment": "Bump @fluentui/react-popover to v9.7.0",
573
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
574
+ },
575
+ {
576
+ "author": "beachball",
577
+ "package": "@fluentui/react-infobutton",
578
+ "comment": "Bump @fluentui/react-tabster to v9.8.0",
579
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
580
+ },
581
+ {
582
+ "author": "beachball",
583
+ "package": "@fluentui/react-infobutton",
584
+ "comment": "Bump @fluentui/react-theme to v9.1.9",
585
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
586
+ },
587
+ {
588
+ "author": "beachball",
589
+ "package": "@fluentui/react-infobutton",
590
+ "comment": "Bump @fluentui/react-utilities to v9.9.3",
591
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
592
+ },
593
+ {
594
+ "author": "beachball",
595
+ "package": "@fluentui/react-infobutton",
596
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7",
597
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
598
+ },
599
+ {
600
+ "author": "beachball",
601
+ "package": "@fluentui/react-infobutton",
602
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
603
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
604
+ }
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "date": "Wed, 31 May 2023 06:46:14 GMT",
610
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.34",
611
+ "version": "9.0.0-beta.34",
612
+ "comments": {
613
+ "prerelease": [
614
+ {
615
+ "author": "seanmonahan@microsoft.com",
616
+ "package": "@fluentui/react-infobutton",
617
+ "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c",
618
+ "comment": "chore: Update Griffel to v1.5.7."
619
+ },
620
+ {
621
+ "author": "beachball",
622
+ "package": "@fluentui/react-infobutton",
623
+ "comment": "Bump @fluentui/react-label to v9.1.15",
624
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
625
+ },
626
+ {
627
+ "author": "beachball",
628
+ "package": "@fluentui/react-infobutton",
629
+ "comment": "Bump @fluentui/react-popover to v9.6.0",
630
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
631
+ },
632
+ {
633
+ "author": "beachball",
634
+ "package": "@fluentui/react-infobutton",
635
+ "comment": "Bump @fluentui/react-tabster to v9.7.5",
636
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
637
+ },
638
+ {
639
+ "author": "beachball",
640
+ "package": "@fluentui/react-infobutton",
641
+ "comment": "Bump @fluentui/react-utilities to v9.9.2",
642
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
643
+ },
644
+ {
645
+ "author": "beachball",
646
+ "package": "@fluentui/react-infobutton",
647
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6",
648
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
649
+ },
650
+ {
651
+ "author": "beachball",
652
+ "package": "@fluentui/react-infobutton",
653
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
654
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
655
+ }
656
+ ]
657
+ }
658
+ },
659
+ {
660
+ "date": "Thu, 25 May 2023 10:00:48 GMT",
661
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.33",
662
+ "version": "9.0.0-beta.33",
663
+ "comments": {
664
+ "prerelease": [
665
+ {
666
+ "author": "beachball",
667
+ "package": "@fluentui/react-infobutton",
668
+ "comment": "Bump @fluentui/react-label to v9.1.14",
669
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
670
+ },
671
+ {
672
+ "author": "beachball",
673
+ "package": "@fluentui/react-infobutton",
674
+ "comment": "Bump @fluentui/react-popover to v9.5.15",
675
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
676
+ },
677
+ {
678
+ "author": "beachball",
679
+ "package": "@fluentui/react-infobutton",
680
+ "comment": "Bump @fluentui/react-tabster to v9.7.4",
681
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
682
+ },
683
+ {
684
+ "author": "beachball",
685
+ "package": "@fluentui/react-infobutton",
686
+ "comment": "Bump @fluentui/react-utilities to v9.9.1",
687
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
688
+ },
689
+ {
690
+ "author": "beachball",
691
+ "package": "@fluentui/react-infobutton",
692
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
693
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
694
+ }
695
+ ]
696
+ }
697
+ },
698
+ {
699
+ "date": "Wed, 24 May 2023 20:45:27 GMT",
700
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.32",
701
+ "version": "9.0.0-beta.32",
702
+ "comments": {
703
+ "none": [
704
+ {
705
+ "author": "olfedias@microsoft.com",
706
+ "package": "@fluentui/react-infobutton",
707
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
708
+ "comment": "chore: update test-ssr script"
709
+ }
710
+ ],
711
+ "prerelease": [
712
+ {
713
+ "author": "beachball",
714
+ "package": "@fluentui/react-infobutton",
715
+ "comment": "Bump @fluentui/react-label to v9.1.13",
716
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
717
+ },
718
+ {
719
+ "author": "beachball",
720
+ "package": "@fluentui/react-infobutton",
721
+ "comment": "Bump @fluentui/react-popover to v9.5.14",
722
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
723
+ },
724
+ {
725
+ "author": "beachball",
726
+ "package": "@fluentui/react-infobutton",
727
+ "comment": "Bump @fluentui/react-tabster to v9.7.3",
728
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
729
+ }
730
+ ]
731
+ }
732
+ },
733
+ {
734
+ "date": "Thu, 18 May 2023 13:11:08 GMT",
735
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.31",
736
+ "version": "9.0.0-beta.31",
737
+ "comments": {
738
+ "prerelease": [
739
+ {
740
+ "author": "beachball",
741
+ "package": "@fluentui/react-infobutton",
742
+ "comment": "Bump @fluentui/react-popover to v9.5.13",
743
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
744
+ },
745
+ {
746
+ "author": "beachball",
747
+ "package": "@fluentui/react-infobutton",
748
+ "comment": "Bump @fluentui/react-tabster to v9.7.2",
749
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
750
+ }
751
+ ]
752
+ }
753
+ },
754
+ {
755
+ "date": "Thu, 18 May 2023 00:39:07 GMT",
756
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.30",
757
+ "version": "9.0.0-beta.30",
758
+ "comments": {
759
+ "none": [
760
+ {
761
+ "author": "olfedias@microsoft.com",
762
+ "package": "@fluentui/react-infobutton",
763
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
764
+ "comment": "chore: add test-ssr script to v9 packages"
765
+ }
766
+ ],
767
+ "prerelease": [
768
+ {
769
+ "author": "esteban.230@hotmail.com",
770
+ "package": "@fluentui/react-infobutton",
771
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb",
772
+ "comment": "fix: Add aria-owns to InfoLabel."
773
+ },
774
+ {
775
+ "author": "beachball",
776
+ "package": "@fluentui/react-infobutton",
777
+ "comment": "Bump @fluentui/react-label to v9.1.12",
778
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
779
+ },
780
+ {
781
+ "author": "beachball",
782
+ "package": "@fluentui/react-infobutton",
783
+ "comment": "Bump @fluentui/react-popover to v9.5.12",
784
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
785
+ },
786
+ {
787
+ "author": "beachball",
788
+ "package": "@fluentui/react-infobutton",
789
+ "comment": "Bump @fluentui/react-tabster to v9.7.1",
790
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
791
+ },
792
+ {
793
+ "author": "beachball",
794
+ "package": "@fluentui/react-infobutton",
795
+ "comment": "Bump @fluentui/react-utilities to v9.9.0",
796
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
797
+ },
798
+ {
799
+ "author": "beachball",
800
+ "package": "@fluentui/react-infobutton",
801
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4",
802
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
803
+ }
804
+ ]
805
+ }
806
+ },
807
+ {
808
+ "date": "Fri, 12 May 2023 20:27:20 GMT",
809
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.29",
810
+ "version": "9.0.0-beta.29",
811
+ "comments": {
812
+ "prerelease": [
813
+ {
814
+ "author": "olfedias@microsoft.com",
815
+ "package": "@fluentui/react-infobutton",
816
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
817
+ "comment": "chore: exclude .swcrc from being published"
818
+ },
819
+ {
820
+ "author": "olfedias@microsoft.com",
821
+ "package": "@fluentui/react-infobutton",
822
+ "commit": "871192b67e1bc8a68da1b4c55b4e0ee2aed0b604",
823
+ "comment": "chore: move makeStyles() calls to .styles.ts files"
824
+ },
825
+ {
826
+ "author": "beachball",
827
+ "package": "@fluentui/react-infobutton",
828
+ "comment": "Bump @fluentui/react-label to v9.1.11",
829
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
830
+ },
831
+ {
832
+ "author": "beachball",
833
+ "package": "@fluentui/react-infobutton",
834
+ "comment": "Bump @fluentui/react-popover to v9.5.11",
835
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
836
+ },
837
+ {
838
+ "author": "beachball",
839
+ "package": "@fluentui/react-infobutton",
840
+ "comment": "Bump @fluentui/react-tabster to v9.7.0",
841
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
842
+ },
843
+ {
844
+ "author": "beachball",
845
+ "package": "@fluentui/react-infobutton",
846
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
847
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
848
+ },
849
+ {
850
+ "author": "beachball",
851
+ "package": "@fluentui/react-infobutton",
852
+ "comment": "Bump @fluentui/react-utilities to v9.8.1",
853
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
854
+ },
855
+ {
856
+ "author": "beachball",
857
+ "package": "@fluentui/react-infobutton",
858
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
859
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
860
+ },
861
+ {
862
+ "author": "beachball",
863
+ "package": "@fluentui/react-infobutton",
864
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
865
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
866
+ }
867
+ ],
868
+ "none": [
869
+ {
870
+ "author": "martinhochel@microsoft.com",
871
+ "package": "@fluentui/react-infobutton",
872
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
873
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
874
+ }
875
+ ]
876
+ }
877
+ },
878
+ {
879
+ "date": "Mon, 24 Apr 2023 08:12:37 GMT",
880
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.28",
881
+ "version": "9.0.0-beta.28",
882
+ "comments": {
883
+ "prerelease": [
884
+ {
885
+ "author": "bernardo.sunderhus@gmail.com",
886
+ "package": "@fluentui/react-infobutton",
887
+ "commit": "dd76eca6f3584188994575d1d15d805a24ee9a91",
888
+ "comment": "chore: adopt custom JSX pragma"
889
+ },
890
+ {
891
+ "author": "beachball",
892
+ "package": "@fluentui/react-infobutton",
893
+ "comment": "Bump @fluentui/react-label to v9.1.10",
894
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
895
+ },
896
+ {
897
+ "author": "beachball",
898
+ "package": "@fluentui/react-infobutton",
899
+ "comment": "Bump @fluentui/react-popover to v9.5.10",
900
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
901
+ },
902
+ {
903
+ "author": "beachball",
904
+ "package": "@fluentui/react-infobutton",
905
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
906
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
907
+ }
908
+ ]
909
+ }
910
+ },
911
+ {
912
+ "date": "Mon, 17 Apr 2023 17:54:02 GMT",
913
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.27",
914
+ "version": "9.0.0-beta.27",
915
+ "comments": {
916
+ "prerelease": [
917
+ {
918
+ "author": "beachball",
919
+ "package": "@fluentui/react-infobutton",
920
+ "comment": "Bump @fluentui/react-label to v9.1.9",
921
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
922
+ },
923
+ {
924
+ "author": "beachball",
925
+ "package": "@fluentui/react-infobutton",
926
+ "comment": "Bump @fluentui/react-popover to v9.5.9",
927
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
928
+ },
929
+ {
930
+ "author": "beachball",
931
+ "package": "@fluentui/react-infobutton",
932
+ "comment": "Bump @fluentui/react-tabster to v9.6.5",
933
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
934
+ },
935
+ {
936
+ "author": "beachball",
937
+ "package": "@fluentui/react-infobutton",
938
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
939
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
940
+ }
941
+ ]
942
+ }
943
+ },
944
+ {
945
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
946
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.26",
947
+ "version": "9.0.0-beta.26",
948
+ "comments": {
949
+ "prerelease": [
950
+ {
951
+ "author": "beachball",
952
+ "package": "@fluentui/react-infobutton",
953
+ "comment": "Bump @fluentui/react-label to v9.1.8",
954
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
955
+ },
956
+ {
957
+ "author": "beachball",
958
+ "package": "@fluentui/react-infobutton",
959
+ "comment": "Bump @fluentui/react-popover to v9.5.8",
960
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
961
+ },
962
+ {
963
+ "author": "beachball",
964
+ "package": "@fluentui/react-infobutton",
965
+ "comment": "Bump @fluentui/react-tabster to v9.6.4",
966
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
967
+ },
968
+ {
969
+ "author": "beachball",
970
+ "package": "@fluentui/react-infobutton",
971
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
972
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
973
+ }
974
+ ]
975
+ }
976
+ },
977
+ {
978
+ "date": "Tue, 04 Apr 2023 18:44:48 GMT",
979
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.25",
980
+ "version": "9.0.0-beta.25",
981
+ "comments": {
982
+ "prerelease": [
983
+ {
984
+ "author": "esteban.230@hotmail.com",
985
+ "package": "@fluentui/react-infobutton",
986
+ "commit": "df9564ee42c12b0dfab646f9e4dd4038c636d3ee",
987
+ "comment": "chore: Rename content slot to info."
988
+ },
989
+ {
990
+ "author": "beachball",
991
+ "package": "@fluentui/react-infobutton",
992
+ "comment": "Bump @fluentui/react-label to v9.1.7",
993
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
994
+ },
995
+ {
996
+ "author": "beachball",
997
+ "package": "@fluentui/react-infobutton",
998
+ "comment": "Bump @fluentui/react-popover to v9.5.7",
999
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1000
+ },
1001
+ {
1002
+ "author": "beachball",
1003
+ "package": "@fluentui/react-infobutton",
1004
+ "comment": "Bump @fluentui/react-tabster to v9.6.3",
1005
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1006
+ },
1007
+ {
1008
+ "author": "beachball",
1009
+ "package": "@fluentui/react-infobutton",
1010
+ "comment": "Bump @fluentui/react-utilities to v9.7.3",
1011
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1012
+ }
1013
+ ]
1014
+ }
1015
+ },
1016
+ {
1017
+ "date": "Tue, 21 Mar 2023 21:23:36 GMT",
1018
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.23",
1019
+ "version": "9.0.0-beta.23",
1020
+ "comments": {
1021
+ "prerelease": [
1022
+ {
1023
+ "author": "makotom@microsoft.com",
1024
+ "package": "@fluentui/react-infobutton",
1025
+ "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74",
1026
+ "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196."
1027
+ },
1028
+ {
1029
+ "author": "tristan.watanabe@gmail.com",
1030
+ "package": "@fluentui/react-infobutton",
1031
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
1032
+ "comment": "fix: add node field to package.json exports map."
1033
+ },
1034
+ {
1035
+ "author": "tristan.watanabe@gmail.com",
1036
+ "package": "@fluentui/react-infobutton",
1037
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
1038
+ "comment": "chore: migrate to swc transpilation approach."
1039
+ },
1040
+ {
1041
+ "author": "beachball",
1042
+ "package": "@fluentui/react-infobutton",
1043
+ "comment": "Bump @fluentui/react-label to v9.1.5",
1044
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1045
+ },
1046
+ {
1047
+ "author": "beachball",
1048
+ "package": "@fluentui/react-infobutton",
1049
+ "comment": "Bump @fluentui/react-popover to v9.5.5",
1050
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1051
+ },
1052
+ {
1053
+ "author": "beachball",
1054
+ "package": "@fluentui/react-infobutton",
1055
+ "comment": "Bump @fluentui/react-tabster to v9.6.1",
1056
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1057
+ },
1058
+ {
1059
+ "author": "beachball",
1060
+ "package": "@fluentui/react-infobutton",
1061
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
1062
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1063
+ },
1064
+ {
1065
+ "author": "beachball",
1066
+ "package": "@fluentui/react-infobutton",
1067
+ "comment": "Bump @fluentui/react-utilities to v9.7.2",
1068
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1069
+ },
1070
+ {
1071
+ "author": "beachball",
1072
+ "package": "@fluentui/react-infobutton",
1073
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
1074
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1075
+ }
1076
+ ]
1077
+ }
1078
+ },
1079
+ {
1080
+ "date": "Thu, 16 Mar 2023 14:36:57 GMT",
1081
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.22",
1082
+ "version": "9.0.0-beta.22",
1083
+ "comments": {
1084
+ "prerelease": [
1085
+ {
1086
+ "author": "behowell@microsoft.com",
1087
+ "package": "@fluentui/react-infobutton",
1088
+ "commit": "b106479e831318cfb3ddf10871e4240530498f31",
1089
+ "comment": "feat: Add InfoLabel component"
1090
+ },
1091
+ {
1092
+ "author": "beachball",
1093
+ "package": "@fluentui/react-infobutton",
1094
+ "comment": "Bump @fluentui/react-label to v9.1.4",
1095
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1096
+ },
1097
+ {
1098
+ "author": "beachball",
1099
+ "package": "@fluentui/react-infobutton",
1100
+ "comment": "Bump @fluentui/react-popover to v9.5.4",
1101
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1102
+ },
1103
+ {
1104
+ "author": "beachball",
1105
+ "package": "@fluentui/react-infobutton",
1106
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
1107
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1108
+ },
1109
+ {
1110
+ "author": "beachball",
1111
+ "package": "@fluentui/react-infobutton",
1112
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
1113
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1114
+ }
1115
+ ]
1116
+ }
1117
+ },
1118
+ {
1119
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
1120
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.21",
1121
+ "version": "9.0.0-beta.21",
1122
+ "comments": {
1123
+ "prerelease": [
1124
+ {
1125
+ "author": "beachball",
1126
+ "package": "@fluentui/react-infobutton",
1127
+ "comment": "Bump @fluentui/react-popover to v9.5.3",
1128
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1129
+ },
1130
+ {
1131
+ "author": "beachball",
1132
+ "package": "@fluentui/react-infobutton",
1133
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
1134
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1135
+ },
1136
+ {
1137
+ "author": "beachball",
1138
+ "package": "@fluentui/react-infobutton",
1139
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
1140
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1141
+ }
1142
+ ]
1143
+ }
1144
+ },
1145
+ {
1146
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
1147
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.20",
1148
+ "version": "9.0.0-beta.20",
1149
+ "comments": {
1150
+ "prerelease": [
1151
+ {
1152
+ "author": "beachball",
1153
+ "package": "@fluentui/react-infobutton",
1154
+ "comment": "Bump @fluentui/react-popover to v9.5.2",
1155
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1156
+ },
1157
+ {
1158
+ "author": "beachball",
1159
+ "package": "@fluentui/react-infobutton",
1160
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
1161
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1162
+ },
1163
+ {
1164
+ "author": "beachball",
1165
+ "package": "@fluentui/react-infobutton",
1166
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
1167
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1168
+ }
1169
+ ]
1170
+ }
1171
+ },
1172
+ {
1173
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
1174
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.19",
1175
+ "version": "9.0.0-beta.19",
1176
+ "comments": {
1177
+ "prerelease": [
1178
+ {
1179
+ "author": "beachball",
1180
+ "package": "@fluentui/react-infobutton",
1181
+ "comment": "Bump @fluentui/react-popover to v9.5.1",
1182
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
1183
+ },
1184
+ {
1185
+ "author": "beachball",
1186
+ "package": "@fluentui/react-infobutton",
1187
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
1188
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
1189
+ },
1190
+ {
1191
+ "author": "beachball",
1192
+ "package": "@fluentui/react-infobutton",
1193
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
1194
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
1195
+ }
1196
+ ]
1197
+ }
1198
+ },
1199
+ {
1200
+ "date": "Wed, 08 Mar 2023 17:42:51 GMT",
1201
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.18",
1202
+ "version": "9.0.0-beta.18",
1203
+ "comments": {
1204
+ "prerelease": [
1205
+ {
1206
+ "author": "beachball",
1207
+ "package": "@fluentui/react-infobutton",
1208
+ "comment": "Bump @fluentui/react-popover to v9.5.0",
1209
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
1210
+ },
1211
+ {
1212
+ "author": "beachball",
1213
+ "package": "@fluentui/react-infobutton",
1214
+ "comment": "Bump @fluentui/react-tabster to v9.5.4",
1215
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
1216
+ },
1217
+ {
1218
+ "author": "beachball",
1219
+ "package": "@fluentui/react-infobutton",
1220
+ "comment": "Bump @fluentui/react-utilities to v9.6.1",
1221
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
1222
+ }
1223
+ ]
1224
+ }
1225
+ },
1226
+ {
1227
+ "date": "Wed, 22 Feb 2023 23:06:07 GMT",
1228
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.17",
1229
+ "version": "9.0.0-beta.17",
1230
+ "comments": {
1231
+ "prerelease": [
1232
+ {
1233
+ "author": "beachball",
1234
+ "package": "@fluentui/react-infobutton",
1235
+ "comment": "Bump @fluentui/react-popover to v9.4.11",
1236
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
1237
+ }
1238
+ ]
1239
+ }
1240
+ },
1241
+ {
1242
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
1243
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.16",
1244
+ "version": "9.0.0-beta.16",
1245
+ "comments": {
1246
+ "prerelease": [
1247
+ {
1248
+ "author": "beachball",
1249
+ "package": "@fluentui/react-infobutton",
1250
+ "comment": "Bump @fluentui/react-popover to v9.4.10",
1251
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
1252
+ },
1253
+ {
1254
+ "author": "beachball",
1255
+ "package": "@fluentui/react-infobutton",
1256
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
1257
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
1258
+ },
1259
+ {
1260
+ "author": "beachball",
1261
+ "package": "@fluentui/react-infobutton",
1262
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
1263
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
1264
+ }
1265
+ ]
1266
+ }
1267
+ },
1268
+ {
1269
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
1270
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.15",
1271
+ "version": "9.0.0-beta.15",
1272
+ "comments": {
1273
+ "prerelease": [
1274
+ {
1275
+ "author": "beachball",
1276
+ "package": "@fluentui/react-infobutton",
1277
+ "comment": "Bump @fluentui/react-popover to v9.4.9",
1278
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
1279
+ },
1280
+ {
1281
+ "author": "beachball",
1282
+ "package": "@fluentui/react-infobutton",
1283
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
1284
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
1285
+ },
1286
+ {
1287
+ "author": "beachball",
1288
+ "package": "@fluentui/react-infobutton",
1289
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
1290
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
1291
+ }
1292
+ ]
1293
+ }
1294
+ },
1295
+ {
1296
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
1297
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.14",
1298
+ "version": "9.0.0-beta.14",
1299
+ "comments": {
1300
+ "prerelease": [
1301
+ {
1302
+ "author": "beachball",
1303
+ "package": "@fluentui/react-infobutton",
1304
+ "comment": "Bump @fluentui/react-popover to v9.4.8",
1305
+ "commit": "b24aed22677cb12a74f185feee89edefd1601b9a"
1306
+ }
1307
+ ]
1308
+ }
1309
+ },
1310
+ {
1311
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
1312
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.13",
1313
+ "version": "9.0.0-beta.13",
1314
+ "comments": {
1315
+ "prerelease": [
1316
+ {
1317
+ "author": "beachball",
1318
+ "package": "@fluentui/react-infobutton",
1319
+ "comment": "Bump @fluentui/react-popover to v9.4.7",
1320
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
1321
+ },
1322
+ {
1323
+ "author": "beachball",
1324
+ "package": "@fluentui/react-infobutton",
1325
+ "comment": "Bump @fluentui/react-tabster to v9.5.1",
1326
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
1327
+ },
1328
+ {
1329
+ "author": "beachball",
1330
+ "package": "@fluentui/react-infobutton",
1331
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
1332
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
1333
+ }
1334
+ ]
1335
+ }
1336
+ },
1337
+ {
1338
+ "date": "Tue, 07 Feb 2023 14:13:05 GMT",
1339
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.12",
1340
+ "version": "9.0.0-beta.12",
1341
+ "comments": {
1342
+ "prerelease": [
1343
+ {
1344
+ "author": "esteban.230@hotmail.com",
1345
+ "package": "@fluentui/react-infobutton",
1346
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746",
1347
+ "comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label."
1348
+ },
1349
+ {
1350
+ "author": "esteban.230@hotmail.com",
1351
+ "package": "@fluentui/react-infobutton",
1352
+ "commit": "34514e3502e2830d81f9de25956be8b624cd3c20",
1353
+ "comment": "chore: Making the content focusable and updating example's text."
1354
+ },
1355
+ {
1356
+ "author": "beachball",
1357
+ "package": "@fluentui/react-infobutton",
1358
+ "comment": "Bump @fluentui/react-popover to v9.4.6",
1359
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
1360
+ },
1361
+ {
1362
+ "author": "beachball",
1363
+ "package": "@fluentui/react-infobutton",
1364
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
1365
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
1366
+ }
1367
+ ]
1368
+ }
1369
+ },
1370
+ {
1371
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
1372
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.11",
1373
+ "version": "9.0.0-beta.11",
1374
+ "comments": {
1375
+ "prerelease": [
1376
+ {
1377
+ "author": "beachball",
1378
+ "package": "@fluentui/react-infobutton",
1379
+ "comment": "Bump @fluentui/react-popover to v9.4.5",
1380
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
1381
+ },
1382
+ {
1383
+ "author": "beachball",
1384
+ "package": "@fluentui/react-infobutton",
1385
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
1386
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
1387
+ },
1388
+ {
1389
+ "author": "beachball",
1390
+ "package": "@fluentui/react-infobutton",
1391
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
1392
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
1393
+ }
1394
+ ]
1395
+ }
1396
+ },
1397
+ {
1398
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
1399
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.10",
1400
+ "version": "9.0.0-beta.10",
1401
+ "comments": {
1402
+ "prerelease": [
1403
+ {
1404
+ "author": "beachball",
1405
+ "package": "@fluentui/react-infobutton",
1406
+ "comment": "Bump @fluentui/react-popover to v9.4.4",
1407
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
1408
+ },
1409
+ {
1410
+ "author": "beachball",
1411
+ "package": "@fluentui/react-infobutton",
1412
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
1413
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
1414
+ },
1415
+ {
1416
+ "author": "beachball",
1417
+ "package": "@fluentui/react-infobutton",
1418
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
1419
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
1420
+ }
1421
+ ]
1422
+ }
1423
+ },
1424
+ {
1425
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
1426
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.9",
1427
+ "version": "9.0.0-beta.9",
1428
+ "comments": {
1429
+ "prerelease": [
1430
+ {
1431
+ "author": "beachball",
1432
+ "package": "@fluentui/react-infobutton",
1433
+ "comment": "Bump @fluentui/react-popover to v9.4.3",
1434
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
1435
+ }
1436
+ ]
1437
+ }
1438
+ },
1439
+ {
1440
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
1441
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.8",
1442
+ "version": "9.0.0-beta.8",
1443
+ "comments": {
1444
+ "prerelease": [
1445
+ {
1446
+ "author": "beachball",
1447
+ "package": "@fluentui/react-infobutton",
1448
+ "comment": "Bump @fluentui/react-popover to v9.4.2",
1449
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
1450
+ },
1451
+ {
1452
+ "author": "beachball",
1453
+ "package": "@fluentui/react-infobutton",
1454
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
1455
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
1456
+ }
1457
+ ]
1458
+ }
1459
+ },
1460
+ {
1461
+ "date": "Mon, 16 Jan 2023 08:39:02 GMT",
1462
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.7",
1463
+ "version": "9.0.0-beta.7",
1464
+ "comments": {
1465
+ "prerelease": [
1466
+ {
1467
+ "author": "esteban.230@hotmail.com",
1468
+ "package": "@fluentui/react-infobutton",
1469
+ "commit": "4aa7a43c0c302dc151d6446abfde95fe9637edb0",
1470
+ "comment": "fix: Update border for Teams HCM to be transparent."
1471
+ },
1472
+ {
1473
+ "author": "esteban.230@hotmail.com",
1474
+ "package": "@fluentui/react-infobutton",
1475
+ "commit": "b326546752a1df3cf4d626dee2d5c47b59ba00ae",
1476
+ "comment": "fix: Update PopoverSurface's role to note and remove need to cast props passed to popover slot."
1477
+ },
1478
+ {
1479
+ "author": "beachball",
1480
+ "package": "@fluentui/react-infobutton",
1481
+ "comment": "Bump @fluentui/react-popover to v9.4.1",
1482
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
1483
+ },
1484
+ {
1485
+ "author": "beachball",
1486
+ "package": "@fluentui/react-infobutton",
1487
+ "comment": "Bump @fluentui/react-tabster to v9.3.7",
1488
+ "commit": "a870d8360e47f3ea03358c4e75e89e08a74845d7"
1489
+ }
1490
+ ],
1491
+ "none": [
1492
+ {
1493
+ "author": "martinhochel@microsoft.com",
1494
+ "package": "@fluentui/react-infobutton",
1495
+ "commit": "64bb45980d68de1219c6b36a7db5363f0a9cff9f",
1496
+ "comment": "chore: migrate to packaged scripts"
1497
+ }
1498
+ ]
1499
+ }
1500
+ },
1501
+ {
1502
+ "date": "Mon, 09 Jan 2023 14:35:02 GMT",
1503
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.6",
1504
+ "version": "9.0.0-beta.6",
1505
+ "comments": {
1506
+ "prerelease": [
1507
+ {
1508
+ "author": "beachball",
1509
+ "package": "@fluentui/react-infobutton",
1510
+ "comment": "Bump @fluentui/react-popover to v9.4.0",
1511
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
1512
+ },
1513
+ {
1514
+ "author": "beachball",
1515
+ "package": "@fluentui/react-infobutton",
1516
+ "comment": "Bump @fluentui/react-tabster to v9.3.6",
1517
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
1518
+ },
1519
+ {
1520
+ "author": "beachball",
1521
+ "package": "@fluentui/react-infobutton",
1522
+ "comment": "Bump @fluentui/react-utilities to v9.4.0",
1523
+ "commit": "d246e70eba59a37ec311dbf933b0745d34cb700d"
1524
+ }
1525
+ ]
1526
+ }
1527
+ },
1528
+ {
1529
+ "date": "Wed, 04 Jan 2023 01:40:08 GMT",
6
1530
  "tag": "@fluentui/react-infobutton_v9.0.0-beta.5",
7
1531
  "version": "9.0.0-beta.5",
8
1532
  "comments": {