Skip to content

Commit

Permalink
Version Packages (next) (#180)
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 29, 2021
1 parent de75eaf commit c658a0f
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 @@ -29,7 +29,8 @@
"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-api-only": "1.0.0"
"e2e-test-dep-svelte-api-only": "1.0.0",
"e2e-tests-preprocess-with-vite": "0.0.0"
},
"changesets": [
"angry-emus-study",
Expand Down Expand Up @@ -66,6 +67,7 @@
"happy-mails-kneel",
"happy-toys-boil",
"large-ears-press",
"large-frogs-lick",
"lemon-toes-relax",
"light-bottles-warn",
"little-plums-grab",
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.25

### Minor Changes

- Use transformWithEsbuild for vite script preprocessor ([#173](https://github.com/sveltejs/vite-plugin-svelte/pull/173))

## 1.0.0-next.24

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

0 comments on commit c658a0f

Please sign in to comment.