Version Packages (next) (#9542)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9572/head svelte@5.0.0-next.9
github-actions[bot] 8 months ago committed by GitHub
parent 1c48d7cbdc
commit b9664700b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,9 @@
"hungry-dots-fry",
"itchy-lions-wash",
"khaki-mails-draw",
"kind-deers-lay",
"lazy-spiders-think",
"long-crews-return",
"lucky-schools-hang",
"moody-owls-cry",
"odd-needles-joke",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.9
### Patch Changes
- chore: more transition code-golfing ([#9536](https://github.com/sveltejs/svelte/pull/9536))
- feat: native TypeScript support ([#9482](https://github.com/sveltejs/svelte/pull/9482))
## 5.0.0-next.8
### Patch Changes

@ -2,7 +2,7 @@
"name": "svelte",
"description": "Cybernetically enhanced web apps",
"license": "MIT",
"version": "5.0.0-next.8",
"version": "5.0.0-next.9",
"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.8';
export const VERSION = '5.0.0-next.9';
export const PUBLIC_VERSION = '5';

Loading…
Cancel
Save