Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
14 changes: 13 additions & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/src/shared/version.js
Original file line number Diff line number Diff line change
@@ -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';