We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19964a commit 3e81a90Copy full SHA for 3e81a90
.changeset/pre.json
@@ -179,6 +179,7 @@
179
"cold-shirts-lick",
180
"cold-tables-shake",
181
"cool-bananas-share",
182
+ "cool-beans-only",
183
"cool-birds-attack",
184
"cool-crabs-listen",
185
"cool-drinks-press",
packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/kit
2
3
+## 1.0.0-next.490
4
+
5
+### Patch Changes
6
7
+- fix `write_types` on windows using posixify() ([#6913](https://github.com/sveltejs/kit/pull/6913))
8
9
## 1.0.0-next.489
10
11
### Patch Changes
packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
- "version": "1.0.0-next.489",
+ "version": "1.0.0-next.490",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
0 commit comments