Skip to content

Commit 213192a

Browse files
Version Packages (next) (#775)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent da5e40b commit 213192a

File tree

5 files changed

+34
-2
lines changed

5 files changed

+34
-2
lines changed

.changeset/pre.json

+4
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,15 @@
4949
"big-items-shave",
5050
"brown-mails-fry",
5151
"funny-waves-poke",
52+
"gorgeous-hats-bathe",
5253
"grumpy-emus-destroy",
5354
"grumpy-planets-crash",
5455
"lovely-tables-scream",
56+
"many-cows-rescue",
57+
"metal-olives-wait",
5558
"nasty-queens-beam",
5659
"poor-wasps-worry",
60+
"small-pears-accept",
5761
"ten-tips-sip"
5862
]
5963
}

packages/vite-plugin-svelte-inspector/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @sveltejs/vite-plugin-svelte-inspector
22

3+
## 2.0.0-next.1
4+
5+
### Major Changes
6+
7+
- breaking(types): emit types with dts-buddy to include type map ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))
8+
9+
### Patch Changes
10+
11+
- 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)]:
12+
- @sveltejs/vite-plugin-svelte@3.0.0-next.2
13+
314
## 2.0.0-next.0
415

516
### Major Changes

packages/vite-plugin-svelte-inspector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte-inspector",
3-
"version": "2.0.0-next.0",
3+
"version": "2.0.0-next.1",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

packages/vite-plugin-svelte/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 3.0.0-next.2
4+
5+
### Major Changes
6+
7+
- breaking: remove package.json export ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))
8+
9+
- breaking(types): emit types with dts-buddy to include type map ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))
10+
11+
- breaking(types): rename SvelteOptions to SvelteConfig ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))
12+
13+
### Patch Changes
14+
15+
- fix(types): use correct type Options for svelte function arg ([#751](https://github.com/sveltejs/vite-plugin-svelte/pull/751))
16+
17+
- Updated dependencies [[`62afd80`](https://github.com/sveltejs/vite-plugin-svelte/commit/62afd80c3a7bd6430be3c552acdb8baa75aac995)]:
18+
- @sveltejs/vite-plugin-svelte-inspector@2.0.0-next.1
19+
320
## 3.0.0-next.1
421

522
### Major Changes

packages/vite-plugin-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "3.0.0-next.1",
3+
"version": "3.0.0-next.2",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)