Skip to content

Commit

Permalink
Version Packages (next) (#143)
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 Aug 20, 2021
1 parent 94c03ec commit a453fb8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
"flat-mayflies-smell",
"forty-lobsters-double",
"forty-parents-jam",
"four-chairs-rhyme",
"fresh-penguins-heal",
"funny-clocks-drum",
"fuzzy-bottles-teach",
"fuzzy-mails-brush",
"gorgeous-monkeys-brake",
"happy-mails-kneel",
"happy-toys-boil",
Expand Down
16 changes: 13 additions & 3 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/vite-plugin-svelte

## 1.0.0-next.18

### Minor Changes

- automatically exclude svelte dependencies in vite.optimizeDeps ([#145](https://github.com/sveltejs/vite-plugin-svelte/pull/145))

### Patch Changes

- use createRequire to load svelte.config.cjs in esm projects (fixes [#141](https://github.com/sveltejs/vite-plugin-svelte/issues/141)) ([#142](https://github.com/sveltejs/vite-plugin-svelte/pull/142))

## 1.0.0-next.17

### Patch Changes
Expand Down Expand Up @@ -35,9 +45,9 @@

```js
{
{
['svelte']
}
{
['svelte'];
}
}
```

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

0 comments on commit a453fb8

Please sign in to comment.