Skip to content

Commit dd23007

Browse files
Version Packages (next)
1 parent 2d2508a commit dd23007

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
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",
@@ -60,6 +61,7 @@
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",
@@ -71,6 +73,7 @@
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",
@@ -161,6 +164,7 @@
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",
@@ -172,6 +176,7 @@
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",
@@ -235,6 +240,7 @@
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",
@@ -262,6 +268,7 @@
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",
@@ -434,6 +441,7 @@
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",

packages/svelte/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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": {

packages/svelte/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)