File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 441441 " neat-ducks-jam" ,
442442 " neat-files-rescue" ,
443443 " neat-jokes-beam" ,
444+ " nervous-adults-sell" ,
444445 " nervous-berries-boil" ,
445446 " nervous-dolphins-allow" ,
446447 " nervous-ducks-repeat" ,
525526 " proud-pets-hang" ,
526527 " proud-queens-sniff" ,
527528 " purple-dragons-peel" ,
529+ " quick-eagles-sit" ,
528530 " quick-pumpkins-study" ,
529531 " quiet-apricots-dream" ,
530532 " quiet-berries-end" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.232
4+
5+ ### Patch Changes
6+
7+ - fix: ensure ` $store ` reads are properly transformed ([ #12952 ] ( https://github.com/sveltejs/svelte/pull/12952 ) )
8+
9+ - breaking: deprecate ` context="module" ` in favor of ` module ` ([ #12948 ] ( https://github.com/sveltejs/svelte/pull/12948 ) )
10+
311## 5.0.0-next.231
412
513### 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.0.0-next.231 " ,
5+ "version" : " 5.0.0-next.232 " ,
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.231 ' ;
9+ export const VERSION = '5.0.0-next.232 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments