Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 1, 2023
1 parent aba990b commit 59569c4
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 41 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-fans-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-tips-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-suits-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-rats-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-lobsters-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-nails-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-llamas-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-crabs-type.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @sveltejs/vite-plugin-svelte

## 2.2.0

### Minor Changes

- feat(inspector): Promote experimental.inspector to regular option ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

- feat(inspector): allow configuration via environment SVELTE_INSPECTOR_OPTIONS or SVELTE_INSPECTOR_TOGGLE ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

- feat(inspector): enable holdMode by default ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

- Remove internal SvelteKit specific handling ([#638](https://github.com/sveltejs/vite-plugin-svelte/pull/638))

### Patch Changes

- fix(inspector): prepend vite base when calling \_\_openInEditor ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

- fix(inspector): after a file has been opened, automatically disable inspector on leaving browser ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

- fix(inspector): use control-shift as default keycombo on linux to avoid problems in firefox ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

- fix(svelte-inspector): mount outside body to avoid hydration claiming body removing it ([#631](https://github.com/sveltejs/vite-plugin-svelte/pull/631))

## 2.1.1

### 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": "2.1.1",
"version": "2.2.0",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit 59569c4

Please sign in to comment.