File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 33 "tag" : " next" ,
44 "initialVersions" : {
55 "svelte" : " 4.0.0-next.1" ,
6- "playground" : " 0.0.0"
6+ "playground" : " 0.0.0" ,
7+ "svelte.dev" : " 1.0.0"
78 },
89 "changesets" : [
910 " beige-boxes-rhyme" ,
1011 " gentle-pumas-chew" ,
11- " green-sheep-learn"
12+ " green-sheep-learn" ,
13+ " stale-cougars-wink"
1214 ]
1315}
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 4.0.0-next.2
4+
5+ ### Patch Changes
6+
7+ - warn on boolean compilerOptions.css ([ #8710 ] ( https://github.com/sveltejs/svelte/pull/8710 ) )
8+
39## 4.0.0-next.1
410
511### Patch Changes
@@ -2664,4 +2670,4 @@ Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelt
26642670
26652671## 0.0.1
26662672
2667- - Just squatting on the package name
2673+ - Just squatting on the package name
Original file line number Diff line number Diff line change 11{
22 "name" : " svelte" ,
3- "version" : " 4.0.0-next.1 " ,
3+ "version" : " 4.0.0-next.2 " ,
44 "description" : " Cybernetically enhanced web apps" ,
55 "type" : " module" ,
66 "module" : " src/runtime/index.js" ,
Original file line number Diff line number Diff line change 11// generated during release, do not modify
22
33/** @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