@fluentui/react-migration-v0-v9 9.0.49 → 9.0.50

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 (3) hide show
  1. package/CHANGELOG.md +15 -2
  2. package/package.json +12 -6
  3. package/CHANGELOG.json +0 -1236
package/CHANGELOG.md CHANGED
@@ -1,12 +1,25 @@
1
1
  # Change Log - @fluentui/react-migration-v0-v9
2
2
 
3
- This log was last generated on Mon, 06 Nov 2023 13:15:28 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:07 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.50)
8
+
9
+ Thu, 09 Nov 2023 17:23:07 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.49..@fluentui/react-migration-v0-v9_v9.0.50)
11
+
12
+ ### Patches
13
+
14
+ - chore: use package.json#files setup instead of npmignore for all v9 libraries ([PR #29734](https://github.com/microsoft/fluentui/pull/29734) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-theme to v9.1.16 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+ - Bump @fluentui/react-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
17
+ - Bump @fluentui/react-jsx-runtime to v9.0.19 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
18
+ - Bump @fluentui/react-components to v9.38.0 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
19
+
7
20
  ## [9.0.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.0.49)
8
21
 
9
- Mon, 06 Nov 2023 13:15:28 GMT
22
+ Mon, 06 Nov 2023 13:16:04 GMT
10
23
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.0.48..@fluentui/react-migration-v0-v9_v9.0.49)
11
24
 
12
25
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.0.49",
3
+ "version": "9.0.50",
4
4
  "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -34,10 +34,10 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@fluentui/react-icons": "^2.0.217",
37
- "@fluentui/react-theme": "^9.1.15",
38
- "@fluentui/react-utilities": "^9.15.1",
39
- "@fluentui/react-jsx-runtime": "^9.0.18",
40
- "@fluentui/react-components": "^9.37.4",
37
+ "@fluentui/react-theme": "^9.1.16",
38
+ "@fluentui/react-utilities": "^9.15.2",
39
+ "@fluentui/react-jsx-runtime": "^9.0.19",
40
+ "@fluentui/react-components": "^9.38.0",
41
41
  "@fluentui/react-northstar": "^0.66.4",
42
42
  "@griffel/react": "^1.5.14",
43
43
  "@swc/helpers": "^0.5.1"
@@ -62,5 +62,11 @@
62
62
  "require": "./lib-commonjs/index.js"
63
63
  },
64
64
  "./package.json": "./package.json"
65
- }
65
+ },
66
+ "files": [
67
+ "*.md",
68
+ "dist/*.d.ts",
69
+ "lib",
70
+ "lib-commonjs"
71
+ ]
66
72
  }
package/CHANGELOG.json DELETED
@@ -1,1236 +0,0 @@
1
- {
2
- "name": "@fluentui/react-migration-v0-v9",
3
- "entries": [
4
- {
5
- "date": "Mon, 06 Nov 2023 13:15:28 GMT",
6
- "tag": "@fluentui/react-migration-v0-v9_v9.0.49",
7
- "version": "9.0.49",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@fluentui/react-migration-v0-v9",
13
- "comment": "Bump @fluentui/react-components to v9.37.4",
14
- "commit": "bcd30395b61cb18b5a42a8c0a4f91ccc2b88377d"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Thu, 02 Nov 2023 17:38:46 GMT",
21
- "tag": "@fluentui/react-migration-v0-v9_v9.0.48",
22
- "version": "9.0.48",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "beachball",
27
- "package": "@fluentui/react-migration-v0-v9",
28
- "comment": "Bump @fluentui/react-components to v9.37.3",
29
- "commit": "b4b696c7dd574454581ff697b03381650eb00f9c"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Wed, 01 Nov 2023 19:15:55 GMT",
36
- "tag": "@fluentui/react-migration-v0-v9_v9.0.47",
37
- "version": "9.0.47",
38
- "comments": {
39
- "patch": [
40
- {
41
- "author": "beachball",
42
- "package": "@fluentui/react-migration-v0-v9",
43
- "comment": "Bump @fluentui/react-components to v9.37.2",
44
- "commit": "c36875cbd92a1dd7f5863719a24ca7feeb3a5e83"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Wed, 01 Nov 2023 12:55:59 GMT",
51
- "tag": "@fluentui/react-migration-v0-v9_v9.0.46",
52
- "version": "9.0.46",
53
- "comments": {
54
- "patch": [
55
- {
56
- "author": "beachball",
57
- "package": "@fluentui/react-migration-v0-v9",
58
- "comment": "Bump @fluentui/react-theme to v9.1.15",
59
- "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
60
- },
61
- {
62
- "author": "beachball",
63
- "package": "@fluentui/react-migration-v0-v9",
64
- "comment": "Bump @fluentui/react-components to v9.37.1",
65
- "commit": "838b05367dbdddb17732b9e0c807090e0a4445d5"
66
- }
67
- ]
68
- }
69
- },
70
- {
71
- "date": "Sat, 28 Oct 2023 23:35:59 GMT",
72
- "tag": "@fluentui/react-migration-v0-v9_v9.0.45",
73
- "version": "9.0.45",
74
- "comments": {
75
- "patch": [
76
- {
77
- "author": "beachball",
78
- "package": "@fluentui/react-migration-v0-v9",
79
- "comment": "Bump @fluentui/react-components to v9.37.0",
80
- "commit": "555b0fae3ec7f052e765557ae243c58000514f92"
81
- }
82
- ]
83
- }
84
- },
85
- {
86
- "date": "Mon, 23 Oct 2023 09:51:57 GMT",
87
- "tag": "@fluentui/react-migration-v0-v9_v9.0.44",
88
- "version": "9.0.44",
89
- "comments": {
90
- "patch": [
91
- {
92
- "author": "beachball",
93
- "package": "@fluentui/react-migration-v0-v9",
94
- "comment": "Bump @fluentui/react-components to v9.36.0",
95
- "commit": "e4ef1febe8a185dddc10f8936944d177d50bc396"
96
- }
97
- ]
98
- }
99
- },
100
- {
101
- "date": "Wed, 18 Oct 2023 17:54:08 GMT",
102
- "tag": "@fluentui/react-migration-v0-v9_v9.0.43",
103
- "version": "9.0.43",
104
- "comments": {
105
- "patch": [
106
- {
107
- "author": "beachball",
108
- "package": "@fluentui/react-migration-v0-v9",
109
- "comment": "Bump @fluentui/react-utilities to v9.15.1",
110
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
111
- },
112
- {
113
- "author": "beachball",
114
- "package": "@fluentui/react-migration-v0-v9",
115
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.18",
116
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
117
- },
118
- {
119
- "author": "beachball",
120
- "package": "@fluentui/react-migration-v0-v9",
121
- "comment": "Bump @fluentui/react-components to v9.35.1",
122
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
123
- }
124
- ]
125
- }
126
- },
127
- {
128
- "date": "Thu, 12 Oct 2023 14:55:44 GMT",
129
- "tag": "@fluentui/react-migration-v0-v9_v9.0.42",
130
- "version": "9.0.42",
131
- "comments": {
132
- "patch": [
133
- {
134
- "author": "beachball",
135
- "package": "@fluentui/react-migration-v0-v9",
136
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.17",
137
- "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
138
- },
139
- {
140
- "author": "beachball",
141
- "package": "@fluentui/react-migration-v0-v9",
142
- "comment": "Bump @fluentui/react-components to v9.35.0",
143
- "commit": "8178c3cae60005bc21137aa1f3e766e18cdb4a30"
144
- }
145
- ]
146
- }
147
- },
148
- {
149
- "date": "Wed, 11 Oct 2023 13:54:26 GMT",
150
- "tag": "@fluentui/react-migration-v0-v9_v9.0.41",
151
- "version": "9.0.41",
152
- "comments": {
153
- "patch": [
154
- {
155
- "author": "beachball",
156
- "package": "@fluentui/react-migration-v0-v9",
157
- "comment": "Bump @fluentui/react-utilities to v9.15.0",
158
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
159
- },
160
- {
161
- "author": "beachball",
162
- "package": "@fluentui/react-migration-v0-v9",
163
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.16",
164
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
165
- },
166
- {
167
- "author": "beachball",
168
- "package": "@fluentui/react-migration-v0-v9",
169
- "comment": "Bump @fluentui/react-components to v9.34.3",
170
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
171
- }
172
- ]
173
- }
174
- },
175
- {
176
- "date": "Mon, 09 Oct 2023 20:45:44 GMT",
177
- "tag": "@fluentui/react-migration-v0-v9_v9.0.40",
178
- "version": "9.0.40",
179
- "comments": {
180
- "patch": [
181
- {
182
- "author": "beachball",
183
- "package": "@fluentui/react-migration-v0-v9",
184
- "comment": "Bump @fluentui/react-utilities to v9.14.2",
185
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
186
- },
187
- {
188
- "author": "beachball",
189
- "package": "@fluentui/react-migration-v0-v9",
190
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.15",
191
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
192
- },
193
- {
194
- "author": "beachball",
195
- "package": "@fluentui/react-migration-v0-v9",
196
- "comment": "Bump @fluentui/react-components to v9.34.2",
197
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
198
- }
199
- ]
200
- }
201
- },
202
- {
203
- "date": "Thu, 05 Oct 2023 15:25:31 GMT",
204
- "tag": "@fluentui/react-migration-v0-v9_v9.0.39",
205
- "version": "9.0.39",
206
- "comments": {
207
- "patch": [
208
- {
209
- "author": "bernardo.sunderhus@gmail.com",
210
- "package": "@fluentui/react-migration-v0-v9",
211
- "commit": "86dd76990e3da5af1f2b6b04a3aec46141d5a653",
212
- "comment": "chore: migrate from getNativeElementProps to getIntrinsicElementProps"
213
- },
214
- {
215
- "author": "beachball",
216
- "package": "@fluentui/react-migration-v0-v9",
217
- "comment": "Bump @fluentui/react-utilities to v9.14.1",
218
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
219
- },
220
- {
221
- "author": "beachball",
222
- "package": "@fluentui/react-migration-v0-v9",
223
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.14",
224
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
225
- },
226
- {
227
- "author": "beachball",
228
- "package": "@fluentui/react-migration-v0-v9",
229
- "comment": "Bump @fluentui/react-components to v9.34.1",
230
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
231
- }
232
- ]
233
- }
234
- },
235
- {
236
- "date": "Wed, 04 Oct 2023 08:45:47 GMT",
237
- "tag": "@fluentui/react-migration-v0-v9_v9.0.38",
238
- "version": "9.0.38",
239
- "comments": {
240
- "patch": [
241
- {
242
- "author": "beachball",
243
- "package": "@fluentui/react-migration-v0-v9",
244
- "comment": "Bump @fluentui/react-utilities to v9.14.0",
245
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
246
- },
247
- {
248
- "author": "beachball",
249
- "package": "@fluentui/react-migration-v0-v9",
250
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.13",
251
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
252
- },
253
- {
254
- "author": "beachball",
255
- "package": "@fluentui/react-migration-v0-v9",
256
- "comment": "Bump @fluentui/react-components to v9.34.0",
257
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
258
- }
259
- ]
260
- }
261
- },
262
- {
263
- "date": "Mon, 02 Oct 2023 08:56:05 GMT",
264
- "tag": "@fluentui/react-migration-v0-v9_v9.0.37",
265
- "version": "9.0.37",
266
- "comments": {
267
- "patch": [
268
- {
269
- "author": "beachball",
270
- "package": "@fluentui/react-migration-v0-v9",
271
- "comment": "Bump @fluentui/react-components to v9.33.0",
272
- "commit": "da9a08817e5de95639e2dd7aa6d6709d47faa7f4"
273
- }
274
- ]
275
- }
276
- },
277
- {
278
- "date": "Tue, 26 Sep 2023 17:49:07 GMT",
279
- "tag": "@fluentui/react-migration-v0-v9_v9.0.36",
280
- "version": "9.0.36",
281
- "comments": {
282
- "patch": [
283
- {
284
- "author": "yuanboxue@microsoft.com",
285
- "package": "@fluentui/react-migration-v0-v9",
286
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
287
- "comment": "chore: trigger manual version bump after broken release"
288
- },
289
- {
290
- "author": "beachball",
291
- "package": "@fluentui/react-migration-v0-v9",
292
- "comment": "Bump @fluentui/react-theme to v9.1.14",
293
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
294
- },
295
- {
296
- "author": "beachball",
297
- "package": "@fluentui/react-migration-v0-v9",
298
- "comment": "Bump @fluentui/react-utilities to v9.13.5",
299
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
300
- },
301
- {
302
- "author": "beachball",
303
- "package": "@fluentui/react-migration-v0-v9",
304
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.12",
305
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
306
- },
307
- {
308
- "author": "beachball",
309
- "package": "@fluentui/react-migration-v0-v9",
310
- "comment": "Bump @fluentui/react-components to v9.32.3",
311
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
312
- }
313
- ]
314
- }
315
- },
316
- {
317
- "date": "Tue, 26 Sep 2023 15:31:56 GMT",
318
- "tag": "@fluentui/react-migration-v0-v9_v9.0.35",
319
- "version": "9.0.35",
320
- "comments": {
321
- "patch": [
322
- {
323
- "author": "martinhochel@microsoft.com",
324
- "package": "@fluentui/react-migration-v0-v9",
325
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
326
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
327
- },
328
- {
329
- "author": "ololubek@microsoft.com",
330
- "package": "@fluentui/react-migration-v0-v9",
331
- "commit": "a31e7394d9f169bc5aa55430a22cdc65425a1b49",
332
- "comment": "chore: Update react-icons version to pick up IconDirectionContextProvider updated export"
333
- },
334
- {
335
- "author": "beachball",
336
- "package": "@fluentui/react-migration-v0-v9",
337
- "comment": "Bump @fluentui/react-theme to v9.1.13",
338
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
339
- },
340
- {
341
- "author": "beachball",
342
- "package": "@fluentui/react-migration-v0-v9",
343
- "comment": "Bump @fluentui/react-utilities to v9.13.4",
344
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
345
- },
346
- {
347
- "author": "beachball",
348
- "package": "@fluentui/react-migration-v0-v9",
349
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.11",
350
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
351
- },
352
- {
353
- "author": "beachball",
354
- "package": "@fluentui/react-migration-v0-v9",
355
- "comment": "Bump @fluentui/react-components to v9.32.2",
356
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
357
- }
358
- ]
359
- }
360
- },
361
- {
362
- "date": "Wed, 20 Sep 2023 17:47:39 GMT",
363
- "tag": "@fluentui/react-migration-v0-v9_v9.0.34",
364
- "version": "9.0.34",
365
- "comments": {
366
- "patch": [
367
- {
368
- "author": "martinhochel@microsoft.com",
369
- "package": "@fluentui/react-migration-v0-v9",
370
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
371
- "comment": "chore: trigger manual version bump after broken release"
372
- },
373
- {
374
- "author": "beachball",
375
- "package": "@fluentui/react-migration-v0-v9",
376
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.10",
377
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
378
- },
379
- {
380
- "author": "beachball",
381
- "package": "@fluentui/react-migration-v0-v9",
382
- "comment": "Bump @fluentui/react-components to v9.32.1",
383
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0"
384
- }
385
- ]
386
- }
387
- },
388
- {
389
- "date": "Wed, 20 Sep 2023 14:59:53 GMT",
390
- "tag": "@fluentui/react-migration-v0-v9_v9.0.33",
391
- "version": "9.0.33",
392
- "comments": {
393
- "patch": [
394
- {
395
- "author": "beachball",
396
- "package": "@fluentui/react-migration-v0-v9",
397
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.9",
398
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
399
- },
400
- {
401
- "author": "beachball",
402
- "package": "@fluentui/react-migration-v0-v9",
403
- "comment": "Bump @fluentui/react-components to v9.32.0",
404
- "commit": "c60d4e7169457535c8d23701f6b951d1fff478ab"
405
- }
406
- ]
407
- }
408
- },
409
- {
410
- "date": "Thu, 14 Sep 2023 16:44:47 GMT",
411
- "tag": "@fluentui/react-migration-v0-v9_v9.0.32",
412
- "version": "9.0.32",
413
- "comments": {
414
- "patch": [
415
- {
416
- "author": "beachball",
417
- "package": "@fluentui/react-migration-v0-v9",
418
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.8",
419
- "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
420
- },
421
- {
422
- "author": "beachball",
423
- "package": "@fluentui/react-migration-v0-v9",
424
- "comment": "Bump @fluentui/react-components to v9.31.1",
425
- "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473"
426
- }
427
- ]
428
- }
429
- },
430
- {
431
- "date": "Tue, 12 Sep 2023 08:51:34 GMT",
432
- "tag": "@fluentui/react-migration-v0-v9_v9.0.31",
433
- "version": "9.0.31",
434
- "comments": {
435
- "patch": [
436
- {
437
- "author": "beachball",
438
- "package": "@fluentui/react-migration-v0-v9",
439
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.7",
440
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
441
- },
442
- {
443
- "author": "beachball",
444
- "package": "@fluentui/react-migration-v0-v9",
445
- "comment": "Bump @fluentui/react-components to v9.31.0",
446
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335"
447
- }
448
- ]
449
- }
450
- },
451
- {
452
- "date": "Wed, 06 Sep 2023 13:31:31 GMT",
453
- "tag": "@fluentui/react-migration-v0-v9_v9.0.30",
454
- "version": "9.0.30",
455
- "comments": {
456
- "patch": [
457
- {
458
- "author": "beachball",
459
- "package": "@fluentui/react-migration-v0-v9",
460
- "comment": "Bump @fluentui/react-utilities to v9.13.3",
461
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
462
- },
463
- {
464
- "author": "beachball",
465
- "package": "@fluentui/react-migration-v0-v9",
466
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.6",
467
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
468
- },
469
- {
470
- "author": "beachball",
471
- "package": "@fluentui/react-migration-v0-v9",
472
- "comment": "Bump @fluentui/react-components to v9.30.4",
473
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
474
- }
475
- ]
476
- }
477
- },
478
- {
479
- "date": "Tue, 05 Sep 2023 15:39:04 GMT",
480
- "tag": "@fluentui/react-migration-v0-v9_v9.0.29",
481
- "version": "9.0.29",
482
- "comments": {
483
- "patch": [
484
- {
485
- "author": "beachball",
486
- "package": "@fluentui/react-migration-v0-v9",
487
- "comment": "Bump @fluentui/react-utilities to v9.13.2",
488
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
489
- },
490
- {
491
- "author": "beachball",
492
- "package": "@fluentui/react-migration-v0-v9",
493
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.5",
494
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
495
- },
496
- {
497
- "author": "beachball",
498
- "package": "@fluentui/react-migration-v0-v9",
499
- "comment": "Bump @fluentui/react-components to v9.30.3",
500
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
501
- }
502
- ]
503
- }
504
- },
505
- {
506
- "date": "Tue, 05 Sep 2023 13:29:27 GMT",
507
- "tag": "@fluentui/react-migration-v0-v9_v9.0.28",
508
- "version": "9.0.28",
509
- "comments": {
510
- "patch": [
511
- {
512
- "author": "bernardo.sunderhus@gmail.com",
513
- "package": "@fluentui/react-migration-v0-v9",
514
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
515
- "comment": "bumps @swc/helpers version to 0.5.1"
516
- },
517
- {
518
- "author": "bernardo.sunderhus@gmail.com",
519
- "package": "@fluentui/react-migration-v0-v9",
520
- "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
521
- "comment": "bumps react peer dependencies to v16.14.0"
522
- },
523
- {
524
- "author": "beachball",
525
- "package": "@fluentui/react-migration-v0-v9",
526
- "comment": "Bump @fluentui/react-theme to v9.1.12",
527
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
528
- },
529
- {
530
- "author": "beachball",
531
- "package": "@fluentui/react-migration-v0-v9",
532
- "comment": "Bump @fluentui/react-utilities to v9.13.1",
533
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
534
- },
535
- {
536
- "author": "beachball",
537
- "package": "@fluentui/react-migration-v0-v9",
538
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.4",
539
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
540
- },
541
- {
542
- "author": "beachball",
543
- "package": "@fluentui/react-migration-v0-v9",
544
- "comment": "Bump @fluentui/react-components to v9.30.2",
545
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
546
- }
547
- ]
548
- }
549
- },
550
- {
551
- "date": "Tue, 29 Aug 2023 12:57:36 GMT",
552
- "tag": "@fluentui/react-migration-v0-v9_v9.0.27",
553
- "version": "9.0.27",
554
- "comments": {
555
- "patch": [
556
- {
557
- "author": "beachball",
558
- "package": "@fluentui/react-migration-v0-v9",
559
- "comment": "Bump @fluentui/react-utilities to v9.13.0",
560
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
561
- },
562
- {
563
- "author": "beachball",
564
- "package": "@fluentui/react-migration-v0-v9",
565
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.3",
566
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
567
- },
568
- {
569
- "author": "beachball",
570
- "package": "@fluentui/react-migration-v0-v9",
571
- "comment": "Bump @fluentui/react-components to v9.30.1",
572
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
573
- }
574
- ]
575
- }
576
- },
577
- {
578
- "date": "Thu, 24 Aug 2023 10:26:35 GMT",
579
- "tag": "@fluentui/react-migration-v0-v9_v9.0.26",
580
- "version": "9.0.26",
581
- "comments": {
582
- "patch": [
583
- {
584
- "author": "beachball",
585
- "package": "@fluentui/react-migration-v0-v9",
586
- "comment": "Bump @fluentui/react-utilities to v9.12.0",
587
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
588
- },
589
- {
590
- "author": "beachball",
591
- "package": "@fluentui/react-migration-v0-v9",
592
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.2",
593
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
594
- },
595
- {
596
- "author": "beachball",
597
- "package": "@fluentui/react-migration-v0-v9",
598
- "comment": "Bump @fluentui/react-components to v9.30.0",
599
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
600
- }
601
- ]
602
- }
603
- },
604
- {
605
- "date": "Wed, 23 Aug 2023 12:01:49 GMT",
606
- "tag": "@fluentui/react-migration-v0-v9_v9.0.25",
607
- "version": "9.0.25",
608
- "comments": {
609
- "patch": [
610
- {
611
- "author": "beachball",
612
- "package": "@fluentui/react-migration-v0-v9",
613
- "comment": "Bump @fluentui/react-utilities to v9.11.2",
614
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
615
- },
616
- {
617
- "author": "beachball",
618
- "package": "@fluentui/react-migration-v0-v9",
619
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.1",
620
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
621
- },
622
- {
623
- "author": "beachball",
624
- "package": "@fluentui/react-migration-v0-v9",
625
- "comment": "Bump @fluentui/react-components to v9.29.5",
626
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
627
- }
628
- ]
629
- }
630
- },
631
- {
632
- "date": "Mon, 21 Aug 2023 11:38:03 GMT",
633
- "tag": "@fluentui/react-migration-v0-v9_v9.0.24",
634
- "version": "9.0.24",
635
- "comments": {
636
- "patch": [
637
- {
638
- "author": "beachball",
639
- "package": "@fluentui/react-migration-v0-v9",
640
- "comment": "Bump @fluentui/react-components to v9.29.4",
641
- "commit": "55e07ffc8d180554fb027841e7d2a89637cefcb3"
642
- }
643
- ]
644
- }
645
- },
646
- {
647
- "date": "Thu, 17 Aug 2023 13:49:56 GMT",
648
- "tag": "@fluentui/react-migration-v0-v9_v9.0.23",
649
- "version": "9.0.23",
650
- "comments": {
651
- "patch": [
652
- {
653
- "author": "beachball",
654
- "package": "@fluentui/react-migration-v0-v9",
655
- "comment": "Bump @fluentui/react-components to v9.29.3",
656
- "commit": "3d6b8e8646a5dc6fe6c05fcbf50fefd0e61db92c"
657
- }
658
- ]
659
- }
660
- },
661
- {
662
- "date": "Wed, 16 Aug 2023 17:41:08 GMT",
663
- "tag": "@fluentui/react-migration-v0-v9_v9.0.22",
664
- "version": "9.0.22",
665
- "comments": {
666
- "patch": [
667
- {
668
- "author": "beachball",
669
- "package": "@fluentui/react-migration-v0-v9",
670
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0",
671
- "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
672
- },
673
- {
674
- "author": "beachball",
675
- "package": "@fluentui/react-migration-v0-v9",
676
- "comment": "Bump @fluentui/react-components to v9.29.2",
677
- "commit": "b331b368030e157e0ff38a59c9d4aaf1d01d9b6a"
678
- }
679
- ]
680
- }
681
- },
682
- {
683
- "date": "Wed, 16 Aug 2023 11:38:33 GMT",
684
- "tag": "@fluentui/react-migration-v0-v9_v9.0.21",
685
- "version": "9.0.21",
686
- "comments": {
687
- "patch": [
688
- {
689
- "author": "beachball",
690
- "package": "@fluentui/react-migration-v0-v9",
691
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.16",
692
- "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
693
- },
694
- {
695
- "author": "beachball",
696
- "package": "@fluentui/react-migration-v0-v9",
697
- "comment": "Bump @fluentui/react-components to v9.29.1",
698
- "commit": "70fb3a013a466af6f5918b7301761b14dc46cea3"
699
- }
700
- ]
701
- }
702
- },
703
- {
704
- "date": "Mon, 14 Aug 2023 21:22:22 GMT",
705
- "tag": "@fluentui/react-migration-v0-v9_v9.0.20",
706
- "version": "9.0.20",
707
- "comments": {
708
- "patch": [
709
- {
710
- "author": "beachball",
711
- "package": "@fluentui/react-migration-v0-v9",
712
- "comment": "Bump @fluentui/react-components to v9.29.0",
713
- "commit": "80a90fb61ed1e1a08cf6e897503a198dda97ed6c"
714
- }
715
- ]
716
- }
717
- },
718
- {
719
- "date": "Fri, 11 Aug 2023 12:14:24 GMT",
720
- "tag": "@fluentui/react-migration-v0-v9_v9.0.19",
721
- "version": "9.0.19",
722
- "comments": {
723
- "patch": [
724
- {
725
- "author": "bernardo.sunderhus@gmail.com",
726
- "package": "@fluentui/react-migration-v0-v9",
727
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a",
728
- "comment": "chore(react-migration-v0-v9): migrate to new slot API"
729
- },
730
- {
731
- "author": "beachball",
732
- "package": "@fluentui/react-migration-v0-v9",
733
- "comment": "Bump @fluentui/react-utilities to v9.11.1",
734
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
735
- },
736
- {
737
- "author": "beachball",
738
- "package": "@fluentui/react-migration-v0-v9",
739
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.15",
740
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
741
- },
742
- {
743
- "author": "beachball",
744
- "package": "@fluentui/react-migration-v0-v9",
745
- "comment": "Bump @fluentui/react-components to v9.28.1",
746
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
747
- }
748
- ]
749
- }
750
- },
751
- {
752
- "date": "Wed, 09 Aug 2023 13:16:59 GMT",
753
- "tag": "@fluentui/react-migration-v0-v9_v9.0.18",
754
- "version": "9.0.18",
755
- "comments": {
756
- "patch": [
757
- {
758
- "author": "olfedias@microsoft.com",
759
- "package": "@fluentui/react-migration-v0-v9",
760
- "commit": "b090c0339983847a62b9dc6187d08dc8c4b1d55f",
761
- "comment": "chore: Update Griffel to latest version"
762
- },
763
- {
764
- "author": "beachball",
765
- "package": "@fluentui/react-migration-v0-v9",
766
- "comment": "Bump @fluentui/react-theme to v9.1.11",
767
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
768
- },
769
- {
770
- "author": "beachball",
771
- "package": "@fluentui/react-migration-v0-v9",
772
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.14",
773
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
774
- },
775
- {
776
- "author": "beachball",
777
- "package": "@fluentui/react-migration-v0-v9",
778
- "comment": "Bump @fluentui/react-components to v9.28.0",
779
- "commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
780
- }
781
- ]
782
- }
783
- },
784
- {
785
- "date": "Fri, 04 Aug 2023 08:52:58 GMT",
786
- "tag": "@fluentui/react-migration-v0-v9_v9.0.17",
787
- "version": "9.0.17",
788
- "comments": {
789
- "patch": [
790
- {
791
- "author": "beachball",
792
- "package": "@fluentui/react-migration-v0-v9",
793
- "comment": "Bump @fluentui/react-theme to v9.1.10",
794
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
795
- },
796
- {
797
- "author": "beachball",
798
- "package": "@fluentui/react-migration-v0-v9",
799
- "comment": "Bump @fluentui/react-utilities to v9.11.0",
800
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
801
- },
802
- {
803
- "author": "beachball",
804
- "package": "@fluentui/react-migration-v0-v9",
805
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.13",
806
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
807
- },
808
- {
809
- "author": "beachball",
810
- "package": "@fluentui/react-migration-v0-v9",
811
- "comment": "Bump @fluentui/react-components to v9.27.4",
812
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
813
- }
814
- ]
815
- }
816
- },
817
- {
818
- "date": "Tue, 01 Aug 2023 13:04:25 GMT",
819
- "tag": "@fluentui/react-migration-v0-v9_v9.0.16",
820
- "version": "9.0.16",
821
- "comments": {
822
- "patch": [
823
- {
824
- "author": "beachball",
825
- "package": "@fluentui/react-migration-v0-v9",
826
- "comment": "Bump @fluentui/react-components to v9.27.3",
827
- "commit": "88bd423b47995eca9a23a8438405d55626be9ebf"
828
- }
829
- ]
830
- }
831
- },
832
- {
833
- "date": "Tue, 01 Aug 2023 10:17:21 GMT",
834
- "tag": "@fluentui/react-migration-v0-v9_v9.0.15",
835
- "version": "9.0.15",
836
- "comments": {
837
- "patch": [
838
- {
839
- "author": "beachball",
840
- "package": "@fluentui/react-migration-v0-v9",
841
- "comment": "Bump @fluentui/react-components to v9.27.2",
842
- "commit": "412d815f88863bde8bb16abc8fd9c4140a37f1f5"
843
- }
844
- ]
845
- }
846
- },
847
- {
848
- "date": "Thu, 27 Jul 2023 10:34:14 GMT",
849
- "tag": "@fluentui/react-migration-v0-v9_v9.0.14",
850
- "version": "9.0.14",
851
- "comments": {
852
- "patch": [
853
- {
854
- "author": "beachball",
855
- "package": "@fluentui/react-migration-v0-v9",
856
- "comment": "Bump @fluentui/react-components to v9.27.1",
857
- "commit": "d2d8068110a9a7f71f417a40ee5f2db0ed1c40b9"
858
- }
859
- ]
860
- }
861
- },
862
- {
863
- "date": "Tue, 25 Jul 2023 13:29:20 GMT",
864
- "tag": "@fluentui/react-migration-v0-v9_v9.0.13",
865
- "version": "9.0.13",
866
- "comments": {
867
- "patch": [
868
- {
869
- "author": "ololubek@microsoft.com",
870
- "package": "@fluentui/react-migration-v0-v9",
871
- "commit": "1082207b08959996cd736725735cadc01d0849b0",
872
- "comment": "chore: Update react-icons version to pick up fowardref change."
873
- },
874
- {
875
- "author": "beachball",
876
- "package": "@fluentui/react-migration-v0-v9",
877
- "comment": "Bump @fluentui/react-components to v9.27.0",
878
- "commit": "e59b4b305eb656c5af005fefbfa2b1f69afcdc43"
879
- }
880
- ]
881
- }
882
- },
883
- {
884
- "date": "Thu, 20 Jul 2023 18:27:36 GMT",
885
- "tag": "@fluentui/react-migration-v0-v9_v9.0.12",
886
- "version": "9.0.12",
887
- "comments": {
888
- "patch": [
889
- {
890
- "author": "beachball",
891
- "package": "@fluentui/react-migration-v0-v9",
892
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.12",
893
- "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
894
- },
895
- {
896
- "author": "beachball",
897
- "package": "@fluentui/react-migration-v0-v9",
898
- "comment": "Bump @fluentui/react-components to v9.26.2",
899
- "commit": "5a4b16715e8e929f11d8113f710e578ca73acaa6"
900
- }
901
- ]
902
- }
903
- },
904
- {
905
- "date": "Mon, 17 Jul 2023 21:27:36 GMT",
906
- "tag": "@fluentui/react-migration-v0-v9_v9.0.11",
907
- "version": "9.0.11",
908
- "comments": {
909
- "patch": [
910
- {
911
- "author": "beachball",
912
- "package": "@fluentui/react-migration-v0-v9",
913
- "comment": "Bump @fluentui/react-components to v9.26.1",
914
- "commit": "df56ccd0c070c01191acc1af2ddf61f458228c0b"
915
- }
916
- ]
917
- }
918
- },
919
- {
920
- "date": "Thu, 13 Jul 2023 21:25:42 GMT",
921
- "tag": "@fluentui/react-migration-v0-v9_v9.0.10",
922
- "version": "9.0.10",
923
- "comments": {
924
- "none": [
925
- {
926
- "author": "martinhochel@microsoft.com",
927
- "package": "@fluentui/react-migration-v0-v9",
928
- "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
929
- "comment": "chore: update devDependencies to use * for inner workspace dependencies"
930
- }
931
- ]
932
- }
933
- },
934
- {
935
- "date": "Tue, 11 Jul 2023 18:46:36 GMT",
936
- "tag": "@fluentui/react-migration-v0-v9_v9.0.10",
937
- "version": "9.0.10",
938
- "comments": {
939
- "patch": [
940
- {
941
- "author": "beachball",
942
- "package": "@fluentui/react-migration-v0-v9",
943
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.11",
944
- "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
945
- },
946
- {
947
- "author": "beachball",
948
- "package": "@fluentui/react-migration-v0-v9",
949
- "comment": "Bump @fluentui/react-components to v9.26.0",
950
- "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
951
- },
952
- {
953
- "author": "beachball",
954
- "package": "@fluentui/react-migration-v0-v9",
955
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
956
- "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
957
- }
958
- ]
959
- }
960
- },
961
- {
962
- "date": "Mon, 03 Jul 2023 20:43:09 GMT",
963
- "tag": "@fluentui/react-migration-v0-v9_v9.0.9",
964
- "version": "9.0.9",
965
- "comments": {
966
- "patch": [
967
- {
968
- "author": "beachball",
969
- "package": "@fluentui/react-migration-v0-v9",
970
- "comment": "Bump @fluentui/react-components to v9.25.1",
971
- "commit": "7b6bd85a2edbc0b9257fe300062d657a4c256844"
972
- }
973
- ]
974
- }
975
- },
976
- {
977
- "date": "Mon, 03 Jul 2023 13:34:28 GMT",
978
- "tag": "@fluentui/react-migration-v0-v9_v9.0.8",
979
- "version": "9.0.8",
980
- "comments": {
981
- "patch": [
982
- {
983
- "author": "beachball",
984
- "package": "@fluentui/react-migration-v0-v9",
985
- "comment": "Bump @fluentui/react-components to v9.25.0",
986
- "commit": "d2c95969c67521ea1df57e1339f8743b09b68772"
987
- }
988
- ]
989
- }
990
- },
991
- {
992
- "date": "Mon, 03 Jul 2023 11:57:14 GMT",
993
- "tag": "@fluentui/react-migration-v0-v9_v9.0.7",
994
- "version": "9.0.7",
995
- "comments": {
996
- "patch": [
997
- {
998
- "author": "beachball",
999
- "package": "@fluentui/react-migration-v0-v9",
1000
- "comment": "Bump @fluentui/react-utilities to v9.10.1",
1001
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1002
- },
1003
- {
1004
- "author": "beachball",
1005
- "package": "@fluentui/react-migration-v0-v9",
1006
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.10",
1007
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1008
- },
1009
- {
1010
- "author": "beachball",
1011
- "package": "@fluentui/react-migration-v0-v9",
1012
- "comment": "Bump @fluentui/react-components to v9.24.0",
1013
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
1014
- }
1015
- ]
1016
- }
1017
- },
1018
- {
1019
- "date": "Wed, 28 Jun 2023 11:12:28 GMT",
1020
- "tag": "@fluentui/react-migration-v0-v9_v9.0.6",
1021
- "version": "9.0.6",
1022
- "comments": {
1023
- "none": [
1024
- {
1025
- "author": "martinhochel@microsoft.com",
1026
- "package": "@fluentui/react-migration-v0-v9",
1027
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
1028
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
1029
- }
1030
- ],
1031
- "patch": [
1032
- {
1033
- "author": "beachball",
1034
- "package": "@fluentui/react-migration-v0-v9",
1035
- "comment": "Bump @fluentui/react-utilities to v9.10.0",
1036
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1037
- },
1038
- {
1039
- "author": "beachball",
1040
- "package": "@fluentui/react-migration-v0-v9",
1041
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.9",
1042
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1043
- },
1044
- {
1045
- "author": "beachball",
1046
- "package": "@fluentui/react-migration-v0-v9",
1047
- "comment": "Bump @fluentui/react-components to v9.23.1",
1048
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
1049
- }
1050
- ]
1051
- }
1052
- },
1053
- {
1054
- "date": "Tue, 27 Jun 2023 11:21:23 GMT",
1055
- "tag": "@fluentui/react-migration-v0-v9_v9.0.5",
1056
- "version": "9.0.5",
1057
- "comments": {
1058
- "patch": [
1059
- {
1060
- "author": "beachball",
1061
- "package": "@fluentui/react-migration-v0-v9",
1062
- "comment": "Bump @fluentui/react-components to v9.23.0",
1063
- "commit": "1c7e6451a11fb9c59e344df616394a320e8031c4"
1064
- }
1065
- ]
1066
- }
1067
- },
1068
- {
1069
- "date": "Mon, 26 Jun 2023 09:53:55 GMT",
1070
- "tag": "@fluentui/react-migration-v0-v9_v9.0.4",
1071
- "version": "9.0.4",
1072
- "comments": {
1073
- "patch": [
1074
- {
1075
- "author": "beachball",
1076
- "package": "@fluentui/react-migration-v0-v9",
1077
- "comment": "Bump @fluentui/react-utilities to v9.9.4",
1078
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1079
- },
1080
- {
1081
- "author": "beachball",
1082
- "package": "@fluentui/react-migration-v0-v9",
1083
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.8",
1084
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1085
- },
1086
- {
1087
- "author": "beachball",
1088
- "package": "@fluentui/react-migration-v0-v9",
1089
- "comment": "Bump @fluentui/react-components to v9.22.1",
1090
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
1091
- }
1092
- ]
1093
- }
1094
- },
1095
- {
1096
- "date": "Tue, 20 Jun 2023 12:39:00 GMT",
1097
- "tag": "@fluentui/react-migration-v0-v9_v9.0.3",
1098
- "version": "9.0.3",
1099
- "comments": {
1100
- "patch": [
1101
- {
1102
- "author": "ololubek@microsoft.com",
1103
- "package": "@fluentui/react-migration-v0-v9",
1104
- "commit": "8a5ae3aa00faa327c58887a99a5698b18f2930ee",
1105
- "comment": "chore: update @fluentui/react-icons to 2.0.203"
1106
- },
1107
- {
1108
- "author": "beachball",
1109
- "package": "@fluentui/react-migration-v0-v9",
1110
- "comment": "Bump @fluentui/react-theme to v9.1.9",
1111
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1112
- },
1113
- {
1114
- "author": "beachball",
1115
- "package": "@fluentui/react-migration-v0-v9",
1116
- "comment": "Bump @fluentui/react-utilities to v9.9.3",
1117
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1118
- },
1119
- {
1120
- "author": "beachball",
1121
- "package": "@fluentui/react-migration-v0-v9",
1122
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.7",
1123
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1124
- },
1125
- {
1126
- "author": "beachball",
1127
- "package": "@fluentui/react-migration-v0-v9",
1128
- "comment": "Bump @fluentui/react-components to v9.22.0",
1129
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1130
- },
1131
- {
1132
- "author": "beachball",
1133
- "package": "@fluentui/react-migration-v0-v9",
1134
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
1135
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
1136
- }
1137
- ]
1138
- }
1139
- },
1140
- {
1141
- "date": "Wed, 31 May 2023 06:46:15 GMT",
1142
- "tag": "@fluentui/react-migration-v0-v9_v9.0.2",
1143
- "version": "9.0.2",
1144
- "comments": {
1145
- "patch": [
1146
- {
1147
- "author": "seanmonahan@microsoft.com",
1148
- "package": "@fluentui/react-migration-v0-v9",
1149
- "commit": "d640b972d7ac86bfb76ae6c6329f12cdd33b3b7c",
1150
- "comment": "chore: Update Griffel to v1.5.7."
1151
- },
1152
- {
1153
- "author": "beachball",
1154
- "package": "@fluentui/react-migration-v0-v9",
1155
- "comment": "Bump @fluentui/react-utilities to v9.9.2",
1156
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1157
- },
1158
- {
1159
- "author": "beachball",
1160
- "package": "@fluentui/react-migration-v0-v9",
1161
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.6",
1162
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1163
- },
1164
- {
1165
- "author": "beachball",
1166
- "package": "@fluentui/react-migration-v0-v9",
1167
- "comment": "Bump @fluentui/react-components to v9.21.0",
1168
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1169
- },
1170
- {
1171
- "author": "beachball",
1172
- "package": "@fluentui/react-migration-v0-v9",
1173
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
1174
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
1175
- }
1176
- ]
1177
- }
1178
- },
1179
- {
1180
- "date": "Thu, 25 May 2023 10:00:48 GMT",
1181
- "tag": "@fluentui/react-migration-v0-v9_v9.0.1",
1182
- "version": "9.0.1",
1183
- "comments": {
1184
- "patch": [
1185
- {
1186
- "author": "beachball",
1187
- "package": "@fluentui/react-migration-v0-v9",
1188
- "comment": "Bump @fluentui/react-utilities to v9.9.1",
1189
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1190
- },
1191
- {
1192
- "author": "beachball",
1193
- "package": "@fluentui/react-migration-v0-v9",
1194
- "comment": "Bump @fluentui/react-jsx-runtime to v9.0.0-alpha.5",
1195
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1196
- },
1197
- {
1198
- "author": "beachball",
1199
- "package": "@fluentui/react-migration-v0-v9",
1200
- "comment": "Bump @fluentui/react-components to v9.20.4",
1201
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
1202
- }
1203
- ]
1204
- }
1205
- },
1206
- {
1207
- "date": "Wed, 24 May 2023 20:45:29 GMT",
1208
- "tag": "@fluentui/react-migration-v0-v9_v9.0.0",
1209
- "version": "9.0.0",
1210
- "comments": {
1211
- "patch": [
1212
- {
1213
- "author": "lingfangao@hotmail.com",
1214
- "package": "@fluentui/react-migration-v0-v9",
1215
- "commit": "a2a60c86b7d987185142dca378ac2a0ec4e265fb",
1216
- "comment": "feat(react-v0-v9-migration): Initial release"
1217
- },
1218
- {
1219
- "author": "beachball",
1220
- "package": "@fluentui/react-migration-v0-v9",
1221
- "comment": "Bump @fluentui/react-components to v9.20.3",
1222
- "commit": "3f088b7b09988e7c05af1c953021acc94c273026"
1223
- }
1224
- ],
1225
- "none": [
1226
- {
1227
- "author": "olfedias@microsoft.com",
1228
- "package": "@fluentui/react-migration-v0-v9",
1229
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
1230
- "comment": "chore: update test-ssr script"
1231
- }
1232
- ]
1233
- }
1234
- }
1235
- ]
1236
- }