Skip to content

Commit 4611070

Browse files
Version Packages (next)
1 parent e8c3729 commit 4611070

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
@@ -343,6 +343,7 @@
343343
"mighty-cooks-scream",
344344
"mighty-files-hammer",
345345
"mighty-frogs-obey",
346+
"mighty-paws-smash",
346347
"mighty-shoes-nail",
347348
"modern-apricots-promise",
348349
"modern-fishes-double",
@@ -626,6 +627,7 @@
626627
"tidy-chefs-taste",
627628
"tidy-deers-hope",
628629
"tidy-fans-relax",
630+
"tidy-lizards-happen",
629631
"tidy-starfishes-allow",
630632
"tiny-kings-whisper",
631633
"tiny-meals-deliver",

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.177
4+
5+
### Patch Changes
6+
7+
- chore: stricter control flow syntax validation in runes mode ([#12342](https://github.com/sveltejs/svelte/pull/12342))
8+
9+
- fix: make `$state` component exports settable ([#12345](https://github.com/sveltejs/svelte/pull/12345))
10+
311
## 5.0.0-next.176
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.176",
5+
"version": "5.0.0-next.177",
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.176';
9+
export const VERSION = '5.0.0-next.177';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)