Version Packages (next) (#13695)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/13697/head svelte@5.0.0-next.271
github-actions[bot] 2 weeks ago committed by GitHub
parent a577ce08c6
commit 966a6bda05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -691,6 +691,7 @@
"serious-socks-cover",
"serious-zebras-scream",
"seven-bees-tell",
"seven-dancers-brush",
"seven-deers-jam",
"seven-garlics-serve",
"seven-hornets-smile",

@ -1,5 +1,11 @@
# svelte
## 5.0.0-next.271
### Patch Changes
- fix: avoid chromium issue with dispatching blur on element removal ([#13694](https://github.com/sveltejs/svelte/pull/13694))
## 5.0.0-next.270
### Patch Changes

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

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

Loading…
Cancel
Save