Skip to content

Commit 5fce00f

Browse files
Version Packages (next) (#11205)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com.>
1 parent de2d8a0 commit 5fce00f

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

+6
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",
@@ -418,6 +423,7 @@
418423
"unlucky-trees-lick",
419424
"violet-pigs-jam",
420425
"weak-drinks-speak",
426+
"weak-frogs-bow",
421427
"weak-terms-destroy",
422428
"wet-games-fly",
423429
"wet-wombats-repeat",

packages/svelte/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- fix: widen ownership when sub state is assigned to new state ([#11217](https://github.com./sveltejs/svelte/pull/11217))
18+
319
## 5.0.0-next.107
420

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