Skip to content

Commit bbdb65a

Browse files
Version Packages (beta) (#537)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0b010e3 commit bbdb65a

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@
4545
"@sveltejs/vite-plugin-svelte": "1.4.0"
4646
},
4747
"changesets": [
48+
"fast-ligers-sort",
4849
"short-clouds-build",
4950
"silent-steaks-rush",
5051
"silver-jokes-do",
5152
"slow-paws-grow",
53+
"sour-ducks-float",
5254
"thick-elephants-smell"
5355
]
5456
}

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.3
4+
5+
### Patch Changes
6+
7+
- Remove `experimental.useVitePreprocess` option in favour of `vitePreprocess` ([#538](https://github.com/sveltejs/vite-plugin-svelte/pull/538))
8+
9+
- Remove pre Vite 3.2 support for `vitePreprocess` ([#536](https://github.com/sveltejs/vite-plugin-svelte/pull/536))
10+
311
## 2.0.0-beta.2
412

513
### Major 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": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)