Skip to content

Commit 2c86327

Browse files
Version Packages (#616)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a39d88e commit 2c86327

File tree

7 files changed

+17
-26
lines changed

7 files changed

+17
-26
lines changed

.changeset/big-candles-agree.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/chilled-tigers-flash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cold-horses-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/real-jokes-help.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strong-coins-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/vite-plugin-svelte/CHANGELOG.md

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

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- log warnings for packages that use the `svelte` field to resolve Svelte files differently than standard Vite resolve ([#510](https://github.com/sveltejs/vite-plugin-svelte/pull/510))
8+
9+
### Patch Changes
10+
11+
- fix(vitePreprocess): add dependencies to style preprocessor output ([#625](https://github.com/sveltejs/vite-plugin-svelte/pull/625))
12+
13+
- Skip Vite resolve workaround on Vite 4.1+ or Svelte 4+ ([#622](https://github.com/sveltejs/vite-plugin-svelte/pull/622))
14+
15+
- fix(vitePreprocess): use relative paths without lang suffix in sourcemaps to avoid missing source file errors. ([#625](https://github.com/sveltejs/vite-plugin-svelte/pull/625))
16+
17+
- Log stats in debug mode and remove `experimental.disableCompileStats` option. Use `DEBUG="vite:vite-plugin-svelte:stats"` when starting the dev server or build to log the compile stats. ([#614](https://github.com/sveltejs/vite-plugin-svelte/pull/614))
18+
319
## 2.0.4
420

521
### Patch 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.4",
3+
"version": "2.1.0",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)