Version Packages (next) (#11255)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/11259/head svelte@5.0.0-next.110
github-actions[bot] 1 year ago committed by GitHub
parent 7edba25581
commit 1b688eac8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -310,6 +310,7 @@
"serious-socks-cover", "serious-socks-cover",
"serious-zebras-scream", "serious-zebras-scream",
"seven-deers-jam", "seven-deers-jam",
"seven-garlics-serve",
"seven-hornets-smile", "seven-hornets-smile",
"seven-jobs-sniff", "seven-jobs-sniff",
"seven-masks-end", "seven-masks-end",

@ -1,5 +1,11 @@
# svelte # svelte
## 5.0.0-next.110
### Patch Changes
- fix: make sure event attributes run after bindings ([#11230](https://github.com/sveltejs/svelte/pull/11230))
## 5.0.0-next.109 ## 5.0.0-next.109
### 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.109", "version": "5.0.0-next.110",
"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.109'; export const VERSION = '5.0.0-next.110';
export const PUBLIC_VERSION = '5'; export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save