Skip to content

Commit

Permalink
Version Packages (#616)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 21, 2023
1 parent a39d88e commit 2c86327
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-candles-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-tigers-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-horses-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-jokes-help.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-coins-shout.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @sveltejs/vite-plugin-svelte

## 2.1.0

### Minor Changes

- 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))

### Patch Changes

- fix(vitePreprocess): add dependencies to style preprocessor output ([#625](https://github.com/sveltejs/vite-plugin-svelte/pull/625))

- Skip Vite resolve workaround on Vite 4.1+ or Svelte 4+ ([#622](https://github.com/sveltejs/vite-plugin-svelte/pull/622))

- 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))

- 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))

## 2.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte",
"version": "2.0.4",
"version": "2.1.0",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit 2c86327

Please sign in to comment.