Skip to content

Commit 7a3ee6d

Browse files
Version Packages (next) (#11335)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4479b8c commit 7a3ee6d

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed

.changeset/pre.json

Lines changed: 10 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",
@@ -103,6 +106,7 @@
103106
"famous-falcons-melt",
104107
"famous-knives-sneeze",
105108
"famous-pants-pay",
109+
"fast-penguins-matter",
106110
"fast-weeks-clean",
107111
"few-clouds-shop",
108112
"few-mugs-fail",
@@ -152,6 +156,7 @@
152156
"grumpy-jars-sparkle",
153157
"happy-beds-scream",
154158
"happy-suits-film",
159+
"healthy-ants-film",
155160
"healthy-planes-vanish",
156161
"heavy-comics-move",
157162
"heavy-ducks-leave",
@@ -161,6 +166,7 @@
161166
"honest-buses-add",
162167
"honest-dragons-turn",
163168
"honest-icons-change",
169+
"honest-nails-share",
164170
"hot-jobs-tap",
165171
"hungry-boxes-relate",
166172
"hungry-dots-fry",
@@ -172,6 +178,7 @@
172178
"itchy-eels-marry",
173179
"itchy-kings-deliver",
174180
"itchy-lions-wash",
181+
"itchy-panthers-shave",
175182
"itchy-terms-guess",
176183
"khaki-cooks-develop",
177184
"khaki-ligers-sing",
@@ -235,6 +242,7 @@
235242
"neat-boats-shake",
236243
"neat-dingos-clap",
237244
"neat-files-rescue",
245+
"nervous-berries-boil",
238246
"nervous-spoons-relax",
239247
"nervous-turkeys-end",
240248
"new-boats-wait",
@@ -262,6 +270,7 @@
262270
"orange-crews-rescue",
263271
"orange-dingos-poke",
264272
"orange-yaks-protect",
273+
"orange-zoos-heal",
265274
"pink-bikes-agree",
266275
"pink-goats-promise",
267276
"pink-mayflies-tie",
@@ -434,6 +443,7 @@
434443
"tidy-starfishes-allow",
435444
"tiny-kings-whisper",
436445
"tiny-meals-deliver",
446+
"tiny-moose-kiss",
437447
"tough-radios-punch",
438448
"twelve-dragons-join",
439449
"twelve-onions-juggle",

packages/svelte/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
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+
- fix: apply modifiers to bubbled events ([#11369](https://github.com/sveltejs/svelte/pull/11369))
14+
15+
- fix: allow `bind:this` on `<select>` with dynamic `multiple` attribute ([#11378](https://github.com/sveltejs/svelte/pull/11378))
16+
17+
- feat: allow for literal property definition with state on classes ([#11326](https://github.com/sveltejs/svelte/pull/11326))
18+
19+
- fix: disallow mounting a snippet ([#11347](https://github.com/sveltejs/svelte/pull/11347))
20+
21+
- feat: only inject push/init/pop when necessary ([#11319](https://github.com/sveltejs/svelte/pull/11319))
22+
23+
- feat: provide migration helper ([#11334](https://github.com/sveltejs/svelte/pull/11334))
24+
25+
- fix: ensure store from props is hoisted correctly ([#11367](https://github.com/sveltejs/svelte/pull/11367))
26+
327
## 5.0.0-next.115
428

529
### 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)