Skip to content

Commit 5e8c452

Browse files
Version Packages (next)
1 parent 63f3ee4 commit 5e8c452

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@
245245
"heavy-ducks-leave",
246246
"heavy-ears-rule",
247247
"hip-balloons-begin",
248+
"hip-garlics-tap",
248249
"hip-pumpkins-boil",
249250
"honest-buses-add",
250251
"honest-dragons-turn",
@@ -305,6 +306,7 @@
305306
"lemon-trees-act",
306307
"light-badgers-glow",
307308
"light-days-clean",
309+
"light-hounds-carry",
308310
"light-humans-hang",
309311
"light-penguins-invent",
310312
"light-pens-watch",
@@ -343,6 +345,7 @@
343345
"mighty-cooks-scream",
344346
"mighty-files-hammer",
345347
"mighty-frogs-obey",
348+
"mighty-paws-smash",
346349
"mighty-shoes-nail",
347350
"modern-apricots-promise",
348351
"modern-fishes-double",
@@ -626,6 +629,7 @@
626629
"tidy-chefs-taste",
627630
"tidy-deers-hope",
628631
"tidy-fans-relax",
632+
"tidy-lizards-happen",
629633
"tidy-starfishes-allow",
630634
"tiny-kings-whisper",
631635
"tiny-meals-deliver",

packages/svelte/CHANGELOG.md

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

3+
## 5.0.0-next.177
4+
5+
### Patch Changes
6+
7+
- breaking: play transitions on `mount` by default ([#12351](https://github.com/sveltejs/svelte/pull/12351))
8+
9+
- fix: make `<select>` `<option value>` behavior consistent ([#12316](https://github.com/sveltejs/svelte/pull/12316))
10+
11+
- chore: stricter control flow syntax validation in runes mode ([#12342](https://github.com/sveltejs/svelte/pull/12342))
12+
13+
- fix: make `$state` component exports settable ([#12345](https://github.com/sveltejs/svelte/pull/12345))
14+
315
## 5.0.0-next.176
416

517
### 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)