Skip to content

Commit 95d07de

Browse files
Version Packages (next) (#12015)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ccb3c90 commit 95d07de

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
@@ -62,7 +62,9 @@
6262
"chilly-pans-raise",
6363
"chilly-rocks-hug",
6464
"chilly-snakes-scream",
65+
"clean-cats-wave",
6566
"clean-eels-beg",
67+
"clean-melons-wash",
6668
"clever-chefs-relate",
6769
"clever-maps-travel",
6870
"clever-rockets-burn",
@@ -91,6 +93,7 @@
9193
"cyan-colts-raise",
9294
"cyan-ducks-teach",
9395
"cyan-flowers-destroy",
96+
"cyan-news-grow",
9497
"cyan-spies-grin",
9598
"cyan-squids-drive",
9699
"cyan-toes-share",
@@ -107,6 +110,7 @@
107110
"dull-coins-vanish",
108111
"dull-donkeys-smell",
109112
"dull-mangos-wave",
113+
"dull-pens-pay",
110114
"dull-pots-add",
111115
"dull-roses-relate",
112116
"dull-worms-relax",
@@ -123,6 +127,7 @@
123127
"eighty-lizards-notice",
124128
"eleven-beers-yell",
125129
"eleven-cycles-applaud",
130+
"eleven-hounds-pump",
126131
"empty-bags-heal",
127132
"empty-bulldogs-exercise",
128133
"empty-coins-build",
@@ -244,6 +249,7 @@
244249
"itchy-panthers-shave",
245250
"itchy-peaches-compare",
246251
"itchy-terms-guess",
252+
"khaki-cheetahs-refuse",
247253
"khaki-cooks-develop",
248254
"khaki-ligers-sing",
249255
"khaki-mails-draw",

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.155
4+
5+
### Patch Changes
6+
7+
- fix: robustify migration script ([#12019](https://github.com/sveltejs/svelte/pull/12019))
8+
9+
- fix: relax constraint for `ComponentProps` ([#12026](https://github.com/sveltejs/svelte/pull/12026))
10+
11+
- fix: address event delegation duplication behaviour ([#12014](https://github.com/sveltejs/svelte/pull/12014))
12+
13+
- chore: remove `createRoot` references ([#12018](https://github.com/sveltejs/svelte/pull/12018))
14+
15+
- chore: clear `Map`/`Set` before triggering `$inspect` callbacks ([#12013](https://github.com/sveltejs/svelte/pull/12013))
16+
17+
- breaking: rename `$effect.active` to `$effect.tracking` ([#12022](https://github.com/sveltejs/svelte/pull/12022))
18+
319
## 5.0.0-next.154
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.154",
5+
"version": "5.0.0-next.155",
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.154';
9+
export const VERSION = '5.0.0-next.155';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)