Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 13, 2022
1 parent 925c3b2 commit 0d09be1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"famous-pets-tell",
"five-dogs-care",
"five-houses-serve",
"five-moles-swim",
"flat-books-kick",
"flat-mayflies-smell",
"forty-lobsters-double",
Expand All @@ -91,6 +92,7 @@
"green-buttons-wait",
"happy-mails-kneel",
"happy-toys-boil",
"healthy-worms-double",
"hot-crabs-reply",
"khaki-kids-vanish",
"kind-ducks-swim",
Expand All @@ -101,11 +103,13 @@
"little-plums-grab",
"long-foxes-agree",
"loud-pets-cheat",
"metal-jeans-jam",
"modern-horses-reply",
"nasty-baboons-joke",
"nasty-poems-fold",
"nasty-seahorses-dance",
"nasty-worms-admire",
"nervous-bottles-lay",
"nervous-jobs-remain",
"olive-flowers-glow",
"plenty-pumpkins-buy",
Expand Down
29 changes: 29 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @sveltejs/vite-plugin-svelte

## 1.0.0-next.50

### Major Changes

- move plugin options in svelte.config.js into "vitePlugin" ([#389](https://github.com/sveltejs/vite-plugin-svelte/pull/389))

update your svelte.config.js and wrap [plugin options](https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/config.md#plugin-options) with `vitePlugin`

```diff
// svelte.config.js

compilerOptions: {...},
preprocess: {...},
extensions: [...],
onwarn: () => {...},
kit: {},
+ vitePlugin: {
// include, exclude, emitCss, hot, ignorePluginPreprocessors, disableDependencyReinclusion, experimental
+ }
```

* update to vite3 ([#359](https://github.com/sveltejs/vite-plugin-svelte/pull/359))

- bump minimum required node version to 14.18.0 to align with vite 3 ([#359](https://github.com/sveltejs/vite-plugin-svelte/pull/359))

### Patch Changes

- Always add dependencies using svelte to ssr.noExternal in vite config ([#359](https://github.com/sveltejs/vite-plugin-svelte/pull/359))

## 1.0.0-next.49

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

0 comments on commit 0d09be1

Please sign in to comment.