Skip to content

Commit 520a578

Browse files
Version Packages (next) (#8733)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent cc82d5d commit 520a578

File tree

4 files changed

+22
-5
lines changed

4 files changed

+22
-5
lines changed

.changeset/pre.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@
33
"tag": "next",
44
"initialVersions": {
55
"svelte": "4.0.0-next.1",
6-
"playground": "0.0.0"
6+
"playground": "0.0.0",
7+
"svelte.dev": "1.0.0"
78
},
89
"changesets": [
910
"beige-boxes-rhyme",
11+
"fair-geese-repeat",
1012
"gentle-pumas-chew",
11-
"green-sheep-learn"
13+
"green-sheep-learn",
14+
"mighty-suns-occur",
15+
"stale-cougars-wink",
16+
"tame-peaches-destroy"
1217
]
1318
}

packages/svelte/CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# svelte
22

3+
## 4.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- fix: never use html optimization for mustache tags in hydration mode ([#8744](https://github.com/sveltejs/svelte/pull/8744))
8+
9+
- fix: ensure types are loaded with all TS settings ([#8721](https://github.com/sveltejs/svelte/pull/8721))
10+
11+
- warn on boolean compilerOptions.css ([#8710](https://github.com/sveltejs/svelte/pull/8710))
12+
13+
- fix: export correct SvelteComponent type ([#8721](https://github.com/sveltejs/svelte/pull/8721))
14+
315
## 4.0.0-next.1
416

517
### Patch Changes
@@ -2664,4 +2676,4 @@ Set `style.cssText` rather than `style` ([#44](https://github.com/sveltejs/svelt
26642676

26652677
## 0.0.1
26662678

2667-
- Just squatting on the package name
2679+
- Just squatting on the package name

packages/svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte",
3-
"version": "4.0.0-next.1",
3+
"version": "4.0.0-next.2",
44
"description": "Cybernetically enhanced web apps",
55
"type": "module",
66
"module": "src/runtime/index.js",

packages/svelte/src/shared/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// generated during release, do not modify
22

33
/** @type {string} */
4-
export const VERSION = '4.0.0-next.1';
4+
export const VERSION = '4.0.0-next.2';

0 commit comments

Comments
 (0)