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 26
26
" curly-lizards-dream" ,
27
27
" dirty-garlics-design" ,
28
28
" dirty-tips-add" ,
29
+ " dry-clocks-grow" ,
29
30
" dull-mangos-wave" ,
30
31
" early-ads-tie" ,
31
32
" eight-steaks-shout" ,
56
57
" hungry-dots-fry" ,
57
58
" hungry-tips-unite" ,
58
59
" itchy-beans-melt" ,
60
+ " itchy-kings-deliver" ,
59
61
" itchy-lions-wash" ,
60
62
" khaki-mails-draw" ,
61
63
" khaki-moose-arrive" ,
69
71
" lazy-spiders-think" ,
70
72
" lemon-geese-drum" ,
71
73
" light-pens-watch" ,
74
+ " long-buckets-lay" ,
72
75
" long-crews-return" ,
73
76
" lovely-carpets-lick" ,
74
77
" lovely-items-turn" ,
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 5.0.0-next.27
4
+
5
+ ### Patch Changes
6
+
7
+ - feat: add ` $state.frozen ` rune ([ #9851 ] ( https://github.com/sveltejs/svelte/pull/9851 ) )
8
+
9
+ - Fix issue with assigning prop values as defaults of other props ([ #9985 ] ( https://github.com/sveltejs/svelte/pull/9985 ) )
10
+
11
+ - Fix interopability between backticks and templates ([ #9973 ] ( https://github.com/sveltejs/svelte/pull/9973 ) )
12
+
3
13
## 5.0.0-next.26
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.26 " ,
5
+ "version" : " 5.0.0-next.27 " ,
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.26 ' ;
9
+ export const VERSION = '5.0.0-next.27 ' ;
10
10
export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments