File tree 9 files changed +54
-4
lines changed 9 files changed +54
-4
lines changed Original file line number Diff line number Diff line change 73
73
" blue-bulldogs-visit" ,
74
74
" blue-buttons-march" ,
75
75
" blue-cats-mate" ,
76
+ " blue-glasses-compete" ,
76
77
" blue-jobs-laugh" ,
77
78
" blue-llamas-exist" ,
78
79
" blue-pans-warn" ,
242
243
" eight-readers-thank" ,
243
244
" eight-rivers-battle" ,
244
245
" eight-tomatoes-yawn" ,
246
+ " eight-vans-exercise" ,
245
247
" eighty-candles-grow" ,
246
248
" eighty-carrots-heal" ,
247
249
" eighty-parrots-cry" ,
264
266
" empty-teachers-cheat" ,
265
267
" empty-worms-appear" ,
266
268
" fair-pets-bake" ,
269
+ " fair-rivers-repair" ,
267
270
" famous-birds-boil" ,
268
271
" famous-birds-cheer" ,
269
272
" famous-boxes-tap" ,
302
305
" five-cooks-hope" ,
303
306
" five-cows-happen" ,
304
307
" five-eagles-help" ,
308
+ " five-jobs-drum" ,
305
309
" five-keys-rescue" ,
306
310
" five-oranges-melt" ,
307
311
" five-poems-pretend" ,
351
355
" friendly-rivers-argue" ,
352
356
" friendly-starfishes-yell" ,
353
357
" funny-ads-move" ,
358
+ " funny-cycles-travel" ,
354
359
" funny-keys-appear" ,
355
360
" funny-needles-talk" ,
356
361
" funny-radios-attend" ,
382
387
" gold-rocks-hang" ,
383
388
" gold-spies-fail" ,
384
389
" gold-trains-dream" ,
390
+ " gold-walls-rush" ,
385
391
" good-beans-invite" ,
386
392
" good-keys-argue" ,
387
393
" good-mails-crash" ,
390
396
" gorgeous-beans-glow" ,
391
397
" gorgeous-carrots-do" ,
392
398
" gorgeous-donkeys-admire" ,
399
+ " gorgeous-flowers-doubt" ,
393
400
" gorgeous-hounds-peel" ,
394
401
" gorgeous-planes-rhyme" ,
395
402
" gorgeous-radios-matter" ,
480
487
" hungry-masks-cross" ,
481
488
" hungry-vans-fly" ,
482
489
" hungry-weeks-exercise" ,
490
+ " immaculate-error-handler" ,
483
491
" itchy-beds-drop" ,
484
492
" itchy-beers-burn" ,
485
493
" itchy-birds-admire" ,
579
587
" lovely-mice-search" ,
580
588
" lovely-otters-lie" ,
581
589
" lovely-seahorses-sell" ,
590
+ " lovely-sloths-flow" ,
582
591
" lucky-bottles-kick" ,
583
592
" lucky-glasses-sell" ,
584
593
" lucky-guests-act" ,
619
628
" mighty-students-develop" ,
620
629
" modern-apricots-develop" ,
621
630
" modern-boats-lie" ,
631
+ " modern-books-confess" ,
622
632
" modern-cameras-fetch" ,
623
633
" modern-donkeys-invite" ,
624
634
" modern-dryers-join" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/adapter-auto
2
2
3
+ ## 1.0.0-next.74
4
+
5
+ ### Patch Changes
6
+
7
+ - [ feat] support Azure SWA ([ #6761 ] ( https://github.com/sveltejs/kit/pull/6761 ) )
8
+
9
+ - Updated dependencies [[ ` 2040baee ` ] ( https://github.com/sveltejs/kit/commit/2040baee98cf85fe542e1e38a9fb60ede3f95f1d )] :
10
+ - @sveltejs/adapter-vercel @1.0.0-next.75
11
+ - @sveltejs/adapter-netlify @1.0.0-next.77
12
+
3
13
## 1.0.0-next.73
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/adapter-auto" ,
3
- "version" : " 1.0.0-next.73 " ,
3
+ "version" : " 1.0.0-next.74 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/adapter-node
2
2
3
+ ## 1.0.0-next.91
4
+
5
+ ### Patch Changes
6
+
7
+ - Allow streaming when ` BODY_SIZE_LIMIT ` is set ([ #6702 ] ( https://github.com/sveltejs/kit/pull/6702 ) )
8
+
3
9
## 1.0.0-next.90
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/adapter-node" ,
3
- "version" : " 1.0.0-next.90 " ,
3
+ "version" : " 1.0.0-next.91 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/adapter-vercel
2
2
3
+ ## 1.0.0-next.75
4
+
5
+ ### Patch Changes
6
+
7
+ - Ignore warnings when traced file fails to parse ([ #6810 ] ( https://github.com/sveltejs/kit/pull/6810 ) )
8
+
3
9
## 1.0.0-next.74
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/adapter-vercel" ,
3
- "version" : " 1.0.0-next.74 " ,
3
+ "version" : " 1.0.0-next.75 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/kit
2
2
3
+ ## 1.0.0-next.482
4
+
5
+ ### Patch Changes
6
+
7
+ - [ fix] ActionData type ([ #6748 ] ( https://github.com/sveltejs/kit/pull/6748 ) )
8
+
9
+ * [ fix] reuse server data while not reusing client load ([ #6778 ] ( https://github.com/sveltejs/kit/pull/6778 ) )
10
+
11
+ - [ fix] update current.url on hashchange ([ #6802 ] ( https://github.com/sveltejs/kit/pull/6802 ) )
12
+
13
+ * Change illegal import message to reference public-facing code rather than client-side code ([ #6646 ] ( https://github.com/sveltejs/kit/pull/6646 ) )
14
+
15
+ - [ fix] silence prop warnings ([ #6798 ] ( https://github.com/sveltejs/kit/pull/6798 ) )
16
+
17
+ * [ chore] Refactor graph analysis for better unit tests ([ #6727 ] ( https://github.com/sveltejs/kit/pull/6727 ) )
18
+
19
+ - [ fix] error when using ` paths.base ` and ` import ` assets ([ #6769 ] ( https://github.com/sveltejs/kit/pull/6769 ) )
20
+
3
21
## 1.0.0-next.481
4
22
5
23
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sveltejs/kit" ,
3
- "version" : " 1.0.0-next.481 " ,
3
+ "version" : " 1.0.0-next.482 " ,
4
4
"repository" : {
5
5
"type" : " git" ,
6
6
"url" : " https://github.com/sveltejs/kit" ,
You can’t perform that action at this time.
0 commit comments