Skip to content

Commit 96c8f4b

Browse files
Version Packages (next)
1 parent 42ce8d7 commit 96c8f4b

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

.changeset/pre.json

Lines changed: 7 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",
@@ -189,6 +191,7 @@
189191
"lazy-spiders-think",
190192
"lemon-geese-call",
191193
"lemon-geese-drum",
194+
"lemon-trees-act",
192195
"light-badgers-glow",
193196
"light-days-clean",
194197
"light-humans-hang",
@@ -230,6 +233,7 @@
230233
"new-brooms-grin",
231234
"new-rabbits-flow",
232235
"nice-avocados-move",
236+
"nine-cooks-join",
233237
"ninety-dingos-walk",
234238
"odd-buckets-lie",
235239
"odd-needles-joke",
@@ -262,6 +266,7 @@
262266
"popular-mangos-rest",
263267
"popular-walls-hunt",
264268
"pretty-ties-help",
269+
"proud-pets-hang",
265270
"proud-queens-sniff",
266271
"purple-dragons-peel",
267272
"quiet-apricots-dream",
@@ -407,6 +412,7 @@
407412
"tidy-chefs-taste",
408413
"tidy-starfishes-allow",
409414
"tiny-kings-whisper",
415+
"tiny-poems-doubt",
410416
"tough-radios-punch",
411417
"twelve-dragons-join",
412418
"twelve-onions-juggle",
@@ -418,6 +424,7 @@
418424
"unlucky-trees-lick",
419425
"violet-pigs-jam",
420426
"weak-drinks-speak",
427+
"weak-frogs-bow",
421428
"weak-terms-destroy",
422429
"wet-games-fly",
423430
"wet-wombats-repeat",

packages/svelte/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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: measure elements before taking siblings out of the flow ([#11216](https://github.com/sveltejs/svelte/pull/11216))
12+
13+
- breaking: warn on self-closing non-void HTML tags ([#11114](https://github.com/sveltejs/svelte/pull/11114))
14+
15+
- fix: take outroing elements out of the flow when animating siblings ([#11208](https://github.com/sveltejs/svelte/pull/11208))
16+
17+
- feat: allow inspect reactivity map, set, date ([#11164](https://github.com/sveltejs/svelte/pull/11164))
18+
19+
- fix: widen ownership when sub state is assigned to new state ([#11217](https://github.com/sveltejs/svelte/pull/11217))
20+
321
## 5.0.0-next.107
422

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