File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 158
158
" dull-worms-relax" ,
159
159
" early-ads-tie" ,
160
160
" early-months-whisper" ,
161
+ " early-needles-bake" ,
161
162
" early-taxis-allow" ,
162
163
" eight-carrots-hunt" ,
163
164
" eight-comics-tell" ,
500
501
" new-rabbits-flow" ,
501
502
" nice-avocados-move" ,
502
503
" nice-bottles-greet" ,
504
+ " nice-brooms-battle" ,
503
505
" nice-jobs-breathe" ,
504
506
" nine-ants-invite" ,
505
507
" nine-cooks-join" ,
868
870
" tricky-ears-shout" ,
869
871
" tricky-laws-bathe" ,
870
872
" twelve-beans-drive" ,
873
+ " twelve-bears-worry" ,
871
874
" twelve-cows-learn" ,
872
875
" twelve-dragons-join" ,
873
876
" twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.260
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: blank CSS contents while migrating ([ #13403 ] ( https://github.com/sveltejs/svelte/pull/13403 ) )
8
+
9
+ - fix: make ownership widening more robust to userland proxies ([ #13377 ] ( https://github.com/sveltejs/svelte/pull/13377 ) )
10
+
11
+ - fix: validation should not fail on anonymous declarations ([ #13393 ] ( https://github.com/sveltejs/svelte/pull/13393 ) )
12
+
3
13
## 5.0.0-next.259
4
14
5
15
### Patch Changes
Original file line number Diff line number Diff line change 2
2
"name" : " svelte" ,
3
3
"description" : " Cybernetically enhanced web apps" ,
4
4
"license" : " MIT" ,
5
- "version" : " 5.0.0-next.259 " ,
5
+ "version" : " 5.0.0-next.260 " ,
6
6
"type" : " module" ,
7
7
"types" : " ./types/index.d.ts" ,
8
8
"engines" : {
Original file line number Diff line number Diff line change 6
6
* https://svelte.dev/docs/svelte-compiler#svelte-version
7
7
* @type {string }
8
8
*/
9
- export const VERSION = '5.0.0-next.259 ' ;
9
+ export const VERSION = '5.0.0-next.260 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments