Version Packages (next) (#12825)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/12837/head svelte@5.0.0-next.220
github-actions[bot] 1 month ago committed by GitHub
parent adcceb4aca
commit 555e90f932
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -55,6 +55,7 @@
"brown-geckos-fry", "brown-geckos-fry",
"brown-houses-obey", "brown-houses-obey",
"brown-insects-float", "brown-insects-float",
"brown-months-flow",
"brown-months-fry", "brown-months-fry",
"brown-spoons-boil", "brown-spoons-boil",
"calm-buses-clap", "calm-buses-clap",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.220
### Patch Changes
- feat: warn on invalid event handlers ([#12818](https://github.com/sveltejs/svelte/pull/12818))
## 5.0.0-next.219 ## 5.0.0-next.219
### Patch Changes ### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte", "name": "svelte",
"description": "Cybernetically enhanced web apps", "description": "Cybernetically enhanced web apps",
"license": "MIT", "license": "MIT",
"version": "5.0.0-next.219", "version": "5.0.0-next.220",
"type": "module", "type": "module",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"engines": { "engines": {

@ -6,5 +6,5 @@
* https://svelte.dev/docs/svelte-compiler#svelte-version * https://svelte.dev/docs/svelte-compiler#svelte-version
* @type {string} * @type {string}
*/ */
export const VERSION = '5.0.0-next.219'; export const VERSION = '5.0.0-next.220';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save