Skip to content

Commit ffa70f9

Browse files
Version Packages (next)
1 parent 48fa658 commit ffa70f9

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

.changeset/pre.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
"cyan-flowers-destroy",
9393
"cyan-spies-grin",
9494
"cyan-squids-drive",
95+
"cyan-toes-share",
9596
"dirty-bats-punch",
9697
"dirty-donuts-yell",
9798
"dirty-eyes-itch",
@@ -137,6 +138,7 @@
137138
"famous-kiwis-thank",
138139
"famous-knives-sneeze",
139140
"famous-pants-pay",
141+
"fast-donkeys-pay",
140142
"fast-penguins-matter",
141143
"fast-weeks-clean",
142144
"few-clouds-shop",
@@ -147,6 +149,7 @@
147149
"fifty-rice-wait",
148150
"fifty-steaks-float",
149151
"five-tigers-search",
152+
"flat-ghosts-fly",
150153
"flat-melons-protect",
151154
"flat-olives-live",
152155
"fluffy-dolls-share",
@@ -263,6 +266,7 @@
263266
"lazy-spiders-think",
264267
"lemon-geese-call",
265268
"lemon-geese-drum",
269+
"lemon-meals-appear",
266270
"lemon-trees-act",
267271
"light-badgers-glow",
268272
"light-days-clean",
@@ -466,6 +470,7 @@
466470
"smart-cherries-leave",
467471
"smart-grapes-mate",
468472
"smart-parents-swim",
473+
"smart-spiders-fetch",
469474
"smart-turkeys-tell",
470475
"smart-zebras-pay",
471476
"smooth-kids-protect",
@@ -482,6 +487,7 @@
482487
"sour-rules-march",
483488
"sour-weeks-fix",
484489
"spicy-jeans-deliver",
490+
"spicy-peas-vanish",
485491
"spicy-plums-admire",
486492
"spotty-houses-search",
487493
"spotty-pens-agree",
@@ -534,6 +540,7 @@
534540
"thick-swans-type",
535541
"thin-colts-yawn",
536542
"thin-foxes-lick",
543+
"thin-spoons-float",
537544
"thin-years-rhyme",
538545
"thirty-flowers-sit",
539546
"thirty-ghosts-fix",
@@ -559,6 +566,7 @@
559566
"tough-radios-punch",
560567
"tough-tomatoes-explain",
561568
"twelve-beans-drive",
569+
"twelve-cows-learn",
562570
"twelve-dragons-join",
563571
"twelve-onions-juggle",
564572
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.152
4+
5+
### Patch Changes
6+
7+
- fix: more robust handling of events in spread attributes ([#11942](https://github.com/sveltejs/svelte/pull/11942))
8+
9+
- feat: simpler `<svelte:element> hydration ([#11773](https://github.com/sveltejs/svelte/pull/11773))
10+
11+
- fix: make `legacy.componentApi` option more visible ([#11924](https://github.com/sveltejs/svelte/pull/11924))
12+
13+
- chore: optimise effects that only exist to return a teardown ([#11936](https://github.com/sveltejs/svelte/pull/11936))
14+
15+
- feat: always create wrapper `<div>` for `<svelte:component>` with CSS custom properties ([#11792](https://github.com/sveltejs/svelte/pull/11792))
16+
17+
- feat: add svelte/events package and export `on` function ([#11912](https://github.com/sveltejs/svelte/pull/11912))
18+
19+
- fix: create sources on read for Set ([#11946](https://github.com/sveltejs/svelte/pull/11946))
20+
21+
- fix: always assign text.nodeValue ([#11944](https://github.com/sveltejs/svelte/pull/11944))
22+
323
## 5.0.0-next.151
424

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

0 commit comments

Comments
 (0)