Skip to content

Commit

Permalink
Version Packages (next) (#37)
Browse files Browse the repository at this point in the history
* Version Packages (next)

* chore: remove 'thanks' notes from changelog

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dominikg <[email protected]>
  • Loading branch information
3 people authored Apr 27, 2021
1 parent e5d4749 commit 50b76f8
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
14 changes: 13 additions & 1 deletion packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# @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) 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: 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) 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

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

0 comments on commit 50b76f8

Please sign in to comment.