Skip to content

Commit 701ce18

Browse files
Version Packages (next)
1 parent 315b643 commit 701ce18

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"cold-shirts-lick",
180180
"cold-tables-shake",
181181
"cool-bananas-share",
182+
"cool-beans-only",
182183
"cool-birds-attack",
183184
"cool-crabs-listen",
184185
"cool-drinks-press",
@@ -215,6 +216,7 @@
215216
"cyan-roses-act",
216217
"cyan-schools-kiss",
217218
"cyan-seals-trade",
219+
"cyan-years-live",
218220
"dirty-bikes-join",
219221
"dirty-ligers-protect",
220222
"dry-baboons-turn",
@@ -1364,6 +1366,7 @@
13641366
"young-pumpkins-approve",
13651367
"young-scissors-collect",
13661368
"young-students-chew",
1369+
"young-students-relate",
13671370
"young-swans-burn",
13681371
"young-ways-fail"
13691372
]

packages/kit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @sveltejs/kit
22

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+
* Prevent caching of `__data.js` files ([#6904](https://github.com/sveltejs/kit/pull/6904))
10+
11+
- Make url property getters non-enumerable ([#6909](https://github.com/sveltejs/kit/pull/6909))
12+
313
## 1.0.0-next.489
414

515
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.489",
3+
"version": "1.0.0-next.490",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)