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