Skip to content

Commit 2e3813e

Browse files
Version Packages (next)
1 parent fcc72ae commit 2e3813e

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
@@ -43,6 +43,7 @@
4343
"brown-houses-obey",
4444
"brown-months-fry",
4545
"brown-spoons-boil",
46+
"calm-buses-clap",
4647
"calm-pandas-vanish",
4748
"calm-ravens-sneeze",
4849
"chatty-beans-divide",
@@ -183,6 +184,7 @@
183184
"hot-jobs-tap",
184185
"hungry-boxes-relate",
185186
"hungry-dots-fry",
187+
"hungry-pants-push",
186188
"hungry-singers-share",
187189
"hungry-tips-unite",
188190
"hungry-trees-travel",
@@ -415,6 +417,7 @@
415417
"stale-fans-rest",
416418
"stale-jeans-refuse",
417419
"strange-apricots-happen",
420+
"strong-apricots-destroy",
418421
"strong-gifts-smoke",
419422
"strong-lemons-provide",
420423
"strong-pans-doubt",
@@ -474,6 +477,7 @@
474477
"twelve-dragons-join",
475478
"twelve-onions-juggle",
476479
"twelve-worms-jog",
480+
"two-brooms-fail",
477481
"two-candles-move",
478482
"two-dogs-accept",
479483
"two-dragons-yell",

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.127
4+
5+
### Patch Changes
6+
7+
- fix: don't warn on writes to `$state` ([#11540](https://github.com/sveltejs/svelte/pull/11540))
8+
9+
- feat: provide better error messages in DEV ([#11526](https://github.com/sveltejs/svelte/pull/11526))
10+
11+
- fix: handle falsy prop aliases correctly ([#11539](https://github.com/sveltejs/svelte/pull/11539))
12+
13+
- fix: ensure spread events are added even when rerunning spread immediately ([#11535](https://github.com/sveltejs/svelte/pull/11535))
14+
315
## 5.0.0-next.126
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.126",
5+
"version": "5.0.0-next.127",
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.126';
9+
export const VERSION = '5.0.0-next.127';
1010
export const PUBLIC_VERSION = '5';

0 commit comments

Comments
 (0)