Skip to content

Commit 18a17be

Browse files
Version Packages (beta) (#523)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 956e381 commit 18a17be

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"playground-windicss": "0.0.0",
4545
"@sveltejs/vite-plugin-svelte": "1.4.0"
4646
},
47-
"changesets": []
47+
"changesets": [
48+
"slow-paws-grow",
49+
"thick-elephants-smell"
50+
]
4851
}

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 2.0.0-beta.0
4+
5+
### Major Changes
6+
7+
- remove cjs build ([#522](https://github.com/sveltejs/vite-plugin-svelte/pull/522))
8+
9+
- update vite peerDependency to vite-4 ([#521](https://github.com/sveltejs/vite-plugin-svelte/pull/521))
10+
311
## 1.4.0
412

513
### Minor Changes

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "1.4.0",
3+
"version": "2.0.0-beta.0",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)