Skip to content

Commit f019826

Browse files
Version Packages (next)
1 parent 27eb91b commit f019826

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
"forty-suns-smile",
119119
"four-flies-hammer",
120120
"four-mice-hammer",
121+
"four-pugs-listen",
121122
"fresh-dots-destroy",
122123
"fresh-impalas-bow",
123124
"fresh-weeks-trade",
@@ -152,6 +153,7 @@
152153
"heavy-ducks-leave",
153154
"heavy-ears-rule",
154155
"hip-balloons-begin",
156+
"hip-pumpkins-boil",
155157
"honest-buses-add",
156158
"honest-dragons-turn",
157159
"honest-icons-change",
@@ -262,6 +264,7 @@
262264
"popular-mangos-rest",
263265
"popular-walls-hunt",
264266
"pretty-ties-help",
267+
"proud-pets-hang",
265268
"proud-queens-sniff",
266269
"purple-dragons-peel",
267270
"quiet-apricots-dream",
@@ -407,6 +410,7 @@
407410
"tidy-chefs-taste",
408411
"tidy-starfishes-allow",
409412
"tiny-kings-whisper",
413+
"tiny-poems-doubt",
410414
"tough-radios-punch",
411415
"twelve-dragons-join",
412416
"twelve-onions-juggle",
@@ -418,6 +422,7 @@
418422
"unlucky-trees-lick",
419423
"violet-pigs-jam",
420424
"weak-drinks-speak",
425+
"weak-frogs-bow",
421426
"weak-terms-destroy",
422427
"wet-games-fly",
423428
"wet-wombats-repeat",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# svelte
22

3+
## 5.0.0-next.108
4+
5+
### Patch Changes
6+
7+
- breaking: warn on slots and event handlers in runes mode, error on `<slot>` + `{@render ...}` tag usage in same component ([#11203](https://github.com/sveltejs/svelte/pull/11203))
8+
9+
- fix: fall back to component namespace when not statically determinable, add way to tell `<svelte:element>` the namespace at runtime ([#11219](https://github.com/sveltejs/svelte/pull/11219))
10+
11+
- fix: take outroing elements out of the flow when animating siblings ([#11208](https://github.com/sveltejs/svelte/pull/11208))
12+
13+
- feat: allow inspect reactivity map, set, date ([#11164](https://github.com/sveltejs/svelte/pull/11164))
14+
15+
- fix: widen ownership when sub state is assigned to new state ([#11217](https://github.com/sveltejs/svelte/pull/11217))
16+
317
## 5.0.0-next.107
418

519
### 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.107",
5+
"version": "5.0.0-next.108",
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.107';
9+
export const VERSION = '5.0.0-next.108';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)