Skip to content

Commit baf2b67

Browse files
Version Packages (next) (#10479)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cec3540 commit baf2b67

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
@@ -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",
@@ -192,6 +194,7 @@
192194
"shiny-shrimps-march",
193195
"short-buses-camp",
194196
"silent-apes-report",
197+
"silly-laws-happen",
195198
"silver-points-approve",
196199
"sixty-items-crash",
197200
"slimy-clouds-talk",

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.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+
11+
- fix: add proper source map support ([#10459](https://github.com/sveltejs/svelte/pull/10459))
12+
313
## 5.0.0-next.54
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.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)