Skip to content

Commit 3a90ef1

Browse files
Version Packages (next)
1 parent 57ca37d commit 3a90ef1

File tree

4 files changed

+33
-2
lines changed

4 files changed

+33
-2
lines changed

.changeset/pre.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"brave-walls-flow",
4141
"breezy-carrots-flash",
4242
"breezy-rules-beg",
43+
"breezy-waves-camp",
4344
"bright-falcons-float",
4445
"bright-peas-juggle",
4546
"bright-snakes-sing",
@@ -92,6 +93,7 @@
9293
"cyan-flowers-destroy",
9394
"cyan-spies-grin",
9495
"cyan-squids-drive",
96+
"cyan-toes-share",
9597
"dirty-bats-punch",
9698
"dirty-donuts-yell",
9799
"dirty-eyes-itch",
@@ -137,6 +139,7 @@
137139
"famous-kiwis-thank",
138140
"famous-knives-sneeze",
139141
"famous-pants-pay",
142+
"fast-donkeys-pay",
140143
"fast-penguins-matter",
141144
"fast-weeks-clean",
142145
"few-clouds-shop",
@@ -147,6 +150,7 @@
147150
"fifty-rice-wait",
148151
"fifty-steaks-float",
149152
"five-tigers-search",
153+
"flat-ghosts-fly",
150154
"flat-melons-protect",
151155
"flat-olives-live",
152156
"fluffy-dolls-share",
@@ -263,6 +267,7 @@
263267
"lazy-spiders-think",
264268
"lemon-geese-call",
265269
"lemon-geese-drum",
270+
"lemon-meals-appear",
266271
"lemon-trees-act",
267272
"light-badgers-glow",
268273
"light-days-clean",
@@ -466,6 +471,7 @@
466471
"smart-cherries-leave",
467472
"smart-grapes-mate",
468473
"smart-parents-swim",
474+
"smart-spiders-fetch",
469475
"smart-turkeys-tell",
470476
"smart-zebras-pay",
471477
"smooth-kids-protect",
@@ -482,6 +488,7 @@
482488
"sour-rules-march",
483489
"sour-weeks-fix",
484490
"spicy-jeans-deliver",
491+
"spicy-peas-vanish",
485492
"spicy-plums-admire",
486493
"spotty-houses-search",
487494
"spotty-pens-agree",
@@ -534,6 +541,7 @@
534541
"thick-swans-type",
535542
"thin-colts-yawn",
536543
"thin-foxes-lick",
544+
"thin-spoons-float",
537545
"thin-years-rhyme",
538546
"thirty-flowers-sit",
539547
"thirty-ghosts-fix",
@@ -559,6 +567,7 @@
559567
"tough-radios-punch",
560568
"tough-tomatoes-explain",
561569
"twelve-beans-drive",
570+
"twelve-cows-learn",
562571
"twelve-dragons-join",
563572
"twelve-onions-juggle",
564573
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

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

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

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