Skip to content

Commit a14acca

Browse files
Version Packages (next)
1 parent 4018ce6 commit a14acca

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.changeset/pre.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@
1414
"@sveltejs/vite-plugin-svelte": "1.0.0-next.4",
1515
"playground-autoprefixer-browserslist": "1.0.0",
1616
"playground-kit-node": "0.0.0",
17-
"playground-ts-type-import": "0.0.0"
17+
"playground-ts-type-import": "0.0.0",
18+
"playground-configfile-custom": "1.0.0",
19+
"playground-configfile-esm": "1.0.0"
1820
},
1921
"changesets": [
22+
"blue-schools-bake",
2023
"dry-cameras-press",
2124
"eight-taxis-wash",
2225
"flat-books-kick",
2326
"fresh-penguins-heal",
2427
"lemon-toes-relax",
2528
"light-bottles-warn",
29+
"little-plums-grab",
2630
"long-foxes-agree"
2731
]
2832
}

packages/vite-plugin-svelte/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/vite-plugin-svelte
22

3+
## 1.0.0-next.8
4+
5+
### Minor Changes
6+
7+
- [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: Support esm in svelte.config.js and svelte.config.mjs
8+
9+
* [#35](https://github.com/sveltejs/vite-plugin-svelte/pull/35) [`4018ce6`](https://github.com/sveltejs/vite-plugin-svelte/commit/4018ce621b4df75877e0e18057c332f27158d42b) Thanks [@dominikg](https://github.com/dominikg)! - Feature: add configFile option
10+
311
## 1.0.0-next.7
412

513
### Minor Changes

packages/vite-plugin-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/vite-plugin-svelte",
3-
"version": "1.0.0-next.7",
3+
"version": "1.0.0-next.8",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [

0 commit comments

Comments
 (0)