File tree Expand file tree Collapse file tree 4 files changed +21
-12
lines changed Expand file tree Collapse file tree 4 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 11{
2- "mode" : " pre" ,
3- "tag" : " next" ,
4- "initialVersions" : {
5- "svelte" : " 5.0.0-next.0" ,
6- "svelte-playgrounds-demo" : " 0.0.1" ,
7- "svelte-playgrounds-sandbox" : " 0.0.1" ,
8- "svelte-5-preview" : " 0.5.0" ,
9- "svelte.dev" : " 1.0.0"
10- },
11- "changesets" : []
2+ "mode" : " pre" ,
3+ "tag" : " next" ,
4+ "initialVersions" : {
5+ "svelte" : " 5.0.0-next.0" ,
6+ "svelte-playgrounds-demo" : " 0.0.1" ,
7+ "svelte-playgrounds-sandbox" : " 0.0.1" ,
8+ "svelte-5-preview" : " 0.5.0" ,
9+ "svelte.dev" : " 1.0.0"
10+ },
11+ "changesets" : [
12+ " rotten-buckets-develop"
13+ ]
1214}
Original file line number Diff line number Diff line change 1+ # svelte
2+
3+ ## 5.0.0-next.1
4+
5+ ### Patch Changes
6+
7+ - breaking: svelte 5 alpha ([ #9381 ] ( https://github.com/sveltejs/svelte/pull/9381 ) )
Original file line number Diff line number Diff line change 22 "name" : " svelte" ,
33 "description" : " Cybernetically enhanced web apps" ,
44 "license" : " MIT" ,
5- "version" : " 5.0.0-next.0 " ,
5+ "version" : " 5.0.0-next.1 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 66 * https://svelte.dev/docs/svelte-compiler#svelte-version
77 * @type {string }
88 */
9- export const VERSION = '5.0.0-next.0 ' ;
9+ export const VERSION = '5.0.0-next.1 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments