Skip to content

Commit

Permalink
Version Packages (next) (#775)
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 Oct 26, 2023
1 parent da5e40b commit 213192a
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,15 @@
"big-items-shave",
"brown-mails-fry",
"funny-waves-poke",
"gorgeous-hats-bathe",
"grumpy-emus-destroy",
"grumpy-planets-crash",
"lovely-tables-scream",
"many-cows-rescue",
"metal-olives-wait",
"nasty-queens-beam",
"poor-wasps-worry",
"small-pears-accept",
"ten-tips-sip"
]
}
11 changes: 11 additions & 0 deletions packages/vite-plugin-svelte-inspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @sveltejs/vite-plugin-svelte-inspector

## 2.0.0-next.1

### Major Changes

- breaking(types): emit types with dts-buddy to include type map ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))

### Patch Changes

- Updated dependencies [[`62afd80`](https://github.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995), [`62afd80`](https://github.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995), [`62afd80`](https://github.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995), [`62afd80`](https://github.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995)]:
- @sveltejs/vite-plugin-svelte@3.0.0-next.2

## 2.0.0-next.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-plugin-svelte-inspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/vite-plugin-svelte-inspector",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down
17 changes: 17 additions & 0 deletions packages/vite-plugin-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @sveltejs/vite-plugin-svelte

## 3.0.0-next.2

### Major Changes

- breaking: remove package.json export ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))

- breaking(types): emit types with dts-buddy to include type map ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))

- breaking(types): rename SvelteOptions to SvelteConfig ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))

### Patch Changes

- fix(types): use correct type Options for svelte function arg ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))

- Updated dependencies [[`62afd80`](https://github.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995)]:
- @sveltejs/vite-plugin-svelte-inspector@2.0.0-next.1

## 3.0.0-next.1

### 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": "3.0.0-next.1",
"version": "3.0.0-next.2",
"license": "MIT",
"author": "dominikg",
"files": [
Expand Down

0 comments on commit 213192a

Please sign in to comment.