Skip to content

Commit b80c6df

Browse files
Version Packages (next)
1 parent 8dfb289 commit b80c6df

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 6 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",
@@ -78,13 +80,15 @@
7880
"quiet-camels-mate",
7981
"rare-pears-whisper",
8082
"rich-sheep-burn",
83+
"rich-tables-sing",
8184
"rotten-buckets-develop",
8285
"selfish-tools-hide",
8386
"serious-socks-cover",
8487
"serious-zebras-scream",
8588
"seven-deers-jam",
8689
"seven-ravens-check",
8790
"sharp-gorillas-impress",
91+
"sharp-tomatoes-learn",
8892
"shiny-baboons-play",
8993
"shiny-shrimps-march",
9094
"slimy-clouds-talk",
@@ -104,13 +108,15 @@
104108
"tall-shrimps-worry",
105109
"tall-tigers-wait",
106110
"tasty-numbers-perform",
111+
"ten-foxes-repeat",
107112
"ten-worms-reflect",
108113
"thin-foxes-lick",
109114
"thirty-flowers-sit",
110115
"thirty-ghosts-fix",
111116
"thirty-impalas-repair",
112117
"thirty-wombats-relax",
113118
"tiny-kings-whisper",
119+
"twelve-dragons-join",
114120
"twelve-onions-juggle",
115121
"two-dragons-yell",
116122
"two-falcons-buy",

packages/svelte/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- fix: improve signal consumer removal logic ([#9837](https://github.com/sveltejs/svelte/pull/9837))
12+
13+
- fix: ensure computed props are wrapped in derived ([#9835](https://github.com/sveltejs/svelte/pull/9835))
14+
15+
- fix: better handle unowned derived signals ([#9832](https://github.com/sveltejs/svelte/pull/9832))
16+
17+
- fix: improve each block with animate ([#9839](https://github.com/sveltejs/svelte/pull/9839))
18+
319
## 5.0.0-next.20
420

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