Skip to content

Commit 72987ce

Browse files
Version Packages (next)
1 parent 43d13e9 commit 72987ce

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

+4
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",
@@ -262,6 +263,7 @@
262263
"popular-mangos-rest",
263264
"popular-walls-hunt",
264265
"pretty-ties-help",
266+
"proud-pets-hang",
265267
"proud-queens-sniff",
266268
"purple-dragons-peel",
267269
"quiet-apricots-dream",
@@ -407,6 +409,7 @@
407409
"tidy-chefs-taste",
408410
"tidy-starfishes-allow",
409411
"tiny-kings-whisper",
412+
"tiny-poems-doubt",
410413
"tough-radios-punch",
411414
"twelve-dragons-join",
412415
"twelve-onions-juggle",
@@ -418,6 +421,7 @@
418421
"unlucky-trees-lick",
419422
"violet-pigs-jam",
420423
"weak-drinks-speak",
424+
"weak-frogs-bow",
421425
"weak-terms-destroy",
422426
"wet-games-fly",
423427
"wet-wombats-repeat",

packages/svelte/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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: take outroing elements out of the flow when animating siblings ([#11208](https://github.com./sveltejs/svelte/pull/11208))
10+
11+
- feat: allow inspect reactivity map, set, date ([#11164](https://github.com./sveltejs/svelte/pull/11164))
12+
13+
- fix: widen ownership when sub state is assigned to new state ([#11217](https://github.com./sveltejs/svelte/pull/11217))
14+
315
## 5.0.0-next.107
416

517
### Patch Changes

packages/svelte/package.json

+1-1
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

+1-1
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)