@fluentui/react-jsx-runtime 0.0.0-nightly-20231108-0405.1 → 0.0.0-nightly-20231109-0405.1

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