@fluentui/react-jsx-runtime 9.0.18 → 9.0.19

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.
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-jsx-runtime
2
2
 
3
- This log was last generated on Wed, 18 Oct 2023 17:47:37 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 09 Nov 2023 17:23:06 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.19)
8
+
9
+ Thu, 09 Nov 2023 17:23:06 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.18..@fluentui/react-jsx-runtime_v9.0.19)
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-utilities to v9.15.2 ([PR #29800](https://github.com/microsoft/fluentui/pull/29800) by beachball)
16
+
7
17
  ## [9.0.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-jsx-runtime_v9.0.18)
8
18
 
9
- Wed, 18 Oct 2023 17:47:37 GMT
19
+ Wed, 18 Oct 2023 17:54:08 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-jsx-runtime_v9.0.17..@fluentui/react-jsx-runtime_v9.0.18)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-jsx-runtime",
3
- "version": "9.0.18",
3
+ "version": "9.0.19",
4
4
  "description": "Custom JSX runtime for @fluentui/react-components",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -31,7 +31,7 @@
31
31
  "@fluentui/scripts-tasks": "*"
32
32
  },
33
33
  "dependencies": {
34
- "@fluentui/react-utilities": "^9.15.1",
34
+ "@fluentui/react-utilities": "^9.15.2",
35
35
  "react-is": "^17.0.2",
36
36
  "@swc/helpers": "^0.5.1"
37
37
  },
@@ -65,5 +65,13 @@
65
65
  "require": "./lib-commonjs/jsx-runtime.js"
66
66
  },
67
67
  "./package.json": "./package.json"
68
- }
68
+ },
69
+ "files": [
70
+ "*.md",
71
+ "dist/*.d.ts",
72
+ "jsx-dev-runtime",
73
+ "jsx-runtime",
74
+ "lib",
75
+ "lib-commonjs"
76
+ ]
69
77
  }
package/CHANGELOG.json DELETED
@@ -1,632 +0,0 @@
1
- {
2
- "name": "@fluentui/react-jsx-runtime",
3
- "entries": [
4
- {
5
- "date": "Wed, 18 Oct 2023 17:47:37 GMT",
6
- "tag": "@fluentui/react-jsx-runtime_v9.0.18",
7
- "version": "9.0.18",
8
- "comments": {
9
- "patch": [
10
- {
11
- "author": "beachball",
12
- "package": "@fluentui/react-jsx-runtime",
13
- "comment": "Bump @fluentui/react-utilities to v9.15.1",
14
- "commit": "c0d3065982e1646c54ba00c1d524248b792dbcad"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "date": "Thu, 12 Oct 2023 14:55:44 GMT",
21
- "tag": "@fluentui/react-jsx-runtime_v9.0.17",
22
- "version": "9.0.17",
23
- "comments": {
24
- "patch": [
25
- {
26
- "author": "bernardo.sunderhus@gmail.com",
27
- "package": "@fluentui/react-jsx-runtime",
28
- "commit": "c5a97ca5b00df131ed12af2526953f5a4354ae66",
29
- "comment": "chore: add warning for resolution problems"
30
- }
31
- ]
32
- }
33
- },
34
- {
35
- "date": "Wed, 11 Oct 2023 13:54:26 GMT",
36
- "tag": "@fluentui/react-jsx-runtime_v9.0.16",
37
- "version": "9.0.16",
38
- "comments": {
39
- "patch": [
40
- {
41
- "author": "beachball",
42
- "package": "@fluentui/react-jsx-runtime",
43
- "comment": "Bump @fluentui/react-utilities to v9.15.0",
44
- "commit": "b4466a0b9d3568e8e1ee1d814db5c8449dfd65b8"
45
- }
46
- ]
47
- }
48
- },
49
- {
50
- "date": "Mon, 09 Oct 2023 20:45:44 GMT",
51
- "tag": "@fluentui/react-jsx-runtime_v9.0.15",
52
- "version": "9.0.15",
53
- "comments": {
54
- "patch": [
55
- {
56
- "author": "beachball",
57
- "package": "@fluentui/react-jsx-runtime",
58
- "comment": "Bump @fluentui/react-utilities to v9.14.2",
59
- "commit": "d2196ea1ca001fbc22f38fcb258016f1df6c87e4"
60
- }
61
- ]
62
- }
63
- },
64
- {
65
- "date": "Thu, 05 Oct 2023 15:25:35 GMT",
66
- "tag": "@fluentui/react-jsx-runtime_v9.0.14",
67
- "version": "9.0.14",
68
- "comments": {
69
- "patch": [
70
- {
71
- "author": "beachball",
72
- "package": "@fluentui/react-jsx-runtime",
73
- "comment": "Bump @fluentui/react-utilities to v9.14.1",
74
- "commit": "690590449dc3d65cd40b2b06a990fd920180919d"
75
- }
76
- ]
77
- }
78
- },
79
- {
80
- "date": "Wed, 04 Oct 2023 08:45:47 GMT",
81
- "tag": "@fluentui/react-jsx-runtime_v9.0.13",
82
- "version": "9.0.13",
83
- "comments": {
84
- "patch": [
85
- {
86
- "author": "beachball",
87
- "package": "@fluentui/react-jsx-runtime",
88
- "comment": "Bump @fluentui/react-utilities to v9.14.0",
89
- "commit": "67b6cc6534e684ed32704dc6c0faee632bb840dc"
90
- }
91
- ]
92
- }
93
- },
94
- {
95
- "date": "Tue, 26 Sep 2023 17:49:06 GMT",
96
- "tag": "@fluentui/react-jsx-runtime_v9.0.12",
97
- "version": "9.0.12",
98
- "comments": {
99
- "patch": [
100
- {
101
- "author": "yuanboxue@microsoft.com",
102
- "package": "@fluentui/react-jsx-runtime",
103
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d",
104
- "comment": "chore: trigger manual version bump after broken release"
105
- },
106
- {
107
- "author": "beachball",
108
- "package": "@fluentui/react-jsx-runtime",
109
- "comment": "Bump @fluentui/react-utilities to v9.13.5",
110
- "commit": "05a23f6f5f331841c9ac9fb63764440c543f791d"
111
- }
112
- ]
113
- }
114
- },
115
- {
116
- "date": "Tue, 26 Sep 2023 15:31:57 GMT",
117
- "tag": "@fluentui/react-jsx-runtime_v9.0.11",
118
- "version": "9.0.11",
119
- "comments": {
120
- "patch": [
121
- {
122
- "author": "bernardo.sunderhus@gmail.com",
123
- "package": "@fluentui/react-jsx-runtime",
124
- "commit": "3f9051784f483097b0c711495a61b0e634d880d6",
125
- "comment": "bugfix: react dev runtime call is missing source parameter"
126
- },
127
- {
128
- "author": "martinhochel@microsoft.com",
129
- "package": "@fluentui/react-jsx-runtime",
130
- "commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
131
- "comment": "fix: bump swc core to mitigate transpilation memory leaks"
132
- },
133
- {
134
- "author": "beachball",
135
- "package": "@fluentui/react-jsx-runtime",
136
- "comment": "Bump @fluentui/react-utilities to v9.13.4",
137
- "commit": "e16520437e10cd824ac254dd797e32762b5de72d"
138
- }
139
- ]
140
- }
141
- },
142
- {
143
- "date": "Wed, 20 Sep 2023 17:47:38 GMT",
144
- "tag": "@fluentui/react-jsx-runtime_v9.0.10",
145
- "version": "9.0.10",
146
- "comments": {
147
- "patch": [
148
- {
149
- "author": "martinhochel@microsoft.com",
150
- "package": "@fluentui/react-jsx-runtime",
151
- "commit": "41d0ed0376ad79f1f5f5c4c7487515a1c6be35f0",
152
- "comment": "chore: trigger manual version bump after broken release"
153
- }
154
- ]
155
- }
156
- },
157
- {
158
- "date": "Wed, 20 Sep 2023 14:59:52 GMT",
159
- "tag": "@fluentui/react-jsx-runtime_v9.0.9",
160
- "version": "9.0.9",
161
- "comments": {
162
- "patch": [
163
- {
164
- "author": "bernardo.sunderhus@gmail.com",
165
- "package": "@fluentui/react-jsx-runtime",
166
- "commit": "cd66e978f89f12e267759a194971ac2ebe46edef",
167
- "comment": "fix: static children problem on render function"
168
- }
169
- ]
170
- }
171
- },
172
- {
173
- "date": "Thu, 14 Sep 2023 16:44:47 GMT",
174
- "tag": "@fluentui/react-jsx-runtime_v9.0.8",
175
- "version": "9.0.8",
176
- "comments": {
177
- "patch": [
178
- {
179
- "author": "olfedias@microsoft.com",
180
- "package": "@fluentui/react-jsx-runtime",
181
- "commit": "bad33fa7f241bc772b5bc4c6ee624d6ff6b4a473",
182
- "comment": "fix: strip comments for JSX pragma"
183
- }
184
- ]
185
- }
186
- },
187
- {
188
- "date": "Tue, 12 Sep 2023 08:51:32 GMT",
189
- "tag": "@fluentui/react-jsx-runtime_v9.0.7",
190
- "version": "9.0.7",
191
- "comments": {
192
- "patch": [
193
- {
194
- "author": "olfedias@microsoft.com",
195
- "package": "@fluentui/react-jsx-runtime",
196
- "commit": "6fa505d282299778ee9c160ab91f2f510e2d4335",
197
- "comment": "fix: make /jsx-runtime compatible with Webpack 4"
198
- },
199
- {
200
- "author": "bernardo.sunderhus@gmail.com",
201
- "package": "@fluentui/react-jsx-runtime",
202
- "commit": "cbcc41cab55eb19e12faf363d0c96adb45ee2cb0",
203
- "comment": "bugfix: fix missing .d.ts types on build"
204
- }
205
- ]
206
- }
207
- },
208
- {
209
- "date": "Wed, 06 Sep 2023 13:31:31 GMT",
210
- "tag": "@fluentui/react-jsx-runtime_v9.0.6",
211
- "version": "9.0.6",
212
- "comments": {
213
- "patch": [
214
- {
215
- "author": "beachball",
216
- "package": "@fluentui/react-jsx-runtime",
217
- "comment": "Bump @fluentui/react-utilities to v9.13.3",
218
- "commit": "52532950407fd4d3664ec6aa337855214233813b"
219
- }
220
- ]
221
- }
222
- },
223
- {
224
- "date": "Tue, 05 Sep 2023 15:39:04 GMT",
225
- "tag": "@fluentui/react-jsx-runtime_v9.0.5",
226
- "version": "9.0.5",
227
- "comments": {
228
- "patch": [
229
- {
230
- "author": "beachball",
231
- "package": "@fluentui/react-jsx-runtime",
232
- "comment": "Bump @fluentui/react-utilities to v9.13.2",
233
- "commit": "94019033dfe3fd39ec0cde7dfb3b57c22805aa91"
234
- }
235
- ]
236
- }
237
- },
238
- {
239
- "date": "Tue, 05 Sep 2023 13:29:25 GMT",
240
- "tag": "@fluentui/react-jsx-runtime_v9.0.4",
241
- "version": "9.0.4",
242
- "comments": {
243
- "patch": [
244
- {
245
- "author": "bernardo.sunderhus@gmail.com",
246
- "package": "@fluentui/react-jsx-runtime",
247
- "commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
248
- "comment": "bumps @swc/helpers version to 0.5.1"
249
- },
250
- {
251
- "author": "bernardo.sunderhus@gmail.com",
252
- "package": "@fluentui/react-jsx-runtime",
253
- "commit": "eea6d93a62249ba4fba3347fb291c67ee1a3fb24",
254
- "comment": "bumps react peer dependencies to v16.14.0"
255
- },
256
- {
257
- "author": "beachball",
258
- "package": "@fluentui/react-jsx-runtime",
259
- "comment": "Bump @fluentui/react-utilities to v9.13.1",
260
- "commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
261
- }
262
- ]
263
- }
264
- },
265
- {
266
- "date": "Tue, 29 Aug 2023 12:57:36 GMT",
267
- "tag": "@fluentui/react-jsx-runtime_v9.0.3",
268
- "version": "9.0.3",
269
- "comments": {
270
- "patch": [
271
- {
272
- "author": "beachball",
273
- "package": "@fluentui/react-jsx-runtime",
274
- "comment": "Bump @fluentui/react-utilities to v9.13.0",
275
- "commit": "f40ca42c8392904750bf1ef24826d273d1a5b4d5"
276
- }
277
- ]
278
- }
279
- },
280
- {
281
- "date": "Thu, 24 Aug 2023 10:26:33 GMT",
282
- "tag": "@fluentui/react-jsx-runtime_v9.0.2",
283
- "version": "9.0.2",
284
- "comments": {
285
- "patch": [
286
- {
287
- "author": "bernardo.sunderhus@gmail.com",
288
- "package": "@fluentui/react-jsx-runtime",
289
- "commit": "d7f04c2b9e5b36267f7d822fe493fc57cf5bc492",
290
- "comment": "chore: decrease bundle size & adds fixtures"
291
- },
292
- {
293
- "author": "beachball",
294
- "package": "@fluentui/react-jsx-runtime",
295
- "comment": "Bump @fluentui/react-utilities to v9.12.0",
296
- "commit": "3f6c5a749ef403c06b9c9e753df9afbb84a2ecb5"
297
- }
298
- ]
299
- }
300
- },
301
- {
302
- "date": "Wed, 23 Aug 2023 12:01:49 GMT",
303
- "tag": "@fluentui/react-jsx-runtime_v9.0.1",
304
- "version": "9.0.1",
305
- "comments": {
306
- "patch": [
307
- {
308
- "author": "beachball",
309
- "package": "@fluentui/react-jsx-runtime",
310
- "comment": "Bump @fluentui/react-utilities to v9.11.2",
311
- "commit": "f94b6d05d7642563cb96e2718402fbbbab65cbbc"
312
- }
313
- ]
314
- }
315
- },
316
- {
317
- "date": "Wed, 16 Aug 2023 17:41:07 GMT",
318
- "tag": "@fluentui/react-jsx-runtime_v9.0.0",
319
- "version": "9.0.0",
320
- "comments": {
321
- "patch": [
322
- {
323
- "author": "bernardo.sunderhus@gmail.com",
324
- "package": "@fluentui/react-jsx-runtime",
325
- "commit": "7e2ba9c3e9e9e426e18bc5861fd84211400780ac",
326
- "comment": "chore: release stable version"
327
- }
328
- ]
329
- }
330
- },
331
- {
332
- "date": "Wed, 16 Aug 2023 11:38:33 GMT",
333
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.16",
334
- "version": "9.0.0-alpha.16",
335
- "comments": {
336
- "prerelease": [
337
- {
338
- "author": "bernardo.sunderhus@gmail.com",
339
- "package": "@fluentui/react-jsx-runtime",
340
- "commit": "d40ea6e1d43cd21d1404d9c71018d822958c6644",
341
- "comment": "feat: supports new automatic JSX runtime"
342
- }
343
- ]
344
- }
345
- },
346
- {
347
- "date": "Fri, 11 Aug 2023 12:14:26 GMT",
348
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.15",
349
- "version": "9.0.0-alpha.15",
350
- "comments": {
351
- "prerelease": [
352
- {
353
- "author": "beachball",
354
- "package": "@fluentui/react-jsx-runtime",
355
- "comment": "Bump @fluentui/react-utilities to v9.11.1",
356
- "commit": "a77bcda1628e8b20b113d0237317efd7ebbc5294"
357
- }
358
- ]
359
- }
360
- },
361
- {
362
- "date": "Fri, 04 Aug 2023 08:52:55 GMT",
363
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.13",
364
- "version": "9.0.0-alpha.13",
365
- "comments": {
366
- "prerelease": [
367
- {
368
- "author": "bernardo.sunderhus@gmail.com",
369
- "package": "@fluentui/react-jsx-runtime",
370
- "commit": "6a8afe2b7becaf1b10cbc9ae98b39d352b8c7026",
371
- "comment": "chore: update createElement to support new slot methods"
372
- },
373
- {
374
- "author": "beachball",
375
- "package": "@fluentui/react-jsx-runtime",
376
- "comment": "Bump @fluentui/react-utilities to v9.11.0",
377
- "commit": "0bf7d9438c1d0ff90cd2b28bc4cceb4f807afbca"
378
- }
379
- ]
380
- }
381
- },
382
- {
383
- "date": "Thu, 13 Jul 2023 21:25:42 GMT",
384
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
385
- "version": "9.0.0-alpha.11",
386
- "comments": {
387
- "none": [
388
- {
389
- "author": "martinhochel@microsoft.com",
390
- "package": "@fluentui/react-jsx-runtime",
391
- "commit": "8a9e1018f2abb2c7608c49d32acf44e93c43cba6",
392
- "comment": "chore: update devDependencies to use * for inner workspace dependencies"
393
- }
394
- ]
395
- }
396
- },
397
- {
398
- "date": "Tue, 11 Jul 2023 18:46:36 GMT",
399
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.11",
400
- "version": "9.0.0-alpha.11",
401
- "comments": {
402
- "prerelease": [
403
- {
404
- "author": "beachball",
405
- "package": "@fluentui/react-jsx-runtime",
406
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0",
407
- "commit": "f958e7e175264e289a6ecdc5b108e826f6b34e74"
408
- }
409
- ]
410
- }
411
- },
412
- {
413
- "date": "Mon, 03 Jul 2023 11:57:14 GMT",
414
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.10",
415
- "version": "9.0.0-alpha.10",
416
- "comments": {
417
- "prerelease": [
418
- {
419
- "author": "beachball",
420
- "package": "@fluentui/react-jsx-runtime",
421
- "comment": "Bump @fluentui/react-utilities to v9.10.1",
422
- "commit": "61633ba5de03e0ddf4839dba6da325e30c7ce9bd"
423
- }
424
- ]
425
- }
426
- },
427
- {
428
- "date": "Wed, 28 Jun 2023 11:12:27 GMT",
429
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.9",
430
- "version": "9.0.0-alpha.9",
431
- "comments": {
432
- "none": [
433
- {
434
- "author": "martinhochel@microsoft.com",
435
- "package": "@fluentui/react-jsx-runtime",
436
- "commit": "fbe878e9c9785588197481f172c42c2c0a230292",
437
- "comment": "fix: update .npmignore to unify v8 packages and exclude project.json"
438
- }
439
- ],
440
- "prerelease": [
441
- {
442
- "author": "beachball",
443
- "package": "@fluentui/react-jsx-runtime",
444
- "comment": "Bump @fluentui/react-utilities to v9.10.0",
445
- "commit": "08de131d5f3346e001dcd8d2f0f3809c698f16d7"
446
- }
447
- ]
448
- }
449
- },
450
- {
451
- "date": "Mon, 26 Jun 2023 09:53:55 GMT",
452
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.8",
453
- "version": "9.0.0-alpha.8",
454
- "comments": {
455
- "prerelease": [
456
- {
457
- "author": "beachball",
458
- "package": "@fluentui/react-jsx-runtime",
459
- "comment": "Bump @fluentui/react-utilities to v9.9.4",
460
- "commit": "3e47257676ace0598b9ed336a54befd4d063c332"
461
- }
462
- ]
463
- }
464
- },
465
- {
466
- "date": "Tue, 20 Jun 2023 12:39:07 GMT",
467
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.7",
468
- "version": "9.0.0-alpha.7",
469
- "comments": {
470
- "prerelease": [
471
- {
472
- "author": "beachball",
473
- "package": "@fluentui/react-jsx-runtime",
474
- "comment": "Bump @fluentui/react-utilities to v9.9.3",
475
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
476
- },
477
- {
478
- "author": "beachball",
479
- "package": "@fluentui/react-jsx-runtime",
480
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.23",
481
- "commit": "81c9b35e0830297b2aca2cece2ae67b3899c4647"
482
- }
483
- ]
484
- }
485
- },
486
- {
487
- "date": "Wed, 31 May 2023 06:46:23 GMT",
488
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.6",
489
- "version": "9.0.0-alpha.6",
490
- "comments": {
491
- "prerelease": [
492
- {
493
- "author": "beachball",
494
- "package": "@fluentui/react-jsx-runtime",
495
- "comment": "Bump @fluentui/react-utilities to v9.9.2",
496
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
497
- },
498
- {
499
- "author": "beachball",
500
- "package": "@fluentui/react-jsx-runtime",
501
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.22",
502
- "commit": "17ca96c6b7f684f36a5c63e40e78b4986a86c713"
503
- }
504
- ]
505
- }
506
- },
507
- {
508
- "date": "Thu, 25 May 2023 10:00:48 GMT",
509
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.5",
510
- "version": "9.0.0-alpha.5",
511
- "comments": {
512
- "prerelease": [
513
- {
514
- "author": "beachball",
515
- "package": "@fluentui/react-jsx-runtime",
516
- "comment": "Bump @fluentui/react-utilities to v9.9.1",
517
- "commit": "8f7c1b7591b3e665ae39e1b22ab0f0b28fb795c4"
518
- }
519
- ]
520
- }
521
- },
522
- {
523
- "date": "Wed, 24 May 2023 20:45:28 GMT",
524
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.4",
525
- "version": "9.0.0-alpha.4",
526
- "comments": {
527
- "none": [
528
- {
529
- "author": "olfedias@microsoft.com",
530
- "package": "@fluentui/react-jsx-runtime",
531
- "commit": "69e0617a93cb44ef42f3bd19284b7dc5fe27fed3",
532
- "comment": "chore: update test-ssr script"
533
- }
534
- ]
535
- }
536
- },
537
- {
538
- "date": "Thu, 18 May 2023 00:39:08 GMT",
539
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.4",
540
- "version": "9.0.0-alpha.4",
541
- "comments": {
542
- "none": [
543
- {
544
- "author": "olfedias@microsoft.com",
545
- "package": "@fluentui/react-jsx-runtime",
546
- "commit": "06cd515eda59a3078bfe32f9cc7c1f281cd20208",
547
- "comment": "chore: add test-ssr script to v9 packages"
548
- }
549
- ],
550
- "prerelease": [
551
- {
552
- "author": "beachball",
553
- "package": "@fluentui/react-jsx-runtime",
554
- "comment": "Bump @fluentui/react-utilities to v9.9.0",
555
- "commit": "c496a1cf1ec82c08753df72c9061e84b77b7daeb"
556
- }
557
- ]
558
- }
559
- },
560
- {
561
- "date": "Fri, 12 May 2023 20:27:23 GMT",
562
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.3",
563
- "version": "9.0.0-alpha.3",
564
- "comments": {
565
- "prerelease": [
566
- {
567
- "author": "olfedias@microsoft.com",
568
- "package": "@fluentui/react-jsx-runtime",
569
- "commit": "c28decb23d191a0daaaf6d5d1832429715102129",
570
- "comment": "chore: exclude .swcrc from being published"
571
- },
572
- {
573
- "author": "beachball",
574
- "package": "@fluentui/react-jsx-runtime",
575
- "comment": "Bump @fluentui/react-utilities to v9.8.1",
576
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
577
- },
578
- {
579
- "author": "beachball",
580
- "package": "@fluentui/react-jsx-runtime",
581
- "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.21",
582
- "commit": "79c08ce5bbf6387b2b18ba4c3d2d5681e0177d4b"
583
- }
584
- ],
585
- "none": [
586
- {
587
- "author": "martinhochel@microsoft.com",
588
- "package": "@fluentui/react-jsx-runtime",
589
- "commit": "dbda7fa69e3000aaf8dd4a061e254ebd35198b8e",
590
- "comment": "fix: update npmignore files to fix npm8/node16 regression how npm publish works"
591
- }
592
- ]
593
- }
594
- },
595
- {
596
- "date": "Mon, 24 Apr 2023 08:12:37 GMT",
597
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.2",
598
- "version": "9.0.0-alpha.2",
599
- "comments": {
600
- "prerelease": [
601
- {
602
- "author": "bernardo.sunderhus@gmail.com",
603
- "package": "@fluentui/react-jsx-runtime",
604
- "commit": "391878bf4d8a8210a8279a6ced8bf9a64daf4c64",
605
- "comment": "chore: simplify createElement method"
606
- }
607
- ]
608
- }
609
- },
610
- {
611
- "date": "Mon, 17 Apr 2023 17:53:51 GMT",
612
- "tag": "@fluentui/react-jsx-runtime_v9.0.0-alpha.1",
613
- "version": "9.0.0-alpha.1",
614
- "comments": {
615
- "prerelease": [
616
- {
617
- "author": "bernardo.sunderhus@gmail.com",
618
- "package": "@fluentui/react-jsx-runtime",
619
- "commit": "97af91aa7684bbfe149ace1b21b75fb7c04128a2",
620
- "comment": "feat: implements custom JSX pragma"
621
- },
622
- {
623
- "author": "beachball",
624
- "package": "@fluentui/react-jsx-runtime",
625
- "comment": "Bump @fluentui/react-utilities to v9.8.0",
626
- "commit": "35d247e0b6a8c2b22e69942afbabe18043e59585"
627
- }
628
- ]
629
- }
630
- }
631
- ]
632
- }