File tree Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Expand file tree Collapse file tree 4 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 3838 " breezy-rules-beg" ,
3939 " bright-peas-juggle" ,
4040 " bright-snakes-sing" ,
41+ " brown-geckos-fry" ,
4142 " brown-houses-obey" ,
4243 " brown-months-fry" ,
4344 " brown-spoons-boil" ,
6061 " cool-ants-leave" ,
6162 " cool-comics-marry" ,
6263 " cool-peas-lick" ,
64+ " cool-poems-watch" ,
6365 " cool-rabbits-tickle" ,
6466 " cool-roses-trade" ,
6567 " cuddly-pianos-drop" ,
7173 " curvy-ties-shout" ,
7274 " cyan-flowers-destroy" ,
7375 " cyan-spies-grin" ,
76+ " cyan-squids-drive" ,
7477 " dirty-bats-punch" ,
7578 " dirty-donuts-yell" ,
7679 " dirty-garlics-design" ,
161164 " honest-buses-add" ,
162165 " honest-dragons-turn" ,
163166 " honest-icons-change" ,
167+ " honest-nails-share" ,
164168 " hot-jobs-tap" ,
165169 " hungry-boxes-relate" ,
166170 " hungry-dots-fry" ,
172176 " itchy-eels-marry" ,
173177 " itchy-kings-deliver" ,
174178 " itchy-lions-wash" ,
179+ " itchy-panthers-shave" ,
175180 " itchy-terms-guess" ,
176181 " khaki-cooks-develop" ,
177182 " khaki-ligers-sing" ,
235240 " neat-boats-shake" ,
236241 " neat-dingos-clap" ,
237242 " neat-files-rescue" ,
243+ " nervous-berries-boil" ,
238244 " nervous-spoons-relax" ,
239245 " nervous-turkeys-end" ,
240246 " new-boats-wait" ,
262268 " orange-crews-rescue" ,
263269 " orange-dingos-poke" ,
264270 " orange-yaks-protect" ,
271+ " orange-zoos-heal" ,
265272 " pink-bikes-agree" ,
266273 " pink-goats-promise" ,
267274 " pink-mayflies-tie" ,
434441 " tidy-starfishes-allow" ,
435442 " tiny-kings-whisper" ,
436443 " tiny-meals-deliver" ,
444+ " tiny-moose-kiss" ,
437445 " tough-radios-punch" ,
438446 " twelve-dragons-join" ,
439447 " twelve-onions-juggle" ,
Original file line number Diff line number Diff line change 11# svelte
22
3+ ## 5.0.0-next.116
4+
5+ ### Patch Changes
6+
7+ - fix: correctly interpret empty aria- attribute ([ #11325 ] ( https://github.com/sveltejs/svelte/pull/11325 ) )
8+
9+ - fix: disallow mixing on: click and onclick syntax ([ #11295 ] ( https://github.com/sveltejs/svelte/pull/11295 ) )
10+
11+ - fix: make hr, script and template valid select children ([ #11344 ] ( https://github.com/sveltejs/svelte/pull/11344 ) )
12+
13+ - feat: allow for literal property definition with state on classes ([ #11326 ] ( https://github.com/sveltejs/svelte/pull/11326 ) )
14+
15+ - fix: disallow mounting a snippet ([ #11347 ] ( https://github.com/sveltejs/svelte/pull/11347 ) )
16+
17+ - feat: only inject push/init/pop when necessary ([ #11319 ] ( https://github.com/sveltejs/svelte/pull/11319 ) )
18+
19+ - feat: provide migration helper ([ #11334 ] ( https://github.com/sveltejs/svelte/pull/11334 ) )
20+
21+ - fix: ensure store from props is hoisted correctly ([ #11367 ] ( https://github.com/sveltejs/svelte/pull/11367 ) )
22+
323## 5.0.0-next.115
424
525### 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.115 " ,
5+ "version" : " 5.0.0-next.116 " ,
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.115 ' ;
9+ export const VERSION = '5.0.0-next.116 ' ;
1010export const PUBLIC_VERSION = '5' ;
You can’t perform that action at this time.
0 commit comments