Skip to content

Commit

Permalink
Version Packages (next) (#11541)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed May 10, 2024
1 parent 3103a0d commit 7e9b109
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/pre.json
Expand Up @@ -43,6 +43,7 @@
"brown-houses-obey",
"brown-months-fry",
"brown-spoons-boil",
"calm-buses-clap",
"calm-pandas-vanish",
"calm-ravens-sneeze",
"chatty-beans-divide",
Expand Down Expand Up @@ -183,6 +184,7 @@
"hot-jobs-tap",
"hungry-boxes-relate",
"hungry-dots-fry",
"hungry-pants-push",
"hungry-singers-share",
"hungry-tips-unite",
"hungry-trees-travel",
Expand Down Expand Up @@ -312,6 +314,7 @@
"quiet-camels-mate",
"quiet-crabs-nail",
"quiet-timers-speak",
"rare-mirrors-act",
"rare-pears-whisper",
"rare-worms-hunt",
"real-guests-do",
Expand Down Expand Up @@ -415,6 +418,7 @@
"stale-fans-rest",
"stale-jeans-refuse",
"strange-apricots-happen",
"strong-apricots-destroy",
"strong-gifts-smoke",
"strong-lemons-provide",
"strong-pans-doubt",
Expand Down Expand Up @@ -474,6 +478,7 @@
"twelve-dragons-join",
"twelve-onions-juggle",
"twelve-worms-jog",
"two-brooms-fail",
"two-candles-move",
"two-dogs-accept",
"two-dragons-yell",
Expand Down
14 changes: 14 additions & 0 deletions packages/svelte/CHANGELOG.md
@@ -1,5 +1,19 @@
# svelte

## 5.0.0-next.127

### Patch Changes

- fix: don't warn on writes to `$state` ([#11540](https://github.com/sveltejs/svelte/pull/11540))

- feat: provide better error messages in DEV ([#11526](https://github.com/sveltejs/svelte/pull/11526))

- fix: better support for lazy img elements ([#11545](https://github.com/sveltejs/svelte/pull/11545))

- fix: handle falsy prop aliases correctly ([#11539](https://github.com/sveltejs/svelte/pull/11539))

- fix: ensure spread events are added even when rerunning spread immediately ([#11535](https://github.com/sveltejs/svelte/pull/11535))

## 5.0.0-next.126

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.126",
"version": "5.0.0-next.127",
"type": "module",
"types": "./types/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/version.js
Expand Up @@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string}
*/
export const VERSION = '5.0.0-next.126';
export const VERSION = '5.0.0-next.127';
export const PUBLIC_VERSION = '5';

0 comments on commit 7e9b109

Please sign in to comment.