Skip to content

Commit d38c4f7

Browse files
authored
Merge pull request #7 from sveltejs/changeset-release/main
initial release
2 parents 0ed7d34 + 4e6854e commit d38c4f7

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@
1313
"playground-windicss": "0.0.0",
1414
"@sveltejs/vite-plugin-svelte": "1.0.0-next.4"
1515
},
16-
"changesets": []
16+
"changesets": [
17+
"light-bottles-warn"
18+
]
1719
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sveltejs/vite-plugin-svelte
2+
3+
## 1.0.0-next.5
4+
5+
### Patch Changes
6+
7+
- 61439ae: initial release

packages/vite-plugin-svelte/package.json

Lines changed: 3 additions & 3 deletions
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.4",
3+
"version": "1.0.0-next.5",
44
"license": "MIT",
55
"author": "dominikg",
66
"files": [
@@ -13,8 +13,8 @@
1313
"build": "rimraf dist && run-s build-bundle build-types",
1414
"build-bundle": "node scripts/build-bundle.js",
1515
"build-types": "tsc -p . --emitDeclarationOnly --outDir temp && api-extractor run && rimraf temp",
16-
"prepublishOnly": "npm run build"
17-
},
16+
"prepublishOnly": "npm run build"
17+
},
1818
"engines": {
1919
"node": ">=12.0.0"
2020
},

0 commit comments

Comments
 (0)