Skip to content

Commit

Permalink
Version Packages (next) (#160)
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 1, 2021
1 parent 095013d commit 649b9b0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"e2e-test-dep-cjs-only": "1.0.0",
"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-simple": "1.0.0",
"e2e-test-dep-svelte-hybrid": "1.0.0"
},
"changesets": [
"angry-emus-study",
Expand Down Expand Up @@ -55,6 +56,7 @@
"forty-parents-jam",
"four-chairs-rhyme",
"fresh-penguins-heal",
"friendly-deers-own",
"funny-clocks-drum",
"fuzzy-bottles-teach",
"fuzzy-mails-brush",
Expand All @@ -78,6 +80,7 @@
"seven-cows-leave",
"sharp-laws-leave",
"six-ears-grow",
"strange-brooms-crash",
"two-queens-roll",
"wicked-hairs-share",
"wise-impalas-glow",
Expand Down
10 changes: 10 additions & 0 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.21

### Minor Changes

- Add option disableDependencyReinclusion to offer users a way out of automatic optimization for hybrid packages ([#161](https://github.com/sveltejs/vite-plugin-svelte/pull/161))

### Patch Changes

- Improve automatic dependency pre-bundling by not reincluding dependencies that are already present in optimizeDeps.exclude ([#159](https://github.com/sveltejs/vite-plugin-svelte/pull/159))

## 1.0.0-next.20

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

0 comments on commit 649b9b0

Please sign in to comment.