Version Packages (next) (#8733)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
pull/8759/head
github-actions[bot] 1 year ago committed by GitHub
parent cc82d5ddcb
commit 520a5784fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,11 +3,16 @@
"tag": "next",
"initialVersions": {
"svelte": "4.0.0-next.1",
"playground": "0.0.0"
"playground": "0.0.0",
"svelte.dev": "1.0.0"
},
"changesets": [
"beige-boxes-rhyme",
"fair-geese-repeat",
"gentle-pumas-chew",
"green-sheep-learn"
"green-sheep-learn",
"mighty-suns-occur",
"stale-cougars-wink",
"tame-peaches-destroy"
]
}

@ -1,5 +1,17 @@
# svelte
## 4.0.0-next.2
### Patch Changes
- fix: never use html optimization for mustache tags in hydration mode ([#8744](https://github.com/sveltejs/svelte/pull/8744))
- fix: ensure types are loaded with all TS settings ([#8721](https://github.com/sveltejs/svelte/pull/8721))
- warn on boolean compilerOptions.css ([#8710](https://github.com/sveltejs/svelte/pull/8710))
- fix: export correct SvelteComponent type ([#8721](https://github.com/sveltejs/svelte/pull/8721))
## 4.0.0-next.1
### Patch Changes
@ -2664,4 +2676,4 @@ Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelt
## 0.0.1
- Just squatting on the package name
- Just squatting on the package name

@ -1,6 +1,6 @@
{
"name": "svelte",
"version": "4.0.0-next.1",
"version": "4.0.0-next.2",
"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.1';
export const VERSION = '4.0.0-next.2';

Loading…
Cancel
Save