Version Packages (next) (#9736)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/9750/head svelte@5.0.0-next.17
github-actions[bot] 10 months ago committed by GitHub
parent 765d01d76c
commit 61e5e53eee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,7 @@
"kind-eagles-join",
"large-clouds-carry",
"lazy-spiders-think",
"lemon-geese-drum",
"light-pens-watch",
"long-crews-return",
"lovely-items-turn",
@ -89,6 +90,7 @@
"thirty-wombats-relax",
"tiny-kings-whisper",
"twelve-onions-juggle",
"two-dragons-yell",
"two-falcons-buy",
"wet-games-fly",
"wicked-clouds-exercise",

@ -1,5 +1,13 @@
# svelte
## 5.0.0-next.17
### Patch Changes
- fix: improve `$inspect` type definition ([#9731](https://github.com/sveltejs/svelte/pull/9731))
- fix: correctly inspect derived values ([#9731](https://github.com/sveltejs/svelte/pull/9731))
## 5.0.0-next.16
### Patch Changes

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

Loading…
Cancel
Save