Skip to content

Commit e49226a

Browse files
Version Packages (next)
1 parent 26c6d6f commit e49226a

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
@@ -26,9 +26,11 @@
2626
"early-ads-tie",
2727
"eight-steaks-shout",
2828
"eighty-bikes-camp",
29+
"empty-crabs-think",
2930
"fair-crabs-check",
3031
"famous-knives-sneeze",
3132
"few-mugs-fail",
33+
"fifty-rice-wait",
3234
"fifty-steaks-float",
3335
"five-tigers-search",
3436
"flat-melons-protect",
@@ -74,17 +76,20 @@
7476
"polite-pumpkins-guess",
7577
"polite-ravens-study",
7678
"poor-eggs-enjoy",
79+
"poor-seahorses-flash",
7780
"popular-mangos-rest",
7881
"quiet-camels-mate",
7982
"rare-pears-whisper",
8083
"rich-sheep-burn",
84+
"rich-tables-sing",
8185
"rotten-buckets-develop",
8286
"selfish-tools-hide",
8387
"serious-socks-cover",
8488
"serious-zebras-scream",
8589
"seven-deers-jam",
8690
"seven-ravens-check",
8791
"sharp-gorillas-impress",
92+
"sharp-tomatoes-learn",
8893
"shiny-baboons-play",
8994
"shiny-shrimps-march",
9095
"slimy-clouds-talk",
@@ -104,13 +109,15 @@
104109
"tall-shrimps-worry",
105110
"tall-tigers-wait",
106111
"tasty-numbers-perform",
112+
"ten-foxes-repeat",
107113
"ten-worms-reflect",
108114
"thin-foxes-lick",
109115
"thirty-flowers-sit",
110116
"thirty-ghosts-fix",
111117
"thirty-impalas-repair",
112118
"thirty-wombats-relax",
113119
"tiny-kings-whisper",
120+
"twelve-dragons-join",
114121
"twelve-onions-juggle",
115122
"two-dragons-yell",
116123
"two-falcons-buy",

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.21
4+
5+
### Patch Changes
6+
7+
- chore: refactor props handling ([#9826](https://github.com/sveltejs/svelte/pull/9826))
8+
9+
- fix: improve each key animations ([#9842](https://github.com/sveltejs/svelte/pull/9842))
10+
11+
- chore: avoid creating thunk for call expressions when appropriate ([#9841](https://github.com/sveltejs/svelte/pull/9841))
12+
13+
- fix: improve signal consumer removal logic ([#9837](https://github.com/sveltejs/svelte/pull/9837))
14+
15+
- fix: ensure computed props are wrapped in derived ([#9835](https://github.com/sveltejs/svelte/pull/9835))
16+
17+
- fix: better handle unowned derived signals ([#9832](https://github.com/sveltejs/svelte/pull/9832))
18+
19+
- fix: improve each block with animate ([#9839](https://github.com/sveltejs/svelte/pull/9839))
20+
321
## 5.0.0-next.20
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.20",
5+
"version": "5.0.0-next.21",
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.20';
9+
export const VERSION = '5.0.0-next.21';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)