From a709de7c1ac203f117e7d80f1e60014d8c2778d1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Apr 2021 20:59:55 +0000 Subject: [PATCH 1/2] Version Packages (next) --- .changeset/pre.json | 10 ++++++++-- packages/vite-plugin-svelte/CHANGELOG.md | 12 ++++++++++++ packages/vite-plugin-svelte/package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 0d56b7f39..207e92d6a 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -14,15 +14,21 @@ "@sveltejs/vite-plugin-svelte": "1.0.0-next.4", "playground-autoprefixer-browserslist": "1.0.0", "playground-kit-node": "0.0.0", - "playground-ts-type-import": "0.0.0" + "playground-ts-type-import": "0.0.0", + "playground-configfile-custom": "1.0.0", + "playground-configfile-esm": "1.0.0", + "playground-svelte-preprocess": "0.0.0" }, "changesets": [ + "blue-schools-bake", "dry-cameras-press", "eight-taxis-wash", "flat-books-kick", "fresh-penguins-heal", "lemon-toes-relax", "light-bottles-warn", - "long-foxes-agree" + "little-plums-grab", + "long-foxes-agree", + "nasty-baboons-joke" ] } diff --git a/packages/vite-plugin-svelte/CHANGELOG.md b/packages/vite-plugin-svelte/CHANGELOG.md index b39e15e77..ecf097077 100644 --- a/packages/vite-plugin-svelte/CHANGELOG.md +++ b/packages/vite-plugin-svelte/CHANGELOG.md @@ -1,5 +1,17 @@ # @sveltejs/vite-plugin-svelte +## 1.0.0-next.8 + +### Minor Changes + +- [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: Support esm in svelte.config.js and svelte.config.mjs + +* [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: add configFile option + +### Patch Changes + +- [#34](https://github.com/sveltejs/vite-plugin-svelte/pull/34) [`e5d4749`](https://github.com/sveltejs/vite-plugin-svelte/commit/e5d4749c0850260a295daab9cb15866fe58ee709) Thanks [@dominikg](https://github.com/dominikg)! - fix: watch preprocessor dependencies and trigger hmr on change + ## 1.0.0-next.7 ### Minor Changes diff --git a/packages/vite-plugin-svelte/package.json b/packages/vite-plugin-svelte/package.json index 99461cb26..7ea331b8a 100644 --- a/packages/vite-plugin-svelte/package.json +++ b/packages/vite-plugin-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/vite-plugin-svelte", - "version": "1.0.0-next.7", + "version": "1.0.0-next.8", "license": "MIT", "author": "dominikg", "files": [ From 3e8213c93ba4e246719b636181dba24667194b74 Mon Sep 17 00:00:00 2001 From: dominikg Date: Tue, 27 Apr 2021 23:26:46 +0200 Subject: [PATCH 2/2] chore: remove 'thanks' notes from changelog --- packages/vite-plugin-svelte/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/vite-plugin-svelte/CHANGELOG.md b/packages/vite-plugin-svelte/CHANGELOG.md index ecf097077..e800582ae 100644 --- a/packages/vite-plugin-svelte/CHANGELOG.md +++ b/packages/vite-plugin-svelte/CHANGELOG.md @@ -4,19 +4,19 @@ ### Minor Changes -- [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: Support esm in svelte.config.js and svelte.config.mjs +- [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Feature: Support esm in svelte.config.js and svelte.config.mjs -* [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: add configFile option +* [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Feature: add configFile option ### Patch Changes -- [#34](https://github.com/sveltejs/vite-plugin-svelte/pull/34) [`e5d4749`](https://github.com/sveltejs/vite-plugin-svelte/commit/e5d4749c0850260a295daab9cb15866fe58ee709) Thanks [@dominikg](https://github.com/dominikg)! - fix: watch preprocessor dependencies and trigger hmr on change +- [#34](https://github.com/sveltejs/vite-plugin-svelte/pull/34) [`e5d4749`](https://github.com/sveltejs/vite-plugin-svelte/commit/e5d4749c0850260a295daab9cb15866fe58ee709) fix: watch preprocessor dependencies and trigger hmr on change ## 1.0.0-next.7 ### Minor Changes -- [#32](https://github.com/sveltejs/vite-plugin-svelte/pull/32) [`113bb7d`](https://github.com/sveltejs/vite-plugin-svelte/commit/113bb7dc330a7517085d12d1d0758a376a12253f) Thanks [@dominikg](https://github.com/dominikg)! - Reduced cache usage, share css cache between SSR and client +- [#32](https://github.com/sveltejs/vite-plugin-svelte/pull/32) [`113bb7d`](https://github.com/sveltejs/vite-plugin-svelte/commit/113bb7dc330a7517085d12d1d0758a376a12253f) Reduced cache usage, share css cache between SSR and client ## 1.0.0-next.6