Skip to content

Commit de6ea57

Browse files
Version Packages (next)
1 parent bd950a0 commit de6ea57

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

.changeset/pre.json

Lines changed: 12 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",
@@ -168,6 +172,7 @@
168172
"fresh-weeks-trade",
169173
"friendly-candles-relate",
170174
"friendly-lies-camp",
175+
"funny-dragons-double",
171176
"funny-ties-jump",
172177
"funny-trees-cry",
173178
"funny-wombats-argue",
@@ -263,6 +268,7 @@
263268
"lazy-spiders-think",
264269
"lemon-geese-call",
265270
"lemon-geese-drum",
271+
"lemon-meals-appear",
266272
"lemon-trees-act",
267273
"light-badgers-glow",
268274
"light-days-clean",
@@ -466,6 +472,7 @@
466472
"smart-cherries-leave",
467473
"smart-grapes-mate",
468474
"smart-parents-swim",
475+
"smart-spiders-fetch",
469476
"smart-turkeys-tell",
470477
"smart-zebras-pay",
471478
"smooth-kids-protect",
@@ -482,7 +489,9 @@
482489
"sour-rules-march",
483490
"sour-weeks-fix",
484491
"spicy-jeans-deliver",
492+
"spicy-peas-vanish",
485493
"spicy-plums-admire",
494+
"spotty-crabs-give",
486495
"spotty-houses-search",
487496
"spotty-pens-agree",
488497
"spotty-rocks-destroy",
@@ -534,6 +543,7 @@
534543
"thick-swans-type",
535544
"thin-colts-yawn",
536545
"thin-foxes-lick",
546+
"thin-spoons-float",
537547
"thin-years-rhyme",
538548
"thirty-flowers-sit",
539549
"thirty-ghosts-fix",
@@ -556,9 +566,11 @@
556566
"tiny-kings-whisper",
557567
"tiny-meals-deliver",
558568
"tiny-moose-kiss",
569+
"tiny-taxis-whisper",
559570
"tough-radios-punch",
560571
"tough-tomatoes-explain",
561572
"twelve-beans-drive",
573+
"twelve-cows-learn",
562574
"twelve-dragons-join",
563575
"twelve-onions-juggle",
564576
"twelve-worms-jog",

packages/svelte/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
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+
- feat: simpler hydration of CSS custom property wrappers ([#11948](https://github.com/sveltejs/svelte/pull/11948))
16+
17+
- chore: optimise effects that only exist to return a teardown ([#11936](https://github.com/sveltejs/svelte/pull/11936))
18+
19+
- feat: always create wrapper `<div>` for `<svelte:component>` with CSS custom properties ([#11792](https://github.com/sveltejs/svelte/pull/11792))
20+
21+
- feat: add svelte/events package and export `on` function ([#11912](https://github.com/sveltejs/svelte/pull/11912))
22+
23+
- feat: more efficient output for attributes in SSR ([#11949](https://github.com/sveltejs/svelte/pull/11949))
24+
25+
- fix: update reactive set when deleting initial values ([#11967](https://github.com/sveltejs/svelte/pull/11967))
26+
27+
- feat: simpler string normalization ([#11954](https://github.com/sveltejs/svelte/pull/11954))
28+
29+
- fix: always assign text.nodeValue ([#11944](https://github.com/sveltejs/svelte/pull/11944))
30+
331
## 5.0.0-next.151
432

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