Skip to content

Commit 6055373

Browse files
Version Packages (next)
1 parent e017764 commit 6055373

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
@@ -169,6 +169,7 @@
169169
"honest-dragons-turn",
170170
"honest-icons-change",
171171
"honest-nails-share",
172+
"honest-pans-kick",
172173
"hot-jobs-tap",
173174
"hungry-boxes-relate",
174175
"hungry-dots-fry",
@@ -226,6 +227,7 @@
226227
"lucky-colts-remember",
227228
"lucky-geckos-swim",
228229
"lucky-schools-hang",
230+
"lucky-teachers-exist",
229231
"lucky-toes-begin",
230232
"many-rockets-give",
231233
"many-trees-fix",
@@ -272,6 +274,7 @@
272274
"olive-socks-kick",
273275
"orange-crews-rescue",
274276
"orange-dingos-poke",
277+
"orange-masks-exercise",
275278
"orange-yaks-protect",
276279
"orange-zoos-heal",
277280
"pink-bikes-agree",

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.118
4+
5+
### Patch Changes
6+
7+
- fix: ensure no data loss occurs when using reactive Set methods ([#11385](https://github.com/sveltejs/svelte/pull/11385))
8+
9+
- fix: handle reassignment of `$props` and `$restProps` ([#11348](https://github.com/sveltejs/svelte/pull/11348))
10+
11+
- fix: disallow sequence expressions in `@const` tags ([#11357](https://github.com/sveltejs/svelte/pull/11357))
12+
313
## 5.0.0-next.117
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.117",
5+
"version": "5.0.0-next.118",
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.117';
9+
export const VERSION = '5.0.0-next.118';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)