File tree Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Expand file tree Collapse file tree 5 files changed +8
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1515 },
1616 "scripts" : {
1717 "build" : " pnpm -r --filter=./packages/* build" ,
18- "build:sites" : " pnpm -r --filter=./sites/* build" ,
19- "preview-site" : " npm run build --prefix sites/svelte-5-preview" ,
2018 "check" : " cd packages/svelte && pnpm build && cd ../../ && pnpm -r check" ,
2119 "lint" : " eslint && prettier --check ." ,
2220 "format" : " prettier --write ." ,
2321 "test" : " vitest run" ,
24- "test-output" : " vitest run --coverage --reporter=json --outputFile=sites/svelte-5-preview/src/routes/status/results.json" ,
2522 "changeset:version" : " changeset version && pnpm -r generate:version && git add --all" ,
2623 "changeset:publish" : " changeset publish" ,
2724 "bench" : " node --allow-natives-syntax ./benchmarking/run.js" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.33.12
4+
5+ ### Patch Changes
6+
7+ - fix: correctly transform reassignments to class fields in SSR mode ([ #16051 ] ( https://github.com/sveltejs/svelte/pull/16051 ) )
8+
39## 5.33.11
410
511### Patch Changes
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.33.11 " ,
5+ "version" : " 5.33.12 " ,
66 "type" : " module" ,
77 "types" : " ./types/index.d.ts" ,
88 "engines" : {
Original file line number Diff line number Diff line change 44 * The current version, as set in package.json.
55 * @type {string }
66 */
7- export const VERSION = '5.33.11 ' ;
7+ export const VERSION = '5.33.12 ' ;
88export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments