Skip to content

Commit

Permalink
Version Packages (next) (#334)
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 May 11, 2022
1 parent f27ddd0 commit b8cd6d1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@
"e2e-test-dep-index-only": "1.0.0",
"e2e-test-dep-types-only": "1.0.0",
"e2e-test-dep-vite-plugins": "1.0.0",
"e2e-tests-dependencies": "0.0.0"
"e2e-tests-dependencies": "0.0.0",
"e2e-tests-inspector-kit": "0.0.0",
"e2e-tests-inspector-vite": "0.0.0"
},
"changesets": [
"angry-emus-study",
"angry-hotels-love",
"angry-laws-refuse",
"angry-penguins-jog",
"blue-schools-bake",
Expand Down
6 changes: 3 additions & 3 deletions packages/e2e-tests/inspector-vite/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "e2e-tests-inspector-vite",
"private": true,
"version": "0.0.0",
"name": "e2e-tests-inspector-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
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.44

### Patch Changes

- correctly resolve the experimental svelte inspector (see [#332](https://github.com/sveltejs/vite-plugin-svelte/issues/332)) (fixes [#330](https://github.com/sveltejs/vite-plugin-svelte/issues/330)) ([#333](https://github.com/sveltejs/vite-plugin-svelte/pull/333))

## 1.0.0-next.43

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

0 comments on commit b8cd6d1

Please sign in to comment.