Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 16, 2023
1 parent aa8cc5d commit 4b4f8d8
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,14 @@
"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",
"stale-cougars-wink"
]
}
10 changes: 9 additions & 1 deletion packages/svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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))

- warn on boolean compilerOptions.css ([#8710](https://github.com/sveltejs/svelte/pull/8710))

## 4.0.0-next.1

### Patch Changes
Expand Down Expand Up @@ -2664,4 +2672,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 4b4f8d8

Please sign in to comment.