Skip to content

Commit baa8ea0

Browse files
Version Packages (next)
1 parent e2dcdc2 commit baa8ea0

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

.changeset/pre.json

Lines changed: 3 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",
@@ -85,6 +86,7 @@
8586
"seven-deers-jam",
8687
"seven-ravens-check",
8788
"sharp-gorillas-impress",
89+
"sharp-tomatoes-learn",
8890
"shiny-baboons-play",
8991
"shiny-shrimps-march",
9092
"slimy-clouds-talk",
@@ -104,6 +106,7 @@
104106
"tall-shrimps-worry",
105107
"tall-tigers-wait",
106108
"tasty-numbers-perform",
109+
"ten-foxes-repeat",
107110
"ten-worms-reflect",
108111
"thin-foxes-lick",
109112
"thirty-flowers-sit",

packages/svelte/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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: ensure computed props are wrapped in derived ([#9835](https://github.com/sveltejs/svelte/pull/9835))
10+
11+
- fix: better handle unowned derived signals ([#9832](https://github.com/sveltejs/svelte/pull/9832))
12+
313
## 5.0.0-next.20
414

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