Skip to content

Commit 787e091

Browse files
Version Packages (next) (#12349)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 66a1846 commit 787e091

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

.changeset/pre.json

Lines changed: 5 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",
@@ -502,6 +505,7 @@
502505
"silver-sheep-knock",
503506
"six-bears-trade",
504507
"six-boats-shave",
508+
"six-chicken-kneel",
505509
"six-gorillas-obey",
506510
"sixty-items-crash",
507511
"sixty-numbers-hope",
@@ -626,6 +630,7 @@
626630
"tidy-chefs-taste",
627631
"tidy-deers-hope",
628632
"tidy-fans-relax",
633+
"tidy-lizards-happen",
629634
"tidy-starfishes-allow",
630635
"tiny-kings-whisper",
631636
"tiny-meals-deliver",

packages/svelte/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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: resolve legacy component props equality for mutations ([#12348](https://github.com/sveltejs/svelte/pull/12348))
14+
15+
- fix: make `$state` component exports settable ([#12345](https://github.com/sveltejs/svelte/pull/12345))
16+
317
## 5.0.0-next.176
418

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