Skip to content

Commit 9a173f8

Browse files
Version Packages (next)
1 parent 2754e4e commit 9a173f8

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
@@ -226,6 +226,7 @@
226226
"lucky-colts-remember",
227227
"lucky-geckos-swim",
228228
"lucky-schools-hang",
229+
"lucky-teachers-exist",
229230
"lucky-toes-begin",
230231
"many-rockets-give",
231232
"many-trees-fix",
@@ -272,6 +273,7 @@
272273
"olive-socks-kick",
273274
"orange-crews-rescue",
274275
"orange-dingos-poke",
276+
"orange-masks-exercise",
275277
"orange-yaks-protect",
276278
"orange-zoos-heal",
277279
"pink-bikes-agree",

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.118
4+
5+
### Patch Changes
6+
7+
- fix: handle reassignment of `$props` and `$restProps` ([#11348](https://github.com/sveltejs/svelte/pull/11348))
8+
9+
- fix: disallow sequence expressions in `@const` tags ([#11357](https://github.com/sveltejs/svelte/pull/11357))
10+
311
## 5.0.0-next.117
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.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)