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 47
47
" brave-gorillas-fold" ,
48
48
" brave-pigs-obey" ,
49
49
" brave-points-sleep" ,
50
+ " brave-rivers-jam" ,
50
51
" brave-shrimps-kiss" ,
51
52
" brave-walls-destroy" ,
52
53
" brave-walls-flow" ,
985
986
" wicked-wasps-allow" ,
986
987
" wicked-ways-reply" ,
987
988
" wicked-years-drive" ,
989
+ " wild-chairs-build" ,
988
990
" wild-cows-chew" ,
989
991
" wild-foxes-wonder" ,
990
992
" wild-mice-look" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.272
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: ensure user effects are correctly executed on initialisation ([ #13697 ] ( https://github.com/sveltejs/svelte/pull/13697 ) )
8
+
9
+ - breaking: state mutations inside the template are no longer allowed ([ #13660 ] ( https://github.com/sveltejs/svelte/pull/13660 ) )
10
+
3
11
## 5.0.0-next.271
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.271 " ,
5
+ "version" : " 5.0.0-next.272 " ,
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.271 ' ;
9
+ export const VERSION = '5.0.0-next.272 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments