Skip to content

Commit ec48914

Browse files
Version Packages (next)
1 parent 68071f7 commit ec48914

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -172,6 +175,7 @@
172175
"itchy-eels-marry",
173176
"itchy-kings-deliver",
174177
"itchy-lions-wash",
178+
"itchy-panthers-shave",
175179
"itchy-terms-guess",
176180
"khaki-cooks-develop",
177181
"khaki-ligers-sing",
@@ -235,6 +239,7 @@
235239
"neat-boats-shake",
236240
"neat-dingos-clap",
237241
"neat-files-rescue",
242+
"nervous-berries-boil",
238243
"nervous-spoons-relax",
239244
"nervous-turkeys-end",
240245
"new-boats-wait",
@@ -262,6 +267,7 @@
262267
"orange-crews-rescue",
263268
"orange-dingos-poke",
264269
"orange-yaks-protect",
270+
"orange-zoos-heal",
265271
"pink-bikes-agree",
266272
"pink-goats-promise",
267273
"pink-mayflies-tie",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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: disallow mounting a snippet ([#11347](https://github.com/sveltejs/svelte/pull/11347))
14+
15+
- feat: only inject push/init/pop when necessary ([#11319](https://github.com/sveltejs/svelte/pull/11319))
16+
17+
- feat: provide migration helper ([#11334](https://github.com/sveltejs/svelte/pull/11334))
18+
319
## 5.0.0-next.115
420

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