Skip to content

Commit 7e9b109

Browse files
Version Packages (next) (#11541)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3103a0d commit 7e9b109

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
@@ -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",
@@ -312,6 +314,7 @@
312314
"quiet-camels-mate",
313315
"quiet-crabs-nail",
314316
"quiet-timers-speak",
317+
"rare-mirrors-act",
315318
"rare-pears-whisper",
316319
"rare-worms-hunt",
317320
"real-guests-do",
@@ -415,6 +418,7 @@
415418
"stale-fans-rest",
416419
"stale-jeans-refuse",
417420
"strange-apricots-happen",
421+
"strong-apricots-destroy",
418422
"strong-gifts-smoke",
419423
"strong-lemons-provide",
420424
"strong-pans-doubt",
@@ -474,6 +478,7 @@
474478
"twelve-dragons-join",
475479
"twelve-onions-juggle",
476480
"twelve-worms-jog",
481+
"two-brooms-fail",
477482
"two-candles-move",
478483
"two-dogs-accept",
479484
"two-dragons-yell",

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.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: better support for lazy img elements ([#11545](https://github.com/sveltejs/svelte/pull/11545))
12+
13+
- fix: handle falsy prop aliases correctly ([#11539](https://github.com/sveltejs/svelte/pull/11539))
14+
15+
- fix: ensure spread events are added even when rerunning spread immediately ([#11535](https://github.com/sveltejs/svelte/pull/11535))
16+
317
## 5.0.0-next.126
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.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)