Skip to content

Commit

Permalink
Version Packages (next) (#8733)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Jun 18, 2023
1 parent cc82d5d commit 520a578
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
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';

0 comments on commit 520a578

Please sign in to comment.