@fluentui/react-infobutton 9.0.0-beta.7 → 9.0.0-beta.70

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 (71) hide show
  1. package/CHANGELOG.json +2264 -1
  2. package/CHANGELOG.md +773 -2
  3. package/dist/index.d.ts +75 -5
  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 +12 -16
  17. package/lib/components/InfoButton/renderInfoButton.js.map +1 -1
  18. package/lib/components/InfoButton/useInfoButton.js +65 -50
  19. package/lib/components/InfoButton/useInfoButton.js.map +1 -1
  20. package/lib/components/InfoButton/{useInfoButtonStyles.js → useInfoButtonStyles.styles.js} +10 -9
  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 +13 -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 +22 -8
  41. package/lib-commonjs/components/InfoButton/DefaultInfoButtonIcons.js.map +1 -1
  42. package/lib-commonjs/components/InfoButton/InfoButton.js +17 -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 +20 -23
  49. package/lib-commonjs/components/InfoButton/renderInfoButton.js.map +1 -1
  50. package/lib-commonjs/components/InfoButton/useInfoButton.js +76 -65
  51. package/lib-commonjs/components/InfoButton/useInfoButton.js.map +1 -1
  52. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js +346 -0
  53. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.styles.js.map +1 -0
  54. package/lib-commonjs/components/InfoLabel/InfoLabel.js +21 -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 +21 -0
  61. package/lib-commonjs/components/InfoLabel/renderInfoLabel.js.map +1 -0
  62. package/lib-commonjs/components/InfoLabel/useInfoLabel.js +80 -0
  63. package/lib-commonjs/components/InfoLabel/useInfoLabel.js.map +1 -0
  64. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js +66 -0
  65. package/lib-commonjs/components/InfoLabel/useInfoLabelStyles.styles.js.map +1 -0
  66. package/lib-commonjs/index.js +40 -34
  67. package/lib-commonjs/index.js.map +1 -1
  68. package/package.json +22 -16
  69. package/lib/components/InfoButton/useInfoButtonStyles.js.map +0 -1
  70. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js +0 -160
  71. package/lib-commonjs/components/InfoButton/useInfoButtonStyles.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,2270 @@
2
2
  "name": "@fluentui/react-infobutton",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 16 Jan 2023 08:35:38 GMT",
5
+ "date": "Thu, 12 Oct 2023 14:52:34 GMT",
6
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.70",
7
+ "version": "9.0.0-beta.70",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-infobutton",
13
+ "comment": "Bump @fluentui/react-label to v9.1.45",
14
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-infobutton",
19
+ "comment": "Bump @fluentui/react-popover to v9.8.15",
20
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-infobutton",
25
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
26
+ "commit": "1a52f5b27e2f71f7257c470bc9c7552ea5e07867"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Wed, 11 Oct 2023 13:54:23 GMT",
33
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.69",
34
+ "version": "9.0.0-beta.69",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "lingfan.gao@microsoft.com",
39
+ "package": "@fluentui/react-infobutton",
40
+ "commit": "97c3bc01d08b40f2fd0291fa193d95a621c9bdb8",
41
+ "comment": "refactor: consume virtual parent utilities from @fluentui/react-utilities"
42
+ },
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-infobutton",
46
+ "comment": "Bump @fluentui/react-label to v9.1.44",
47
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-infobutton",
52
+ "comment": "Bump @fluentui/react-popover to v9.8.14",
53
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-infobutton",
58
+ "comment": "Bump @fluentui/react-tabster to v9.13.6",
59
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-infobutton",
64
+ "comment": "Bump @fluentui/react-utilities to v9.15.0",
65
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-infobutton",
70
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.16",
71
+ "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Mon, 09 Oct 2023 20:45:41 GMT",
78
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.68",
79
+ "version": "9.0.0-beta.68",
80
+ "comments": {
81
+ "prerelease": [
82
+ {
83
+ "author": "esteban.230@hotmail.com",
84
+ "package": "@fluentui/react-infobutton",
85
+ "commit": "77070241677c9cea1de509948ffa5d999050c959",
86
+ "comment": "fix: Use caption 1 when size is small or medium."
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-infobutton",
91
+ "comment": "Bump @fluentui/react-label to v9.1.43",
92
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-infobutton",
97
+ "comment": "Bump @fluentui/react-popover to v9.8.13",
98
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-infobutton",
103
+ "comment": "Bump @fluentui/react-portal to v9.3.22",
104
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-infobutton",
109
+ "comment": "Bump @fluentui/react-tabster to v9.13.5",
110
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-infobutton",
115
+ "comment": "Bump @fluentui/react-utilities to v9.14.2",
116
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-infobutton",
121
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.15",
122
+ "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
123
+ }
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "date": "Thu, 05 Oct 2023 15:25:35 GMT",
129
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.67",
130
+ "version": "9.0.0-beta.67",
131
+ "comments": {
132
+ "prerelease": [
133
+ {
134
+ "author": "beachball",
135
+ "package": "@fluentui/react-infobutton",
136
+ "comment": "Bump @fluentui/react-label to v9.1.42",
137
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
138
+ },
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-infobutton",
142
+ "comment": "Bump @fluentui/react-popover to v9.8.12",
143
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
144
+ },
145
+ {
146
+ "author": "beachball",
147
+ "package": "@fluentui/react-infobutton",
148
+ "comment": "Bump @fluentui/react-portal to v9.3.21",
149
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
150
+ },
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-infobutton",
154
+ "comment": "Bump @fluentui/react-tabster to v9.13.4",
155
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
156
+ },
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-infobutton",
160
+ "comment": "Bump @fluentui/react-utilities to v9.14.1",
161
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
162
+ },
163
+ {
164
+ "author": "beachball",
165
+ "package": "@fluentui/react-infobutton",
166
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.14",
167
+ "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
168
+ }
169
+ ]
170
+ }
171
+ },
172
+ {
173
+ "date": "Wed, 04 Oct 2023 08:45:47 GMT",
174
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.66",
175
+ "version": "9.0.0-beta.66",
176
+ "comments": {
177
+ "prerelease": [
178
+ {
179
+ "author": "beachball",
180
+ "package": "@fluentui/react-infobutton",
181
+ "comment": "Bump @fluentui/react-label to v9.1.41",
182
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
183
+ },
184
+ {
185
+ "author": "beachball",
186
+ "package": "@fluentui/react-infobutton",
187
+ "comment": "Bump @fluentui/react-popover to v9.8.11",
188
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
189
+ },
190
+ {
191
+ "author": "beachball",
192
+ "package": "@fluentui/react-infobutton",
193
+ "comment": "Bump @fluentui/react-portal to v9.3.20",
194
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
195
+ },
196
+ {
197
+ "author": "beachball",
198
+ "package": "@fluentui/react-infobutton",
199
+ "comment": "Bump @fluentui/react-tabster to v9.13.3",
200
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
201
+ },
202
+ {
203
+ "author": "beachball",
204
+ "package": "@fluentui/react-infobutton",
205
+ "comment": "Bump @fluentui/react-utilities to v9.14.0",
206
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
207
+ },
208
+ {
209
+ "author": "beachball",
210
+ "package": "@fluentui/react-infobutton",
211
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.13",
212
+ "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
213
+ }
214
+ ]
215
+ }
216
+ },
217
+ {
218
+ "date": "Mon, 02 Oct 2023 08:56:05 GMT",
219
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.65",
220
+ "version": "9.0.0-beta.65",
221
+ "comments": {
222
+ "prerelease": [
223
+ {
224
+ "author": "beachball",
225
+ "package": "@fluentui/react-infobutton",
226
+ "comment": "Bump @fluentui/react-label to v9.1.40",
227
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
228
+ },
229
+ {
230
+ "author": "beachball",
231
+ "package": "@fluentui/react-infobutton",
232
+ "comment": "Bump @fluentui/react-popover to v9.8.10",
233
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
234
+ },
235
+ {
236
+ "author": "beachball",
237
+ "package": "@fluentui/react-infobutton",
238
+ "comment": "Bump @fluentui/react-portal to v9.3.19",
239
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
240
+ },
241
+ {
242
+ "author": "beachball",
243
+ "package": "@fluentui/react-infobutton",
244
+ "comment": "Bump @fluentui/react-tabster to v9.13.2",
245
+ "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
246
+ }
247
+ ]
248
+ }
249
+ },
250
+ {
251
+ "date": "Tue, 26 Sep 2023 17:49:06 GMT",
252
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.64",
253
+ "version": "9.0.0-beta.64",
254
+ "comments": {
255
+ "prerelease": [
256
+ {
257
+ "author": "yuanboxue@microsoft.com",
258
+ "package": "@fluentui/react-infobutton",
259
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
260
+ "comment": "chore: trigger manual version bump after broken release"
261
+ },
262
+ {
263
+ "author": "beachball",
264
+ "package": "@fluentui/react-infobutton",
265
+ "comment": "Bump @fluentui/react-label to v9.1.39",
266
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
267
+ },
268
+ {
269
+ "author": "beachball",
270
+ "package": "@fluentui/react-infobutton",
271
+ "comment": "Bump @fluentui/react-popover to v9.8.9",
272
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
273
+ },
274
+ {
275
+ "author": "beachball",
276
+ "package": "@fluentui/react-infobutton",
277
+ "comment": "Bump @fluentui/react-portal to v9.3.18",
278
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
279
+ },
280
+ {
281
+ "author": "beachball",
282
+ "package": "@fluentui/react-infobutton",
283
+ "comment": "Bump @fluentui/react-tabster to v9.13.1",
284
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
285
+ },
286
+ {
287
+ "author": "beachball",
288
+ "package": "@fluentui/react-infobutton",
289
+ "comment": "Bump @fluentui/react-theme to v9.1.14",
290
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
291
+ },
292
+ {
293
+ "author": "beachball",
294
+ "package": "@fluentui/react-infobutton",
295
+ "comment": "Bump @fluentui/react-utilities to v9.13.5",
296
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-infobutton",
301
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
302
+ "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
303
+ }
304
+ ]
305
+ }
306
+ },
307
+ {
308
+ "date": "Tue, 26 Sep 2023 15:31:58 GMT",
309
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.63",
310
+ "version": "9.0.0-beta.63",
311
+ "comments": {
312
+ "prerelease": [
313
+ {
314
+ "author": "martinhochel@microsoft.com",
315
+ "package": "@fluentui/react-infobutton",
316
+ "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
317
+ "comment": "fix: bump swc core to mitigate transpilation memory leaks"
318
+ },
319
+ {
320
+ "author": "ololubek@microsoft.com",
321
+ "package": "@fluentui/react-infobutton",
322
+ "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
323
+ "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
324
+ },
325
+ {
326
+ "author": "beachball",
327
+ "package": "@fluentui/react-infobutton",
328
+ "comment": "Bump @fluentui/react-label to v9.1.38",
329
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
330
+ },
331
+ {
332
+ "author": "beachball",
333
+ "package": "@fluentui/react-infobutton",
334
+ "comment": "Bump @fluentui/react-popover to v9.8.8",
335
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
336
+ },
337
+ {
338
+ "author": "beachball",
339
+ "package": "@fluentui/react-infobutton",
340
+ "comment": "Bump @fluentui/react-portal to v9.3.17",
341
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
342
+ },
343
+ {
344
+ "author": "beachball",
345
+ "package": "@fluentui/react-infobutton",
346
+ "comment": "Bump @fluentui/react-tabster to v9.13.0",
347
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
348
+ },
349
+ {
350
+ "author": "beachball",
351
+ "package": "@fluentui/react-infobutton",
352
+ "comment": "Bump @fluentui/react-theme to v9.1.13",
353
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
354
+ },
355
+ {
356
+ "author": "beachball",
357
+ "package": "@fluentui/react-infobutton",
358
+ "comment": "Bump @fluentui/react-utilities to v9.13.4",
359
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
360
+ },
361
+ {
362
+ "author": "beachball",
363
+ "package": "@fluentui/react-infobutton",
364
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
365
+ "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
366
+ }
367
+ ]
368
+ }
369
+ },
370
+ {
371
+ "date": "Wed, 20 Sep 2023 17:47:37 GMT",
372
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.62",
373
+ "version": "9.0.0-beta.62",
374
+ "comments": {
375
+ "prerelease": [
376
+ {
377
+ "author": "martinhochel@microsoft.com",
378
+ "package": "@fluentui/react-infobutton",
379
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
380
+ "comment": "chore: trigger manual version bump after broken release"
381
+ },
382
+ {
383
+ "author": "beachball",
384
+ "package": "@fluentui/react-infobutton",
385
+ "comment": "Bump @fluentui/react-label to v9.1.37",
386
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
387
+ },
388
+ {
389
+ "author": "beachball",
390
+ "package": "@fluentui/react-infobutton",
391
+ "comment": "Bump @fluentui/react-popover to v9.8.7",
392
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
393
+ },
394
+ {
395
+ "author": "beachball",
396
+ "package": "@fluentui/react-infobutton",
397
+ "comment": "Bump @fluentui/react-portal to v9.3.16",
398
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
399
+ },
400
+ {
401
+ "author": "beachball",
402
+ "package": "@fluentui/react-infobutton",
403
+ "comment": "Bump @fluentui/react-tabster to v9.12.11",
404
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
405
+ },
406
+ {
407
+ "author": "beachball",
408
+ "package": "@fluentui/react-infobutton",
409
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
410
+ "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
411
+ }
412
+ ]
413
+ }
414
+ },
415
+ {
416
+ "date": "Wed, 20 Sep 2023 14:59:53 GMT",
417
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.61",
418
+ "version": "9.0.0-beta.61",
419
+ "comments": {
420
+ "prerelease": [
421
+ {
422
+ "author": "beachball",
423
+ "package": "@fluentui/react-infobutton",
424
+ "comment": "Bump @fluentui/react-label to v9.1.36",
425
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
426
+ },
427
+ {
428
+ "author": "beachball",
429
+ "package": "@fluentui/react-infobutton",
430
+ "comment": "Bump @fluentui/react-popover to v9.8.6",
431
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
432
+ },
433
+ {
434
+ "author": "beachball",
435
+ "package": "@fluentui/react-infobutton",
436
+ "comment": "Bump @fluentui/react-portal to v9.3.15",
437
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
438
+ },
439
+ {
440
+ "author": "beachball",
441
+ "package": "@fluentui/react-infobutton",
442
+ "comment": "Bump @fluentui/react-tabster to v9.12.10",
443
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
444
+ },
445
+ {
446
+ "author": "beachball",
447
+ "package": "@fluentui/react-infobutton",
448
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
449
+ "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
450
+ }
451
+ ]
452
+ }
453
+ },
454
+ {
455
+ "date": "Thu, 14 Sep 2023 16:44:47 GMT",
456
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.60",
457
+ "version": "9.0.0-beta.60",
458
+ "comments": {
459
+ "prerelease": [
460
+ {
461
+ "author": "beachball",
462
+ "package": "@fluentui/react-infobutton",
463
+ "comment": "Bump @fluentui/react-label to v9.1.35",
464
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
465
+ },
466
+ {
467
+ "author": "beachball",
468
+ "package": "@fluentui/react-infobutton",
469
+ "comment": "Bump @fluentui/react-popover to v9.8.5",
470
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
471
+ },
472
+ {
473
+ "author": "beachball",
474
+ "package": "@fluentui/react-infobutton",
475
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
476
+ "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
477
+ }
478
+ ]
479
+ }
480
+ },
481
+ {
482
+ "date": "Tue, 12 Sep 2023 08:51:32 GMT",
483
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.59",
484
+ "version": "9.0.0-beta.59",
485
+ "comments": {
486
+ "prerelease": [
487
+ {
488
+ "author": "esteban.230@hotmail.com",
489
+ "package": "@fluentui/react-infobutton",
490
+ "commit": "634979cbc69ae97e39baf2f4143dab6caa3a6968",
491
+ "comment": "feat(react-infobutton): Removing openOnHover from popover props and adding details about the infobutton pattern."
492
+ },
493
+ {
494
+ "author": "esteban.230@hotmail.com",
495
+ "package": "@fluentui/react-infobutton",
496
+ "commit": "92866ff4f0aaf175696e97f29474de19bb904ba6",
497
+ "comment": "fix: Popover should close when tabbing out of the surface."
498
+ },
499
+ {
500
+ "author": "beachball",
501
+ "package": "@fluentui/react-infobutton",
502
+ "comment": "Bump @fluentui/react-label to v9.1.34",
503
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
504
+ },
505
+ {
506
+ "author": "beachball",
507
+ "package": "@fluentui/react-infobutton",
508
+ "comment": "Bump @fluentui/react-popover to v9.8.4",
509
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
510
+ },
511
+ {
512
+ "author": "beachball",
513
+ "package": "@fluentui/react-infobutton",
514
+ "comment": "Bump @fluentui/react-portal to v9.3.14",
515
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
516
+ },
517
+ {
518
+ "author": "beachball",
519
+ "package": "@fluentui/react-infobutton",
520
+ "comment": "Bump @fluentui/react-tabster to v9.12.9",
521
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
522
+ },
523
+ {
524
+ "author": "beachball",
525
+ "package": "@fluentui/react-infobutton",
526
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
527
+ "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
528
+ }
529
+ ]
530
+ }
531
+ },
532
+ {
533
+ "date": "Wed, 06 Sep 2023 13:31:31 GMT",
534
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.58",
535
+ "version": "9.0.0-beta.58",
536
+ "comments": {
537
+ "prerelease": [
538
+ {
539
+ "author": "beachball",
540
+ "package": "@fluentui/react-infobutton",
541
+ "comment": "Bump @fluentui/react-label to v9.1.33",
542
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
543
+ },
544
+ {
545
+ "author": "beachball",
546
+ "package": "@fluentui/react-infobutton",
547
+ "comment": "Bump @fluentui/react-popover to v9.8.3",
548
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
549
+ },
550
+ {
551
+ "author": "beachball",
552
+ "package": "@fluentui/react-infobutton",
553
+ "comment": "Bump @fluentui/react-tabster to v9.12.8",
554
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
555
+ },
556
+ {
557
+ "author": "beachball",
558
+ "package": "@fluentui/react-infobutton",
559
+ "comment": "Bump @fluentui/react-utilities to v9.13.3",
560
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
561
+ },
562
+ {
563
+ "author": "beachball",
564
+ "package": "@fluentui/react-infobutton",
565
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
566
+ "commit": "52532950407fd4d3664ec6aa337855214233813b"
567
+ }
568
+ ]
569
+ }
570
+ },
571
+ {
572
+ "date": "Tue, 05 Sep 2023 15:39:04 GMT",
573
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.57",
574
+ "version": "9.0.0-beta.57",
575
+ "comments": {
576
+ "prerelease": [
577
+ {
578
+ "author": "beachball",
579
+ "package": "@fluentui/react-infobutton",
580
+ "comment": "Bump @fluentui/react-label to v9.1.32",
581
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
582
+ },
583
+ {
584
+ "author": "beachball",
585
+ "package": "@fluentui/react-infobutton",
586
+ "comment": "Bump @fluentui/react-popover to v9.8.2",
587
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
588
+ },
589
+ {
590
+ "author": "beachball",
591
+ "package": "@fluentui/react-infobutton",
592
+ "comment": "Bump @fluentui/react-tabster to v9.12.7",
593
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
594
+ },
595
+ {
596
+ "author": "beachball",
597
+ "package": "@fluentui/react-infobutton",
598
+ "comment": "Bump @fluentui/react-utilities to v9.13.2",
599
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
600
+ },
601
+ {
602
+ "author": "beachball",
603
+ "package": "@fluentui/react-infobutton",
604
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
605
+ "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
606
+ }
607
+ ]
608
+ }
609
+ },
610
+ {
611
+ "date": "Tue, 05 Sep 2023 13:29:24 GMT",
612
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.56",
613
+ "version": "9.0.0-beta.56",
614
+ "comments": {
615
+ "prerelease": [
616
+ {
617
+ "author": "bernardo.sunderhus@gmail.com",
618
+ "package": "@fluentui/react-infobutton",
619
+ "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
620
+ "comment": "chore: migrate package to use JSX importSource"
621
+ },
622
+ {
623
+ "author": "bernardo.sunderhus@gmail.com",
624
+ "package": "@fluentui/react-infobutton",
625
+ "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
626
+ "comment": "bumps @swc/helpers version to 0.5.1"
627
+ },
628
+ {
629
+ "author": "beachball",
630
+ "package": "@fluentui/react-infobutton",
631
+ "comment": "Bump @fluentui/react-label to v9.1.31",
632
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
633
+ },
634
+ {
635
+ "author": "beachball",
636
+ "package": "@fluentui/react-infobutton",
637
+ "comment": "Bump @fluentui/react-popover to v9.8.1",
638
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
639
+ },
640
+ {
641
+ "author": "beachball",
642
+ "package": "@fluentui/react-infobutton",
643
+ "comment": "Bump @fluentui/react-tabster to v9.12.6",
644
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
645
+ },
646
+ {
647
+ "author": "beachball",
648
+ "package": "@fluentui/react-infobutton",
649
+ "comment": "Bump @fluentui/react-theme to v9.1.12",
650
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
651
+ },
652
+ {
653
+ "author": "beachball",
654
+ "package": "@fluentui/react-infobutton",
655
+ "comment": "Bump @fluentui/react-utilities to v9.13.1",
656
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
657
+ },
658
+ {
659
+ "author": "beachball",
660
+ "package": "@fluentui/react-infobutton",
661
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
662
+ "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
663
+ }
664
+ ]
665
+ }
666
+ },
667
+ {
668
+ "date": "Tue, 29 Aug 2023 12:57:34 GMT",
669
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.55",
670
+ "version": "9.0.0-beta.55",
671
+ "comments": {
672
+ "prerelease": [
673
+ {
674
+ "author": "esteban.230@hotmail.com",
675
+ "package": "@fluentui/react-infobutton",
676
+ "commit": "0e33d8ebd9aecc1efe0cc664288ec433a8878ff8",
677
+ "comment": "fix(react-infobutton): Making InfoButton's PopoverSurface inline by default."
678
+ },
679
+ {
680
+ "author": "beachball",
681
+ "package": "@fluentui/react-infobutton",
682
+ "comment": "Bump @fluentui/react-label to v9.1.30",
683
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
684
+ },
685
+ {
686
+ "author": "beachball",
687
+ "package": "@fluentui/react-infobutton",
688
+ "comment": "Bump @fluentui/react-popover to v9.8.0",
689
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
690
+ },
691
+ {
692
+ "author": "beachball",
693
+ "package": "@fluentui/react-infobutton",
694
+ "comment": "Bump @fluentui/react-tabster to v9.12.5",
695
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
696
+ },
697
+ {
698
+ "author": "beachball",
699
+ "package": "@fluentui/react-infobutton",
700
+ "comment": "Bump @fluentui/react-utilities to v9.13.0",
701
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
702
+ },
703
+ {
704
+ "author": "beachball",
705
+ "package": "@fluentui/react-infobutton",
706
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
707
+ "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
708
+ }
709
+ ]
710
+ }
711
+ },
712
+ {
713
+ "date": "Thu, 24 Aug 2023 10:26:35 GMT",
714
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.54",
715
+ "version": "9.0.0-beta.54",
716
+ "comments": {
717
+ "prerelease": [
718
+ {
719
+ "author": "beachball",
720
+ "package": "@fluentui/react-infobutton",
721
+ "comment": "Bump @fluentui/react-label to v9.1.29",
722
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
723
+ },
724
+ {
725
+ "author": "beachball",
726
+ "package": "@fluentui/react-infobutton",
727
+ "comment": "Bump @fluentui/react-popover to v9.7.18",
728
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
729
+ },
730
+ {
731
+ "author": "beachball",
732
+ "package": "@fluentui/react-infobutton",
733
+ "comment": "Bump @fluentui/react-tabster to v9.12.4",
734
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
735
+ },
736
+ {
737
+ "author": "beachball",
738
+ "package": "@fluentui/react-infobutton",
739
+ "comment": "Bump @fluentui/react-utilities to v9.12.0",
740
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
741
+ },
742
+ {
743
+ "author": "beachball",
744
+ "package": "@fluentui/react-infobutton",
745
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
746
+ "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
747
+ }
748
+ ]
749
+ }
750
+ },
751
+ {
752
+ "date": "Wed, 23 Aug 2023 12:01:49 GMT",
753
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.53",
754
+ "version": "9.0.0-beta.53",
755
+ "comments": {
756
+ "prerelease": [
757
+ {
758
+ "author": "beachball",
759
+ "package": "@fluentui/react-infobutton",
760
+ "comment": "Bump @fluentui/react-label to v9.1.28",
761
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
762
+ },
763
+ {
764
+ "author": "beachball",
765
+ "package": "@fluentui/react-infobutton",
766
+ "comment": "Bump @fluentui/react-popover to v9.7.17",
767
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
768
+ },
769
+ {
770
+ "author": "beachball",
771
+ "package": "@fluentui/react-infobutton",
772
+ "comment": "Bump @fluentui/react-tabster to v9.12.3",
773
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
774
+ },
775
+ {
776
+ "author": "beachball",
777
+ "package": "@fluentui/react-infobutton",
778
+ "comment": "Bump @fluentui/react-utilities to v9.11.2",
779
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
780
+ },
781
+ {
782
+ "author": "beachball",
783
+ "package": "@fluentui/react-infobutton",
784
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
785
+ "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
786
+ }
787
+ ]
788
+ }
789
+ },
790
+ {
791
+ "date": "Mon, 21 Aug 2023 11:38:00 GMT",
792
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.52",
793
+ "version": "9.0.0-beta.52",
794
+ "comments": {
795
+ "prerelease": [
796
+ {
797
+ "author": "esteban.230@hotmail.com",
798
+ "package": "@fluentui/react-infobutton",
799
+ "commit": "7899bcf885c6599dcfe23cddb532c954b25aca79",
800
+ "comment": "fix: Cursor should be pointer when hovering the button to show it's a button."
801
+ },
802
+ {
803
+ "author": "beachball",
804
+ "package": "@fluentui/react-infobutton",
805
+ "comment": "Bump @fluentui/react-popover to v9.7.16",
806
+ "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
807
+ }
808
+ ]
809
+ }
810
+ },
811
+ {
812
+ "date": "Wed, 16 Aug 2023 17:41:08 GMT",
813
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.51",
814
+ "version": "9.0.0-beta.51",
815
+ "comments": {
816
+ "prerelease": [
817
+ {
818
+ "author": "beachball",
819
+ "package": "@fluentui/react-infobutton",
820
+ "comment": "Bump @fluentui/react-label to v9.1.27",
821
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
822
+ },
823
+ {
824
+ "author": "beachball",
825
+ "package": "@fluentui/react-infobutton",
826
+ "comment": "Bump @fluentui/react-popover to v9.7.15",
827
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
828
+ },
829
+ {
830
+ "author": "beachball",
831
+ "package": "@fluentui/react-infobutton",
832
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
833
+ "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
834
+ }
835
+ ]
836
+ }
837
+ },
838
+ {
839
+ "date": "Wed, 16 Aug 2023 11:38:33 GMT",
840
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.50",
841
+ "version": "9.0.0-beta.50",
842
+ "comments": {
843
+ "prerelease": [
844
+ {
845
+ "author": "beachball",
846
+ "package": "@fluentui/react-infobutton",
847
+ "comment": "Bump @fluentui/react-label to v9.1.26",
848
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
849
+ },
850
+ {
851
+ "author": "beachball",
852
+ "package": "@fluentui/react-infobutton",
853
+ "comment": "Bump @fluentui/react-popover to v9.7.14",
854
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
855
+ },
856
+ {
857
+ "author": "beachball",
858
+ "package": "@fluentui/react-infobutton",
859
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
860
+ "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
861
+ }
862
+ ]
863
+ }
864
+ },
865
+ {
866
+ "date": "Fri, 11 Aug 2023 12:14:26 GMT",
867
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.49",
868
+ "version": "9.0.0-beta.49",
869
+ "comments": {
870
+ "prerelease": [
871
+ {
872
+ "author": "beachball",
873
+ "package": "@fluentui/react-infobutton",
874
+ "comment": "Bump @fluentui/react-label to v9.1.25",
875
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
876
+ },
877
+ {
878
+ "author": "beachball",
879
+ "package": "@fluentui/react-infobutton",
880
+ "comment": "Bump @fluentui/react-popover to v9.7.13",
881
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
882
+ },
883
+ {
884
+ "author": "beachball",
885
+ "package": "@fluentui/react-infobutton",
886
+ "comment": "Bump @fluentui/react-tabster to v9.12.2",
887
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
888
+ },
889
+ {
890
+ "author": "beachball",
891
+ "package": "@fluentui/react-infobutton",
892
+ "comment": "Bump @fluentui/react-utilities to v9.11.1",
893
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
894
+ },
895
+ {
896
+ "author": "beachball",
897
+ "package": "@fluentui/react-infobutton",
898
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
899
+ "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
900
+ }
901
+ ]
902
+ }
903
+ },
904
+ {
905
+ "date": "Wed, 09 Aug 2023 13:16:57 GMT",
906
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.48",
907
+ "version": "9.0.0-beta.48",
908
+ "comments": {
909
+ "prerelease": [
910
+ {
911
+ "author": "bernardo.sunderhus@gmail.com",
912
+ "package": "@fluentui/react-infobutton",
913
+ "commit": "796e4426c50ede34b30e2dc2392328dcbadc2702",
914
+ "comment": "chore(cxe-red): migrate to new slot API"
915
+ },
916
+ {
917
+ "author": "olfedias@microsoft.com",
918
+ "package": "@fluentui/react-infobutton",
919
+ "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
920
+ "comment": "chore: Update Griffel to latest version"
921
+ },
922
+ {
923
+ "author": "beachball",
924
+ "package": "@fluentui/react-infobutton",
925
+ "comment": "Bump @fluentui/react-label to v9.1.24",
926
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
927
+ },
928
+ {
929
+ "author": "beachball",
930
+ "package": "@fluentui/react-infobutton",
931
+ "comment": "Bump @fluentui/react-popover to v9.7.12",
932
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
933
+ },
934
+ {
935
+ "author": "beachball",
936
+ "package": "@fluentui/react-infobutton",
937
+ "comment": "Bump @fluentui/react-tabster to v9.12.1",
938
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
939
+ },
940
+ {
941
+ "author": "beachball",
942
+ "package": "@fluentui/react-infobutton",
943
+ "comment": "Bump @fluentui/react-theme to v9.1.11",
944
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
945
+ },
946
+ {
947
+ "author": "beachball",
948
+ "package": "@fluentui/react-infobutton",
949
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
950
+ "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
951
+ }
952
+ ]
953
+ }
954
+ },
955
+ {
956
+ "date": "Fri, 04 Aug 2023 08:52:58 GMT",
957
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.47",
958
+ "version": "9.0.0-beta.47",
959
+ "comments": {
960
+ "prerelease": [
961
+ {
962
+ "author": "beachball",
963
+ "package": "@fluentui/react-infobutton",
964
+ "comment": "Bump @fluentui/react-label to v9.1.23",
965
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
966
+ },
967
+ {
968
+ "author": "beachball",
969
+ "package": "@fluentui/react-infobutton",
970
+ "comment": "Bump @fluentui/react-popover to v9.7.11",
971
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
972
+ },
973
+ {
974
+ "author": "beachball",
975
+ "package": "@fluentui/react-infobutton",
976
+ "comment": "Bump @fluentui/react-tabster to v9.12.0",
977
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
978
+ },
979
+ {
980
+ "author": "beachball",
981
+ "package": "@fluentui/react-infobutton",
982
+ "comment": "Bump @fluentui/react-theme to v9.1.10",
983
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
984
+ },
985
+ {
986
+ "author": "beachball",
987
+ "package": "@fluentui/react-infobutton",
988
+ "comment": "Bump @fluentui/react-utilities to v9.11.0",
989
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
990
+ },
991
+ {
992
+ "author": "beachball",
993
+ "package": "@fluentui/react-infobutton",
994
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
995
+ "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
996
+ }
997
+ ]
998
+ }
999
+ },
1000
+ {
1001
+ "date": "Tue, 01 Aug 2023 10:17:21 GMT",
1002
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.46",
1003
+ "version": "9.0.0-beta.46",
1004
+ "comments": {
1005
+ "prerelease": [
1006
+ {
1007
+ "author": "beachball",
1008
+ "package": "@fluentui/react-infobutton",
1009
+ "comment": "Bump @fluentui/react-label to v9.1.22",
1010
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
1011
+ },
1012
+ {
1013
+ "author": "beachball",
1014
+ "package": "@fluentui/react-infobutton",
1015
+ "comment": "Bump @fluentui/react-popover to v9.7.10",
1016
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
1017
+ },
1018
+ {
1019
+ "author": "beachball",
1020
+ "package": "@fluentui/react-infobutton",
1021
+ "comment": "Bump @fluentui/react-tabster to v9.11.1",
1022
+ "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
1023
+ }
1024
+ ]
1025
+ }
1026
+ },
1027
+ {
1028
+ "date": "Thu, 27 Jul 2023 10:34:14 GMT",
1029
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.45",
1030
+ "version": "9.0.0-beta.45",
1031
+ "comments": {
1032
+ "prerelease": [
1033
+ {
1034
+ "author": "beachball",
1035
+ "package": "@fluentui/react-infobutton",
1036
+ "comment": "Bump @fluentui/react-popover to v9.7.9",
1037
+ "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9"
1038
+ }
1039
+ ]
1040
+ }
1041
+ },
1042
+ {
1043
+ "date": "Tue, 25 Jul 2023 13:29:19 GMT",
1044
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.44",
1045
+ "version": "9.0.0-beta.44",
1046
+ "comments": {
1047
+ "prerelease": [
1048
+ {
1049
+ "author": "ololubek@microsoft.com",
1050
+ "package": "@fluentui/react-infobutton",
1051
+ "commit": "1082207b08959996cd736725735cadc01d0849b0",
1052
+ "comment": "chore: Update react-icons version to pick up fowardref change."
1053
+ },
1054
+ {
1055
+ "author": "beachball",
1056
+ "package": "@fluentui/react-infobutton",
1057
+ "comment": "Bump @fluentui/react-popover to v9.7.8",
1058
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
1059
+ },
1060
+ {
1061
+ "author": "beachball",
1062
+ "package": "@fluentui/react-infobutton",
1063
+ "comment": "Bump @fluentui/react-tabster to v9.11.0",
1064
+ "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
1065
+ }
1066
+ ]
1067
+ }
1068
+ },
1069
+ {
1070
+ "date": "Thu, 20 Jul 2023 18:27:29 GMT",
1071
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.43",
1072
+ "version": "9.0.0-beta.43",
1073
+ "comments": {
1074
+ "none": [
1075
+ {
1076
+ "author": "olfedias@microsoft.com",
1077
+ "package": "@fluentui/react-infobutton",
1078
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6",
1079
+ "comment": "chore: migrate to monosize"
1080
+ }
1081
+ ],
1082
+ "prerelease": [
1083
+ {
1084
+ "author": "beachball",
1085
+ "package": "@fluentui/react-infobutton",
1086
+ "comment": "Bump @fluentui/react-label to v9.1.21",
1087
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
1088
+ },
1089
+ {
1090
+ "author": "beachball",
1091
+ "package": "@fluentui/react-infobutton",
1092
+ "comment": "Bump @fluentui/react-popover to v9.7.7",
1093
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
1094
+ },
1095
+ {
1096
+ "author": "beachball",
1097
+ "package": "@fluentui/react-infobutton",
1098
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
1099
+ "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
1100
+ }
1101
+ ]
1102
+ }
1103
+ },
1104
+ {
1105
+ "date": "Mon, 17 Jul 2023 21:27:35 GMT",
1106
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.42",
1107
+ "version": "9.0.0-beta.42",
1108
+ "comments": {
1109
+ "prerelease": [
1110
+ {
1111
+ "author": "esteban.230@hotmail.com",
1112
+ "package": "@fluentui/react-infobutton",
1113
+ "commit": "d2c19695a05ff0adcab100c05d75cfa32e0994a9",
1114
+ "comment": "fix(react-infobutton): Make InfoLabel only add aria-owns when the popover is open."
1115
+ },
1116
+ {
1117
+ "author": "esteban.230@hotmail.com",
1118
+ "package": "@fluentui/react-infobutton",
1119
+ "commit": "bffeca38807f5cd9230e6dbbc4ef1be1766e29d5",
1120
+ "comment": "feat(react-infobutton): Remove InfoIcon files from react-infobutton."
1121
+ }
1122
+ ]
1123
+ }
1124
+ },
1125
+ {
1126
+ "date": "Thu, 13 Jul 2023 21:25:41 GMT",
1127
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.41",
1128
+ "version": "9.0.0-beta.41",
1129
+ "comments": {
1130
+ "none": [
1131
+ {
1132
+ "author": "martinhochel@microsoft.com",
1133
+ "package": "@fluentui/react-infobutton",
1134
+ "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
1135
+ "comment": "chore: update devDependencies to use * for inner workspace dependencies"
1136
+ }
1137
+ ]
1138
+ }
1139
+ },
1140
+ {
1141
+ "date": "Tue, 11 Jul 2023 18:46:36 GMT",
1142
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.41",
1143
+ "version": "9.0.0-beta.41",
1144
+ "comments": {
1145
+ "prerelease": [
1146
+ {
1147
+ "author": "beachball",
1148
+ "package": "@fluentui/react-infobutton",
1149
+ "comment": "Bump @fluentui/react-label to v9.1.20",
1150
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1151
+ },
1152
+ {
1153
+ "author": "beachball",
1154
+ "package": "@fluentui/react-infobutton",
1155
+ "comment": "Bump @fluentui/react-popover to v9.7.6",
1156
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1157
+ },
1158
+ {
1159
+ "author": "beachball",
1160
+ "package": "@fluentui/react-infobutton",
1161
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11",
1162
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1163
+ },
1164
+ {
1165
+ "author": "beachball",
1166
+ "package": "@fluentui/react-infobutton",
1167
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
1168
+ "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
1169
+ }
1170
+ ]
1171
+ }
1172
+ },
1173
+ {
1174
+ "date": "Mon, 03 Jul 2023 13:34:28 GMT",
1175
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.40",
1176
+ "version": "9.0.0-beta.40",
1177
+ "comments": {
1178
+ "prerelease": [
1179
+ {
1180
+ "author": "beachball",
1181
+ "package": "@fluentui/react-infobutton",
1182
+ "comment": "Bump @fluentui/react-popover to v9.7.5",
1183
+ "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
1184
+ },
1185
+ {
1186
+ "author": "beachball",
1187
+ "package": "@fluentui/react-infobutton",
1188
+ "comment": "Bump @fluentui/react-tabster to v9.10.0",
1189
+ "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
1190
+ }
1191
+ ]
1192
+ }
1193
+ },
1194
+ {
1195
+ "date": "Mon, 03 Jul 2023 11:57:14 GMT",
1196
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.39",
1197
+ "version": "9.0.0-beta.39",
1198
+ "comments": {
1199
+ "prerelease": [
1200
+ {
1201
+ "author": "beachball",
1202
+ "package": "@fluentui/react-infobutton",
1203
+ "comment": "Bump @fluentui/react-label to v9.1.19",
1204
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1205
+ },
1206
+ {
1207
+ "author": "beachball",
1208
+ "package": "@fluentui/react-infobutton",
1209
+ "comment": "Bump @fluentui/react-popover to v9.7.4",
1210
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1211
+ },
1212
+ {
1213
+ "author": "beachball",
1214
+ "package": "@fluentui/react-infobutton",
1215
+ "comment": "Bump @fluentui/react-tabster to v9.9.2",
1216
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1217
+ },
1218
+ {
1219
+ "author": "beachball",
1220
+ "package": "@fluentui/react-infobutton",
1221
+ "comment": "Bump @fluentui/react-utilities to v9.10.1",
1222
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1223
+ },
1224
+ {
1225
+ "author": "beachball",
1226
+ "package": "@fluentui/react-infobutton",
1227
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10",
1228
+ "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1229
+ }
1230
+ ]
1231
+ }
1232
+ },
1233
+ {
1234
+ "date": "Wed, 28 Jun 2023 11:12:27 GMT",
1235
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.38",
1236
+ "version": "9.0.0-beta.38",
1237
+ "comments": {
1238
+ "none": [
1239
+ {
1240
+ "author": "martinhochel@microsoft.com",
1241
+ "package": "@fluentui/react-infobutton",
1242
+ "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
1243
+ "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
1244
+ }
1245
+ ],
1246
+ "prerelease": [
1247
+ {
1248
+ "author": "beachball",
1249
+ "package": "@fluentui/react-infobutton",
1250
+ "comment": "Bump @fluentui/react-label to v9.1.18",
1251
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1252
+ },
1253
+ {
1254
+ "author": "beachball",
1255
+ "package": "@fluentui/react-infobutton",
1256
+ "comment": "Bump @fluentui/react-popover to v9.7.3",
1257
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1258
+ },
1259
+ {
1260
+ "author": "beachball",
1261
+ "package": "@fluentui/react-infobutton",
1262
+ "comment": "Bump @fluentui/react-tabster to v9.9.1",
1263
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1264
+ },
1265
+ {
1266
+ "author": "beachball",
1267
+ "package": "@fluentui/react-infobutton",
1268
+ "comment": "Bump @fluentui/react-utilities to v9.10.0",
1269
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1270
+ },
1271
+ {
1272
+ "author": "beachball",
1273
+ "package": "@fluentui/react-infobutton",
1274
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
1275
+ "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1276
+ }
1277
+ ]
1278
+ }
1279
+ },
1280
+ {
1281
+ "date": "Tue, 27 Jun 2023 11:21:23 GMT",
1282
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.37",
1283
+ "version": "9.0.0-beta.37",
1284
+ "comments": {
1285
+ "prerelease": [
1286
+ {
1287
+ "author": "beachball",
1288
+ "package": "@fluentui/react-infobutton",
1289
+ "comment": "Bump @fluentui/react-popover to v9.7.2",
1290
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
1291
+ },
1292
+ {
1293
+ "author": "beachball",
1294
+ "package": "@fluentui/react-infobutton",
1295
+ "comment": "Bump @fluentui/react-tabster to v9.9.0",
1296
+ "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
1297
+ }
1298
+ ]
1299
+ }
1300
+ },
1301
+ {
1302
+ "date": "Mon, 26 Jun 2023 09:53:55 GMT",
1303
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.36",
1304
+ "version": "9.0.0-beta.36",
1305
+ "comments": {
1306
+ "prerelease": [
1307
+ {
1308
+ "author": "beachball",
1309
+ "package": "@fluentui/react-infobutton",
1310
+ "comment": "Bump @fluentui/react-label to v9.1.17",
1311
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1312
+ },
1313
+ {
1314
+ "author": "beachball",
1315
+ "package": "@fluentui/react-infobutton",
1316
+ "comment": "Bump @fluentui/react-popover to v9.7.1",
1317
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1318
+ },
1319
+ {
1320
+ "author": "beachball",
1321
+ "package": "@fluentui/react-infobutton",
1322
+ "comment": "Bump @fluentui/react-tabster to v9.8.1",
1323
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1324
+ },
1325
+ {
1326
+ "author": "beachball",
1327
+ "package": "@fluentui/react-infobutton",
1328
+ "comment": "Bump @fluentui/react-utilities to v9.9.4",
1329
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1330
+ },
1331
+ {
1332
+ "author": "beachball",
1333
+ "package": "@fluentui/react-infobutton",
1334
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
1335
+ "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1336
+ }
1337
+ ]
1338
+ }
1339
+ },
1340
+ {
1341
+ "date": "Tue, 20 Jun 2023 12:38:58 GMT",
1342
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.35",
1343
+ "version": "9.0.0-beta.35",
1344
+ "comments": {
1345
+ "prerelease": [
1346
+ {
1347
+ "author": "esteban.230@hotmail.com",
1348
+ "package": "@fluentui/react-infobutton",
1349
+ "commit": "2180922aed405f0a49734a64608749011cece831",
1350
+ "comment": "chore: Create InfoIconLabel component scaffold."
1351
+ },
1352
+ {
1353
+ "author": "esteban.230@hotmail.com",
1354
+ "package": "@fluentui/react-infobutton",
1355
+ "commit": "cb3741ddf649785332da7f0d57dfa93a965dab75",
1356
+ "comment": "chore: Create InfoTip component."
1357
+ },
1358
+ {
1359
+ "author": "ololubek@microsoft.com",
1360
+ "package": "@fluentui/react-infobutton",
1361
+ "commit": "8a5ae3aa00faa327c58887a99a5698b18f2930ee",
1362
+ "comment": "chore: update @fluentui/react-icons to 2.0.203"
1363
+ },
1364
+ {
1365
+ "author": "esteban.230@hotmail.com",
1366
+ "package": "@fluentui/react-infobutton",
1367
+ "commit": "91b9ce05995846aaa882d86755583e5b1a703717",
1368
+ "comment": "chore: Rename InfoTip to InfoIcon to better align with InfoButton."
1369
+ },
1370
+ {
1371
+ "author": "beachball",
1372
+ "package": "@fluentui/react-infobutton",
1373
+ "comment": "Bump @fluentui/react-label to v9.1.16",
1374
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1375
+ },
1376
+ {
1377
+ "author": "beachball",
1378
+ "package": "@fluentui/react-infobutton",
1379
+ "comment": "Bump @fluentui/react-popover to v9.7.0",
1380
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1381
+ },
1382
+ {
1383
+ "author": "beachball",
1384
+ "package": "@fluentui/react-infobutton",
1385
+ "comment": "Bump @fluentui/react-tabster to v9.8.0",
1386
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1387
+ },
1388
+ {
1389
+ "author": "beachball",
1390
+ "package": "@fluentui/react-infobutton",
1391
+ "comment": "Bump @fluentui/react-theme to v9.1.9",
1392
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1393
+ },
1394
+ {
1395
+ "author": "beachball",
1396
+ "package": "@fluentui/react-infobutton",
1397
+ "comment": "Bump @fluentui/react-utilities to v9.9.3",
1398
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1399
+ },
1400
+ {
1401
+ "author": "beachball",
1402
+ "package": "@fluentui/react-infobutton",
1403
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7",
1404
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1405
+ },
1406
+ {
1407
+ "author": "beachball",
1408
+ "package": "@fluentui/react-infobutton",
1409
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
1410
+ "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1411
+ }
1412
+ ]
1413
+ }
1414
+ },
1415
+ {
1416
+ "date": "Wed, 31 May 2023 06:46:14 GMT",
1417
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.34",
1418
+ "version": "9.0.0-beta.34",
1419
+ "comments": {
1420
+ "prerelease": [
1421
+ {
1422
+ "author": "seanmonahan@microsoft.com",
1423
+ "package": "@fluentui/react-infobutton",
1424
+ "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c",
1425
+ "comment": "chore: Update Griffel to v1.5.7."
1426
+ },
1427
+ {
1428
+ "author": "beachball",
1429
+ "package": "@fluentui/react-infobutton",
1430
+ "comment": "Bump @fluentui/react-label to v9.1.15",
1431
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1432
+ },
1433
+ {
1434
+ "author": "beachball",
1435
+ "package": "@fluentui/react-infobutton",
1436
+ "comment": "Bump @fluentui/react-popover to v9.6.0",
1437
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1438
+ },
1439
+ {
1440
+ "author": "beachball",
1441
+ "package": "@fluentui/react-infobutton",
1442
+ "comment": "Bump @fluentui/react-tabster to v9.7.5",
1443
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1444
+ },
1445
+ {
1446
+ "author": "beachball",
1447
+ "package": "@fluentui/react-infobutton",
1448
+ "comment": "Bump @fluentui/react-utilities to v9.9.2",
1449
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1450
+ },
1451
+ {
1452
+ "author": "beachball",
1453
+ "package": "@fluentui/react-infobutton",
1454
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6",
1455
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1456
+ },
1457
+ {
1458
+ "author": "beachball",
1459
+ "package": "@fluentui/react-infobutton",
1460
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
1461
+ "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1462
+ }
1463
+ ]
1464
+ }
1465
+ },
1466
+ {
1467
+ "date": "Thu, 25 May 2023 10:00:48 GMT",
1468
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.33",
1469
+ "version": "9.0.0-beta.33",
1470
+ "comments": {
1471
+ "prerelease": [
1472
+ {
1473
+ "author": "beachball",
1474
+ "package": "@fluentui/react-infobutton",
1475
+ "comment": "Bump @fluentui/react-label to v9.1.14",
1476
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1477
+ },
1478
+ {
1479
+ "author": "beachball",
1480
+ "package": "@fluentui/react-infobutton",
1481
+ "comment": "Bump @fluentui/react-popover to v9.5.15",
1482
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1483
+ },
1484
+ {
1485
+ "author": "beachball",
1486
+ "package": "@fluentui/react-infobutton",
1487
+ "comment": "Bump @fluentui/react-tabster to v9.7.4",
1488
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1489
+ },
1490
+ {
1491
+ "author": "beachball",
1492
+ "package": "@fluentui/react-infobutton",
1493
+ "comment": "Bump @fluentui/react-utilities to v9.9.1",
1494
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1495
+ },
1496
+ {
1497
+ "author": "beachball",
1498
+ "package": "@fluentui/react-infobutton",
1499
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
1500
+ "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1501
+ }
1502
+ ]
1503
+ }
1504
+ },
1505
+ {
1506
+ "date": "Wed, 24 May 2023 20:45:27 GMT",
1507
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.32",
1508
+ "version": "9.0.0-beta.32",
1509
+ "comments": {
1510
+ "none": [
1511
+ {
1512
+ "author": "olfedias@microsoft.com",
1513
+ "package": "@fluentui/react-infobutton",
1514
+ "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
1515
+ "comment": "chore: update test-ssr script"
1516
+ }
1517
+ ],
1518
+ "prerelease": [
1519
+ {
1520
+ "author": "beachball",
1521
+ "package": "@fluentui/react-infobutton",
1522
+ "comment": "Bump @fluentui/react-label to v9.1.13",
1523
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1524
+ },
1525
+ {
1526
+ "author": "beachball",
1527
+ "package": "@fluentui/react-infobutton",
1528
+ "comment": "Bump @fluentui/react-popover to v9.5.14",
1529
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1530
+ },
1531
+ {
1532
+ "author": "beachball",
1533
+ "package": "@fluentui/react-infobutton",
1534
+ "comment": "Bump @fluentui/react-tabster to v9.7.3",
1535
+ "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1536
+ }
1537
+ ]
1538
+ }
1539
+ },
1540
+ {
1541
+ "date": "Thu, 18 May 2023 13:11:08 GMT",
1542
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.31",
1543
+ "version": "9.0.0-beta.31",
1544
+ "comments": {
1545
+ "prerelease": [
1546
+ {
1547
+ "author": "beachball",
1548
+ "package": "@fluentui/react-infobutton",
1549
+ "comment": "Bump @fluentui/react-popover to v9.5.13",
1550
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
1551
+ },
1552
+ {
1553
+ "author": "beachball",
1554
+ "package": "@fluentui/react-infobutton",
1555
+ "comment": "Bump @fluentui/react-tabster to v9.7.2",
1556
+ "commit": "1e6f5c8eec4b67c051fb3aa429e303115570ae4d"
1557
+ }
1558
+ ]
1559
+ }
1560
+ },
1561
+ {
1562
+ "date": "Thu, 18 May 2023 00:39:07 GMT",
1563
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.30",
1564
+ "version": "9.0.0-beta.30",
1565
+ "comments": {
1566
+ "none": [
1567
+ {
1568
+ "author": "olfedias@microsoft.com",
1569
+ "package": "@fluentui/react-infobutton",
1570
+ "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
1571
+ "comment": "chore: add test-ssr script to v9 packages"
1572
+ }
1573
+ ],
1574
+ "prerelease": [
1575
+ {
1576
+ "author": "esteban.230@hotmail.com",
1577
+ "package": "@fluentui/react-infobutton",
1578
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb",
1579
+ "comment": "fix: Add aria-owns to InfoLabel."
1580
+ },
1581
+ {
1582
+ "author": "beachball",
1583
+ "package": "@fluentui/react-infobutton",
1584
+ "comment": "Bump @fluentui/react-label to v9.1.12",
1585
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1586
+ },
1587
+ {
1588
+ "author": "beachball",
1589
+ "package": "@fluentui/react-infobutton",
1590
+ "comment": "Bump @fluentui/react-popover to v9.5.12",
1591
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1592
+ },
1593
+ {
1594
+ "author": "beachball",
1595
+ "package": "@fluentui/react-infobutton",
1596
+ "comment": "Bump @fluentui/react-tabster to v9.7.1",
1597
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1598
+ },
1599
+ {
1600
+ "author": "beachball",
1601
+ "package": "@fluentui/react-infobutton",
1602
+ "comment": "Bump @fluentui/react-utilities to v9.9.0",
1603
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1604
+ },
1605
+ {
1606
+ "author": "beachball",
1607
+ "package": "@fluentui/react-infobutton",
1608
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.4",
1609
+ "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
1610
+ }
1611
+ ]
1612
+ }
1613
+ },
1614
+ {
1615
+ "date": "Fri, 12 May 2023 20:27:20 GMT",
1616
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.29",
1617
+ "version": "9.0.0-beta.29",
1618
+ "comments": {
1619
+ "prerelease": [
1620
+ {
1621
+ "author": "olfedias@microsoft.com",
1622
+ "package": "@fluentui/react-infobutton",
1623
+ "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
1624
+ "comment": "chore: exclude .swcrc from being published"
1625
+ },
1626
+ {
1627
+ "author": "olfedias@microsoft.com",
1628
+ "package": "@fluentui/react-infobutton",
1629
+ "commit": "871192b67e1bc8a68da1b4c55b4e0ee2aed0b604",
1630
+ "comment": "chore: move makeStyles() calls to .styles.ts files"
1631
+ },
1632
+ {
1633
+ "author": "beachball",
1634
+ "package": "@fluentui/react-infobutton",
1635
+ "comment": "Bump @fluentui/react-label to v9.1.11",
1636
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1637
+ },
1638
+ {
1639
+ "author": "beachball",
1640
+ "package": "@fluentui/react-infobutton",
1641
+ "comment": "Bump @fluentui/react-popover to v9.5.11",
1642
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1643
+ },
1644
+ {
1645
+ "author": "beachball",
1646
+ "package": "@fluentui/react-infobutton",
1647
+ "comment": "Bump @fluentui/react-tabster to v9.7.0",
1648
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1649
+ },
1650
+ {
1651
+ "author": "beachball",
1652
+ "package": "@fluentui/react-infobutton",
1653
+ "comment": "Bump @fluentui/react-theme to v9.1.8",
1654
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1655
+ },
1656
+ {
1657
+ "author": "beachball",
1658
+ "package": "@fluentui/react-infobutton",
1659
+ "comment": "Bump @fluentui/react-utilities to v9.8.1",
1660
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1661
+ },
1662
+ {
1663
+ "author": "beachball",
1664
+ "package": "@fluentui/react-infobutton",
1665
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.3",
1666
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1667
+ },
1668
+ {
1669
+ "author": "beachball",
1670
+ "package": "@fluentui/react-infobutton",
1671
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
1672
+ "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
1673
+ }
1674
+ ],
1675
+ "none": [
1676
+ {
1677
+ "author": "martinhochel@microsoft.com",
1678
+ "package": "@fluentui/react-infobutton",
1679
+ "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
1680
+ "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
1681
+ }
1682
+ ]
1683
+ }
1684
+ },
1685
+ {
1686
+ "date": "Mon, 24 Apr 2023 08:12:37 GMT",
1687
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.28",
1688
+ "version": "9.0.0-beta.28",
1689
+ "comments": {
1690
+ "prerelease": [
1691
+ {
1692
+ "author": "bernardo.sunderhus@gmail.com",
1693
+ "package": "@fluentui/react-infobutton",
1694
+ "commit": "dd76eca6f3584188994575d1d15d805a24ee9a91",
1695
+ "comment": "chore: adopt custom JSX pragma"
1696
+ },
1697
+ {
1698
+ "author": "beachball",
1699
+ "package": "@fluentui/react-infobutton",
1700
+ "comment": "Bump @fluentui/react-label to v9.1.10",
1701
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
1702
+ },
1703
+ {
1704
+ "author": "beachball",
1705
+ "package": "@fluentui/react-infobutton",
1706
+ "comment": "Bump @fluentui/react-popover to v9.5.10",
1707
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
1708
+ },
1709
+ {
1710
+ "author": "beachball",
1711
+ "package": "@fluentui/react-infobutton",
1712
+ "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.2",
1713
+ "commit": "505433ac64f144c9cca456097413d6af4582e5ee"
1714
+ }
1715
+ ]
1716
+ }
1717
+ },
1718
+ {
1719
+ "date": "Mon, 17 Apr 2023 17:54:02 GMT",
1720
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.27",
1721
+ "version": "9.0.0-beta.27",
1722
+ "comments": {
1723
+ "prerelease": [
1724
+ {
1725
+ "author": "beachball",
1726
+ "package": "@fluentui/react-infobutton",
1727
+ "comment": "Bump @fluentui/react-label to v9.1.9",
1728
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1729
+ },
1730
+ {
1731
+ "author": "beachball",
1732
+ "package": "@fluentui/react-infobutton",
1733
+ "comment": "Bump @fluentui/react-popover to v9.5.9",
1734
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1735
+ },
1736
+ {
1737
+ "author": "beachball",
1738
+ "package": "@fluentui/react-infobutton",
1739
+ "comment": "Bump @fluentui/react-tabster to v9.6.5",
1740
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1741
+ },
1742
+ {
1743
+ "author": "beachball",
1744
+ "package": "@fluentui/react-infobutton",
1745
+ "comment": "Bump @fluentui/react-utilities to v9.8.0",
1746
+ "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
1747
+ }
1748
+ ]
1749
+ }
1750
+ },
1751
+ {
1752
+ "date": "Wed, 12 Apr 2023 09:31:45 GMT",
1753
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.26",
1754
+ "version": "9.0.0-beta.26",
1755
+ "comments": {
1756
+ "prerelease": [
1757
+ {
1758
+ "author": "beachball",
1759
+ "package": "@fluentui/react-infobutton",
1760
+ "comment": "Bump @fluentui/react-label to v9.1.8",
1761
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1762
+ },
1763
+ {
1764
+ "author": "beachball",
1765
+ "package": "@fluentui/react-infobutton",
1766
+ "comment": "Bump @fluentui/react-popover to v9.5.8",
1767
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1768
+ },
1769
+ {
1770
+ "author": "beachball",
1771
+ "package": "@fluentui/react-infobutton",
1772
+ "comment": "Bump @fluentui/react-tabster to v9.6.4",
1773
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1774
+ },
1775
+ {
1776
+ "author": "beachball",
1777
+ "package": "@fluentui/react-infobutton",
1778
+ "comment": "Bump @fluentui/react-utilities to v9.7.4",
1779
+ "commit": "45cb6089b0f5f464ae0dd9e9cba7e199a9d67cd8"
1780
+ }
1781
+ ]
1782
+ }
1783
+ },
1784
+ {
1785
+ "date": "Tue, 04 Apr 2023 18:44:48 GMT",
1786
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.25",
1787
+ "version": "9.0.0-beta.25",
1788
+ "comments": {
1789
+ "prerelease": [
1790
+ {
1791
+ "author": "esteban.230@hotmail.com",
1792
+ "package": "@fluentui/react-infobutton",
1793
+ "commit": "df9564ee42c12b0dfab646f9e4dd4038c636d3ee",
1794
+ "comment": "chore: Rename content slot to info."
1795
+ },
1796
+ {
1797
+ "author": "beachball",
1798
+ "package": "@fluentui/react-infobutton",
1799
+ "comment": "Bump @fluentui/react-label to v9.1.7",
1800
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1801
+ },
1802
+ {
1803
+ "author": "beachball",
1804
+ "package": "@fluentui/react-infobutton",
1805
+ "comment": "Bump @fluentui/react-popover to v9.5.7",
1806
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1807
+ },
1808
+ {
1809
+ "author": "beachball",
1810
+ "package": "@fluentui/react-infobutton",
1811
+ "comment": "Bump @fluentui/react-tabster to v9.6.3",
1812
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1813
+ },
1814
+ {
1815
+ "author": "beachball",
1816
+ "package": "@fluentui/react-infobutton",
1817
+ "comment": "Bump @fluentui/react-utilities to v9.7.3",
1818
+ "commit": "6778d76bbbad7e1975c151c797f28c2708cde2ce"
1819
+ }
1820
+ ]
1821
+ }
1822
+ },
1823
+ {
1824
+ "date": "Tue, 21 Mar 2023 21:23:36 GMT",
1825
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.23",
1826
+ "version": "9.0.0-beta.23",
1827
+ "comments": {
1828
+ "prerelease": [
1829
+ {
1830
+ "author": "makotom@microsoft.com",
1831
+ "package": "@fluentui/react-infobutton",
1832
+ "commit": "7fde5c94869ff9841b142b7ff1d0a3df0ab58f74",
1833
+ "comment": "chore: Bumping version of @fluentui/react-icons to ^2.0.196."
1834
+ },
1835
+ {
1836
+ "author": "tristan.watanabe@gmail.com",
1837
+ "package": "@fluentui/react-infobutton",
1838
+ "commit": "ead1c6d4c2ac3f3596b62b8cbc07b0a03041f11f",
1839
+ "comment": "fix: add node field to package.json exports map."
1840
+ },
1841
+ {
1842
+ "author": "tristan.watanabe@gmail.com",
1843
+ "package": "@fluentui/react-infobutton",
1844
+ "commit": "2fac1a139149bd13b76b1306207bc988dca9c72c",
1845
+ "comment": "chore: migrate to swc transpilation approach."
1846
+ },
1847
+ {
1848
+ "author": "beachball",
1849
+ "package": "@fluentui/react-infobutton",
1850
+ "comment": "Bump @fluentui/react-label to v9.1.5",
1851
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1852
+ },
1853
+ {
1854
+ "author": "beachball",
1855
+ "package": "@fluentui/react-infobutton",
1856
+ "comment": "Bump @fluentui/react-popover to v9.5.5",
1857
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1858
+ },
1859
+ {
1860
+ "author": "beachball",
1861
+ "package": "@fluentui/react-infobutton",
1862
+ "comment": "Bump @fluentui/react-tabster to v9.6.1",
1863
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1864
+ },
1865
+ {
1866
+ "author": "beachball",
1867
+ "package": "@fluentui/react-infobutton",
1868
+ "comment": "Bump @fluentui/react-theme to v9.1.7",
1869
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1870
+ },
1871
+ {
1872
+ "author": "beachball",
1873
+ "package": "@fluentui/react-infobutton",
1874
+ "comment": "Bump @fluentui/react-utilities to v9.7.2",
1875
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1876
+ },
1877
+ {
1878
+ "author": "beachball",
1879
+ "package": "@fluentui/react-infobutton",
1880
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.20",
1881
+ "commit": "b7a26f6263c80e3253c6b8338c33b73bae33e2b5"
1882
+ }
1883
+ ]
1884
+ }
1885
+ },
1886
+ {
1887
+ "date": "Thu, 16 Mar 2023 14:36:57 GMT",
1888
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.22",
1889
+ "version": "9.0.0-beta.22",
1890
+ "comments": {
1891
+ "prerelease": [
1892
+ {
1893
+ "author": "behowell@microsoft.com",
1894
+ "package": "@fluentui/react-infobutton",
1895
+ "commit": "b106479e831318cfb3ddf10871e4240530498f31",
1896
+ "comment": "feat: Add InfoLabel component"
1897
+ },
1898
+ {
1899
+ "author": "beachball",
1900
+ "package": "@fluentui/react-infobutton",
1901
+ "comment": "Bump @fluentui/react-label to v9.1.4",
1902
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1903
+ },
1904
+ {
1905
+ "author": "beachball",
1906
+ "package": "@fluentui/react-infobutton",
1907
+ "comment": "Bump @fluentui/react-popover to v9.5.4",
1908
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1909
+ },
1910
+ {
1911
+ "author": "beachball",
1912
+ "package": "@fluentui/react-infobutton",
1913
+ "comment": "Bump @fluentui/react-tabster to v9.6.0",
1914
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1915
+ },
1916
+ {
1917
+ "author": "beachball",
1918
+ "package": "@fluentui/react-infobutton",
1919
+ "comment": "Bump @fluentui/react-utilities to v9.7.1",
1920
+ "commit": "e7dcadf7cabae6bc6811ca04a630e7d850388f81"
1921
+ }
1922
+ ]
1923
+ }
1924
+ },
1925
+ {
1926
+ "date": "Wed, 15 Mar 2023 10:19:53 GMT",
1927
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.21",
1928
+ "version": "9.0.0-beta.21",
1929
+ "comments": {
1930
+ "prerelease": [
1931
+ {
1932
+ "author": "beachball",
1933
+ "package": "@fluentui/react-infobutton",
1934
+ "comment": "Bump @fluentui/react-popover to v9.5.3",
1935
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1936
+ },
1937
+ {
1938
+ "author": "beachball",
1939
+ "package": "@fluentui/react-infobutton",
1940
+ "comment": "Bump @fluentui/react-tabster to v9.5.7",
1941
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1942
+ },
1943
+ {
1944
+ "author": "beachball",
1945
+ "package": "@fluentui/react-infobutton",
1946
+ "comment": "Bump @fluentui/react-theme to v9.1.6",
1947
+ "commit": "5da01b4766ae6d81befb7bcd588d9cf8d969e1e2"
1948
+ }
1949
+ ]
1950
+ }
1951
+ },
1952
+ {
1953
+ "date": "Mon, 13 Mar 2023 08:58:26 GMT",
1954
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.20",
1955
+ "version": "9.0.0-beta.20",
1956
+ "comments": {
1957
+ "prerelease": [
1958
+ {
1959
+ "author": "beachball",
1960
+ "package": "@fluentui/react-infobutton",
1961
+ "comment": "Bump @fluentui/react-popover to v9.5.2",
1962
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1963
+ },
1964
+ {
1965
+ "author": "beachball",
1966
+ "package": "@fluentui/react-infobutton",
1967
+ "comment": "Bump @fluentui/react-tabster to v9.5.6",
1968
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1969
+ },
1970
+ {
1971
+ "author": "beachball",
1972
+ "package": "@fluentui/react-infobutton",
1973
+ "comment": "Bump @fluentui/react-utilities to v9.7.0",
1974
+ "commit": "edf96a6b5d6f13843ada1400480e347b84384b8e"
1975
+ }
1976
+ ]
1977
+ }
1978
+ },
1979
+ {
1980
+ "date": "Fri, 10 Mar 2023 07:14:01 GMT",
1981
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.19",
1982
+ "version": "9.0.0-beta.19",
1983
+ "comments": {
1984
+ "prerelease": [
1985
+ {
1986
+ "author": "beachball",
1987
+ "package": "@fluentui/react-infobutton",
1988
+ "comment": "Bump @fluentui/react-popover to v9.5.1",
1989
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
1990
+ },
1991
+ {
1992
+ "author": "beachball",
1993
+ "package": "@fluentui/react-infobutton",
1994
+ "comment": "Bump @fluentui/react-tabster to v9.5.5",
1995
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
1996
+ },
1997
+ {
1998
+ "author": "beachball",
1999
+ "package": "@fluentui/react-infobutton",
2000
+ "comment": "Bump @fluentui/react-utilities to v9.6.2",
2001
+ "commit": "3cefc38eed17e3f37cd38fca9099cc9d700cd584"
2002
+ }
2003
+ ]
2004
+ }
2005
+ },
2006
+ {
2007
+ "date": "Wed, 08 Mar 2023 17:42:51 GMT",
2008
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.18",
2009
+ "version": "9.0.0-beta.18",
2010
+ "comments": {
2011
+ "prerelease": [
2012
+ {
2013
+ "author": "beachball",
2014
+ "package": "@fluentui/react-infobutton",
2015
+ "comment": "Bump @fluentui/react-popover to v9.5.0",
2016
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
2017
+ },
2018
+ {
2019
+ "author": "beachball",
2020
+ "package": "@fluentui/react-infobutton",
2021
+ "comment": "Bump @fluentui/react-tabster to v9.5.4",
2022
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
2023
+ },
2024
+ {
2025
+ "author": "beachball",
2026
+ "package": "@fluentui/react-infobutton",
2027
+ "comment": "Bump @fluentui/react-utilities to v9.6.1",
2028
+ "commit": "e0d11faf97f6466f4cd23ed18266cf1e80094f56"
2029
+ }
2030
+ ]
2031
+ }
2032
+ },
2033
+ {
2034
+ "date": "Wed, 22 Feb 2023 23:06:07 GMT",
2035
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.17",
2036
+ "version": "9.0.0-beta.17",
2037
+ "comments": {
2038
+ "prerelease": [
2039
+ {
2040
+ "author": "beachball",
2041
+ "package": "@fluentui/react-infobutton",
2042
+ "comment": "Bump @fluentui/react-popover to v9.4.11",
2043
+ "commit": "9ee6caa17f745e014ecba467a4528181ae49be30"
2044
+ }
2045
+ ]
2046
+ }
2047
+ },
2048
+ {
2049
+ "date": "Wed, 15 Feb 2023 11:44:52 GMT",
2050
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.16",
2051
+ "version": "9.0.0-beta.16",
2052
+ "comments": {
2053
+ "prerelease": [
2054
+ {
2055
+ "author": "beachball",
2056
+ "package": "@fluentui/react-infobutton",
2057
+ "comment": "Bump @fluentui/react-popover to v9.4.10",
2058
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
2059
+ },
2060
+ {
2061
+ "author": "beachball",
2062
+ "package": "@fluentui/react-infobutton",
2063
+ "comment": "Bump @fluentui/react-tabster to v9.5.3",
2064
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
2065
+ },
2066
+ {
2067
+ "author": "beachball",
2068
+ "package": "@fluentui/react-infobutton",
2069
+ "comment": "Bump @fluentui/react-utilities to v9.6.0",
2070
+ "commit": "087d981aab96bef2e332a373069a19bc702a7ca2"
2071
+ }
2072
+ ]
2073
+ }
2074
+ },
2075
+ {
2076
+ "date": "Mon, 13 Feb 2023 23:43:14 GMT",
2077
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.15",
2078
+ "version": "9.0.0-beta.15",
2079
+ "comments": {
2080
+ "prerelease": [
2081
+ {
2082
+ "author": "beachball",
2083
+ "package": "@fluentui/react-infobutton",
2084
+ "comment": "Bump @fluentui/react-popover to v9.4.9",
2085
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
2086
+ },
2087
+ {
2088
+ "author": "beachball",
2089
+ "package": "@fluentui/react-infobutton",
2090
+ "comment": "Bump @fluentui/react-tabster to v9.5.2",
2091
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
2092
+ },
2093
+ {
2094
+ "author": "beachball",
2095
+ "package": "@fluentui/react-infobutton",
2096
+ "comment": "Bump @fluentui/react-utilities to v9.5.3",
2097
+ "commit": "29e62b13706c2845b21d665d43cdacf1ef1b1513"
2098
+ }
2099
+ ]
2100
+ }
2101
+ },
2102
+ {
2103
+ "date": "Mon, 13 Feb 2023 09:35:48 GMT",
2104
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.14",
2105
+ "version": "9.0.0-beta.14",
2106
+ "comments": {
2107
+ "prerelease": [
2108
+ {
2109
+ "author": "beachball",
2110
+ "package": "@fluentui/react-infobutton",
2111
+ "comment": "Bump @fluentui/react-popover to v9.4.8",
2112
+ "commit": "b24aed22677cb12a74f185feee89edefd1601b9a"
2113
+ }
2114
+ ]
2115
+ }
2116
+ },
2117
+ {
2118
+ "date": "Fri, 10 Feb 2023 08:50:02 GMT",
2119
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.13",
2120
+ "version": "9.0.0-beta.13",
2121
+ "comments": {
2122
+ "prerelease": [
2123
+ {
2124
+ "author": "beachball",
2125
+ "package": "@fluentui/react-infobutton",
2126
+ "comment": "Bump @fluentui/react-popover to v9.4.7",
2127
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
2128
+ },
2129
+ {
2130
+ "author": "beachball",
2131
+ "package": "@fluentui/react-infobutton",
2132
+ "comment": "Bump @fluentui/react-tabster to v9.5.1",
2133
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
2134
+ },
2135
+ {
2136
+ "author": "beachball",
2137
+ "package": "@fluentui/react-infobutton",
2138
+ "comment": "Bump @fluentui/react-utilities to v9.5.2",
2139
+ "commit": "cc62f050f8231e8f21a2cf7dddf33003e0ba3931"
2140
+ }
2141
+ ]
2142
+ }
2143
+ },
2144
+ {
2145
+ "date": "Tue, 07 Feb 2023 14:13:05 GMT",
2146
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.12",
2147
+ "version": "9.0.0-beta.12",
2148
+ "comments": {
2149
+ "prerelease": [
2150
+ {
2151
+ "author": "esteban.230@hotmail.com",
2152
+ "package": "@fluentui/react-infobutton",
2153
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746",
2154
+ "comment": "chore: Add aria-label to InfoButton's button and add a11y guidance for using InfoButton with a label."
2155
+ },
2156
+ {
2157
+ "author": "esteban.230@hotmail.com",
2158
+ "package": "@fluentui/react-infobutton",
2159
+ "commit": "34514e3502e2830d81f9de25956be8b624cd3c20",
2160
+ "comment": "chore: Making the content focusable and updating example's text."
2161
+ },
2162
+ {
2163
+ "author": "beachball",
2164
+ "package": "@fluentui/react-infobutton",
2165
+ "comment": "Bump @fluentui/react-popover to v9.4.6",
2166
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
2167
+ },
2168
+ {
2169
+ "author": "beachball",
2170
+ "package": "@fluentui/react-infobutton",
2171
+ "comment": "Bump @fluentui/react-tabster to v9.5.0",
2172
+ "commit": "8a1405562b3328c408f15e3bf511d3eb6a0c0e66"
2173
+ }
2174
+ ]
2175
+ }
2176
+ },
2177
+ {
2178
+ "date": "Tue, 31 Jan 2023 19:53:58 GMT",
2179
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.11",
2180
+ "version": "9.0.0-beta.11",
2181
+ "comments": {
2182
+ "prerelease": [
2183
+ {
2184
+ "author": "beachball",
2185
+ "package": "@fluentui/react-infobutton",
2186
+ "comment": "Bump @fluentui/react-popover to v9.4.5",
2187
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
2188
+ },
2189
+ {
2190
+ "author": "beachball",
2191
+ "package": "@fluentui/react-infobutton",
2192
+ "comment": "Bump @fluentui/react-tabster to v9.4.2",
2193
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
2194
+ },
2195
+ {
2196
+ "author": "beachball",
2197
+ "package": "@fluentui/react-infobutton",
2198
+ "comment": "Bump @fluentui/react-utilities to v9.5.1",
2199
+ "commit": "794d9e845cb952f597ba786e70cd8d248be62746"
2200
+ }
2201
+ ]
2202
+ }
2203
+ },
2204
+ {
2205
+ "date": "Thu, 26 Jan 2023 13:31:03 GMT",
2206
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.10",
2207
+ "version": "9.0.0-beta.10",
2208
+ "comments": {
2209
+ "prerelease": [
2210
+ {
2211
+ "author": "beachball",
2212
+ "package": "@fluentui/react-infobutton",
2213
+ "comment": "Bump @fluentui/react-popover to v9.4.4",
2214
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
2215
+ },
2216
+ {
2217
+ "author": "beachball",
2218
+ "package": "@fluentui/react-infobutton",
2219
+ "comment": "Bump @fluentui/react-tabster to v9.4.1",
2220
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
2221
+ },
2222
+ {
2223
+ "author": "beachball",
2224
+ "package": "@fluentui/react-infobutton",
2225
+ "comment": "Bump @fluentui/react-utilities to v9.5.0",
2226
+ "commit": "403e1370f1effca7d3db131eda381abf31cf66b1"
2227
+ }
2228
+ ]
2229
+ }
2230
+ },
2231
+ {
2232
+ "date": "Mon, 23 Jan 2023 16:43:12 GMT",
2233
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.9",
2234
+ "version": "9.0.0-beta.9",
2235
+ "comments": {
2236
+ "prerelease": [
2237
+ {
2238
+ "author": "beachball",
2239
+ "package": "@fluentui/react-infobutton",
2240
+ "comment": "Bump @fluentui/react-popover to v9.4.3",
2241
+ "commit": "828c4260edc4fba07c9ccc8e94f15051c7fd25d3"
2242
+ }
2243
+ ]
2244
+ }
2245
+ },
2246
+ {
2247
+ "date": "Wed, 18 Jan 2023 16:32:57 GMT",
2248
+ "tag": "@fluentui/react-infobutton_v9.0.0-beta.8",
2249
+ "version": "9.0.0-beta.8",
2250
+ "comments": {
2251
+ "prerelease": [
2252
+ {
2253
+ "author": "beachball",
2254
+ "package": "@fluentui/react-infobutton",
2255
+ "comment": "Bump @fluentui/react-popover to v9.4.2",
2256
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
2257
+ },
2258
+ {
2259
+ "author": "beachball",
2260
+ "package": "@fluentui/react-infobutton",
2261
+ "comment": "Bump @fluentui/react-tabster to v9.4.0",
2262
+ "commit": "13cf1d07a6df4617106c731ba0379b6102a08104"
2263
+ }
2264
+ ]
2265
+ }
2266
+ },
2267
+ {
2268
+ "date": "Mon, 16 Jan 2023 08:39:02 GMT",
6
2269
  "tag": "@fluentui/react-infobutton_v9.0.0-beta.7",
7
2270
  "version": "9.0.0-beta.7",
8
2271
  "comments": {