Skip to content

Commit 0934a16

Browse files
Version Packages (next)
1 parent 08d93a2 commit 0934a16

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
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",
@@ -78,13 +79,15 @@
7879
"quiet-camels-mate",
7980
"rare-pears-whisper",
8081
"rich-sheep-burn",
82+
"rich-tables-sing",
8183
"rotten-buckets-develop",
8284
"selfish-tools-hide",
8385
"serious-socks-cover",
8486
"serious-zebras-scream",
8587
"seven-deers-jam",
8688
"seven-ravens-check",
8789
"sharp-gorillas-impress",
90+
"sharp-tomatoes-learn",
8891
"shiny-baboons-play",
8992
"shiny-shrimps-march",
9093
"slimy-clouds-talk",
@@ -104,13 +107,15 @@
104107
"tall-shrimps-worry",
105108
"tall-tigers-wait",
106109
"tasty-numbers-perform",
110+
"ten-foxes-repeat",
107111
"ten-worms-reflect",
108112
"thin-foxes-lick",
109113
"thirty-flowers-sit",
110114
"thirty-ghosts-fix",
111115
"thirty-impalas-repair",
112116
"thirty-wombats-relax",
113117
"tiny-kings-whisper",
118+
"twelve-dragons-join",
114119
"twelve-onions-juggle",
115120
"two-dragons-yell",
116121
"two-falcons-buy",

packages/svelte/CHANGELOG.md

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

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