Skip to content

Commit ca84e2d

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

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@
4848
"changesets": [
4949
"big-items-shave",
5050
"brown-mails-fry",
51+
"funny-waves-poke",
52+
"grumpy-emus-destroy",
5153
"grumpy-planets-crash",
54+
"lovely-tables-scream",
55+
"nasty-queens-beam",
5256
"poor-wasps-worry",
5357
"ten-tips-sip"
5458
]

packages/vite-plugin-svelte/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 3.0.0-next.1
4+
5+
### Major Changes
6+
7+
- Preprocess style tags by default with vitePreprocess ([#756](https://github.com/sveltejs/vite-plugin-svelte/pull/756))
8+
9+
### Minor Changes
10+
11+
- feat(preprocess): add warnings in case preprocess dependencies contain anomalies ([#767](https://github.com/sveltejs/vite-plugin-svelte/pull/767))
12+
13+
### Patch Changes
14+
15+
- Improve compile error messages ([#757](https://github.com/sveltejs/vite-plugin-svelte/pull/757))
16+
17+
- feat(compile): promote experimental.dynamicCompileOptions to stable ([#765](https://github.com/sveltejs/vite-plugin-svelte/pull/765))
18+
319
## 3.0.0-next.0
420

521
### Major Changes

packages/vite-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "3.0.0-next.0",
3+
"version": "3.0.0-next.1",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)