File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 278278 " green-hounds-play" ,
279279 " green-snails-tickle" ,
280280 " green-tigers-judge" ,
281+ " green-walls-clap" ,
281282 " grumpy-avocados-fetch" ,
282283 " grumpy-insects-sleep" ,
283284 " grumpy-jars-sparkle" ,
441442 " neat-ducks-jam" ,
442443 " neat-files-rescue" ,
443444 " neat-jokes-beam" ,
445+ " nervous-adults-sell" ,
444446 " nervous-berries-boil" ,
445447 " nervous-dolphins-allow" ,
446448 " nervous-ducks-repeat" ,
525527 " proud-pets-hang" ,
526528 " proud-queens-sniff" ,
527529 " purple-dragons-peel" ,
530+ " quick-eagles-sit" ,
528531 " quick-pumpkins-study" ,
529532 " quiet-apricots-dream" ,
530533 " 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+ - breaking: remove ` $state.link ` rune pending further design work ([ #12943 ] ( https://github.com/sveltejs/svelte/pull/12943 ) )
8+
9+ - fix: ensure ` $store ` reads are properly transformed ([ #12952 ] ( https://github.com/sveltejs/svelte/pull/12952 ) )
10+
11+ - breaking: deprecate ` context="module" ` in favor of ` module ` ([ #12948 ] ( https://github.com/sveltejs/svelte/pull/12948 ) )
12+
313## 5.0.0-next.231
414
515### 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