Skip to content

Commit daac395

Browse files
Version Packages (next)
1 parent 4b274dd commit daac395

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"fifty-steaks-float",
6868
"five-tigers-search",
6969
"flat-melons-protect",
70+
"fluffy-humans-worry",
7071
"forty-comics-invent",
7172
"forty-dolls-wave",
7273
"forty-peaches-unite",
@@ -145,6 +146,7 @@
145146
"odd-taxis-retire",
146147
"old-flies-jog",
147148
"old-houses-drum",
149+
"old-jokes-deliver",
148150
"old-mails-sneeze",
149151
"old-oranges-compete",
150152
"olive-kangaroos-brake",

packages/svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# svelte
22

3+
## 5.0.0-next.55
4+
5+
### Patch Changes
6+
7+
- feat: derive destructured derived objects values ([#10488](https://github.com/sveltejs/svelte/pull/10488))
8+
9+
- fix: prevent infinite loop when writing to store using shorthand ([#10477](https://github.com/sveltejs/svelte/pull/10477))
10+
311
## 5.0.0-next.54
412

513
### 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.54",
5+
"version": "5.0.0-next.55",
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.54';
9+
export const VERSION = '5.0.0-next.55';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)