Skip to content

Commit

Permalink
Version Packages (next) (#990)
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] authored Oct 10, 2024
1 parent 54d3bb5 commit 3a61041
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
"playground-kit-demo-app": "0.0.0",
"playground-optimizedeps-include": "0.0.0",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@sveltejs/vite-plugin-svelte-inspector": "2.1.0"
"@sveltejs/vite-plugin-svelte-inspector": "2.1.0",
"e2e-tests-scan-deps": "0.0.0"
},
"changesets": [
"angry-pumpkins-deny",
Expand All @@ -64,6 +65,7 @@
"red-buckets-walk",
"shiny-rocks-grow",
"slow-eagles-unite",
"spotty-garlics-search",
"strong-cherries-know",
"thin-rats-sniff",
"twenty-walls-watch",
Expand Down
6 changes: 6 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/vite-plugin-svelte

## 4.0.0-next.8
### Minor Changes


- feat(warnings): change default loglevel of warnings originating from files in node_modules to debug. To see them call `DEBUG:vite-plugin-svelte:node-modules-onwarn pnpm build`. ([#989](https://github.com/sveltejs/vite-plugin-svelte/pull/989))

## 4.0.0-next.7
### 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": "4.0.0-next.7",
"version": "4.0.0-next.8",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit 3a61041

Please sign in to comment.