Skip to content

Commit

Permalink
Version Packages (next) (#167)
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] committed Sep 11, 2021
1 parent adccb23 commit 7ed8e0e
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 @@ -28,7 +28,8 @@
"e2e-test-dep-esm-only": "1.0.0",
"e2e-test-dep-svelte-nested": "1.0.0",
"e2e-test-dep-svelte-simple": "1.0.0",
"e2e-test-dep-svelte-hybrid": "1.0.0"
"e2e-test-dep-svelte-hybrid": "1.0.0",
"e2e-test-dep-svelte-api-only": "1.0.0"
},
"changesets": [
"angry-emus-study",
Expand Down Expand Up @@ -68,6 +69,7 @@
"light-bottles-warn",
"little-plums-grab",
"long-foxes-agree",
"modern-horses-reply",
"nasty-baboons-joke",
"nasty-poems-fold",
"nasty-worms-admire",
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

## 1.0.0-next.23

### Patch Changes

- Svelte libraries without any Svelte components are also added to ssr.noExternal ([#166](https://github.com/sveltejs/vite-plugin-svelte/pull/166))

## 1.0.0-next.22

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

0 comments on commit 7ed8e0e

Please sign in to comment.