File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 201
201
" flat-feet-visit" ,
202
202
" flat-ghosts-fly" ,
203
203
" flat-melons-protect" ,
204
+ " flat-moose-arrive" ,
204
205
" flat-olives-live" ,
205
206
" fluffy-colts-grin" ,
206
207
" fluffy-dolls-share" ,
731
732
" ten-ties-repair" ,
732
733
" ten-trainers-juggle" ,
733
734
" ten-worms-reflect" ,
735
+ " tender-bats-switch" ,
734
736
" tender-lemons-judge" ,
735
737
" tender-rocks-walk" ,
736
738
" tender-suns-love" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.229
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: avoid extra work in mark_reactions ([ #12921 ] ( https://github.com/sveltejs/svelte/pull/12921 ) )
8
+
9
+ - feat: error on invalid component name ([ #12821 ] ( https://github.com/sveltejs/svelte/pull/12821 ) )
10
+
3
11
## 5.0.0-next.228
4
12
5
13
### 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.228 " ,
5
+ "version" : " 5.0.0-next.229 " ,
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.228 ' ;
9
+ export const VERSION = '5.0.0-next.229 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments