File tree Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Expand file tree Collapse file tree 4 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 3
3
"tag" : " next" ,
4
4
"initialVersions" : {
5
5
"svelte" : " 4.0.0-next.1" ,
6
- "playground" : " 0.0.0"
6
+ "playground" : " 0.0.0" ,
7
+ "svelte.dev" : " 1.0.0"
7
8
},
8
9
"changesets" : [
9
10
" beige-boxes-rhyme" ,
11
+ " fair-geese-repeat" ,
10
12
" gentle-pumas-chew" ,
11
- " green-sheep-learn"
13
+ " green-sheep-learn" ,
14
+ " mighty-suns-occur" ,
15
+ " stale-cougars-wink" ,
16
+ " tame-peaches-destroy"
12
17
]
13
18
}
Original file line number Diff line number Diff line change 1
1
# svelte
2
2
3
+ ## 4.0.0-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: never use html optimization for mustache tags in hydration mode ([ #8744 ] ( https://github.com/sveltejs/svelte/pull/8744 ) )
8
+
9
+ - fix: ensure types are loaded with all TS settings ([ #8721 ] ( https://github.com/sveltejs/svelte/pull/8721 ) )
10
+
11
+ - warn on boolean compilerOptions.css ([ #8710 ] ( https://github.com/sveltejs/svelte/pull/8710 ) )
12
+
13
+ - fix: export correct SvelteComponent type ([ #8721 ] ( https://github.com/sveltejs/svelte/pull/8721 ) )
14
+
3
15
## 4.0.0-next.1
4
16
5
17
### Patch Changes
@@ -2664,4 +2676,4 @@ Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelt
2664
2676
2665
2677
## 0.0.1
2666
2678
2667
- - Just squatting on the package name
2679
+ - Just squatting on the package name
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " svelte" ,
3
- "version" : " 4.0.0-next.1 " ,
3
+ "version" : " 4.0.0-next.2 " ,
4
4
"description" : " Cybernetically enhanced web apps" ,
5
5
"type" : " module" ,
6
6
"module" : " src/runtime/index.js" ,
Original file line number Diff line number Diff line change 1
1
// generated during release, do not modify
2
2
3
3
/** @type {string } */
4
- export const VERSION = '4.0.0-next.1 ' ;
4
+ export const VERSION = '4.0.0-next.2 ' ;
You can’t perform that action at this time.
0 commit comments