File tree 5 files changed +25
-2
lines changed
5 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 73
73
" cool-hounds-divide" ,
74
74
" cool-spoons-dress" ,
75
75
" cuddly-files-decide" ,
76
+ " cuddly-pens-buy" ,
76
77
" curvy-dots-join" ,
77
78
" curvy-eggs-sip" ,
78
79
" curvy-sloths-brake" ,
132
133
" great-kangaroos-eat" ,
133
134
" great-queens-rule" ,
134
135
" green-spoons-count" ,
136
+ " grumpy-onions-applaud" ,
135
137
" happy-actors-camp" ,
136
138
" happy-dancers-call" ,
137
139
" happy-nails-draw" ,
315
317
" slow-fans-own" ,
316
318
" small-pigs-doubt" ,
317
319
" smart-bears-leave" ,
320
+ " smart-humans-eat" ,
318
321
" smart-mugs-chew" ,
319
322
" smart-papayas-look" ,
320
323
" smart-pears-accept" ,
321
324
" smooth-dryers-heal" ,
322
325
" smooth-icons-yell" ,
323
326
" smooth-items-exercise" ,
324
327
" smooth-items-march" ,
328
+ " smooth-kangaroos-guess" ,
325
329
" smooth-rockets-sneeze" ,
326
330
" smooth-shoes-mix" ,
327
331
" smooth-shrimps-fly" ,
420
424
" wet-dingos-perform" ,
421
425
" wet-lemons-cheat" ,
422
426
" wet-worms-cross" ,
427
+ " wicked-humans-taste" ,
423
428
" wicked-items-repair" ,
424
429
" wicked-oranges-share" ,
425
430
" wicked-spies-invite" ,
Original file line number Diff line number Diff line change 1
1
# create-svelte
2
2
3
+ ## 2.0.0-next.78
4
+
5
+ ### Patch Changes
6
+
7
+ - Disable delete button while waiting for API response ([ #2172 ] ( https://github.com/sveltejs/kit/pull/2172 ) )
8
+
3
9
## 2.0.0-next.77
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " create-svelte" ,
3
- "version" : " 2.0.0-next.77 " ,
3
+ "version" : " 2.0.0-next.78 " ,
4
4
"bin" : " ./bin.js" ,
5
5
"dependencies" : {
6
6
"kleur" : " ^4.1.4" ,
Original file line number Diff line number Diff line change 1
1
# @sveltejs/kit
2
2
3
+ ## 1.0.0-next.147
4
+
5
+ ### Patch Changes
6
+
7
+ - Replace function properties by methods on type declarations ([ #2158 ] ( https://github.com/sveltejs/kit/pull/2158 ) )
8
+
9
+ * [ fix] fallback should still be generated when prerender is disabled ([ #2128 ] ( https://github.com/sveltejs/kit/pull/2128 ) )
10
+
11
+ - update vite-plugin-svelte to 1.0.0-next.16 ([ #2179 ] ( https://github.com/sveltejs/kit/pull/2179 ) )
12
+
13
+ * Set optimizeDeps.entries to [ ] when building service worker ([ #2180 ] ( https://github.com/sveltejs/kit/pull/2180 ) )
14
+
3
15
## 1.0.0-next.146
4
16
5
17
### 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.146 " ,
3
+ "version" : " 1.0.0-next.147 " ,
4
4
"type" : " module" ,
5
5
"dependencies" : {
6
6
"@sveltejs/vite-plugin-svelte" : " ^1.0.0-next.16" ,
You can’t perform that action at this time.
0 commit comments