Version Packages (next) (#8709)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/8711/head
github-actions[bot] 2 years ago committed by GitHub
parent 264da48887
commit 5963b6fd84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,12 @@
"mode": "pre",
"tag": "next",
"initialVersions": {
"svelte": "4.0.0-next.1"
"svelte": "4.0.0-next.1",
"playground": "0.0.0"
},
"changesets": []
"changesets": [
"beige-boxes-rhyme",
"gentle-pumas-chew",
"green-sheep-learn"
]
}

@ -1,5 +1,15 @@
# svelte
## 4.0.0-next.1
### Patch Changes
- fix: export ComponentType from `svelte` entrypoint ([#8694](https://github.com/sveltejs/svelte/pull/8694))
- fix: derived store types ([#8700](https://github.com/sveltejs/svelte/pull/8700))
- Generate type declarations with dts-buddy ([#8702](https://github.com/sveltejs/svelte/pull/8702))
## 4.0.0-next.0
### Major Changes

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"description": "Cybernetically enhanced web apps",
"type": "module",
"module": "src/runtime/index.js",

@ -1,4 +1,4 @@
// generated during release, do not modify
/** @type {string} */
export const VERSION = '4.0.0-next.0';
export const VERSION = '4.0.0-next.1';

Loading…
Cancel
Save