Skip to content

Commit 8600255

Browse files
Version Packages (next)
1 parent 77a1a73 commit 8600255

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
"fast-poems-notice",
210210
"few-apes-listen",
211211
"few-carrots-sell",
212+
"few-cobras-switch",
212213
"few-points-taste",
213214
"few-rockets-sort",
214215
"few-rockets-think",
@@ -552,6 +553,7 @@
552553
"polite-donkeys-learn",
553554
"polite-ducks-notice",
554555
"polite-elephants-care",
556+
"polite-files-explain",
555557
"polite-laws-cheat",
556558
"polite-masks-dress",
557559
"polite-worms-happen",
@@ -615,6 +617,7 @@
615617
"real-cherries-exercise",
616618
"real-colts-knock",
617619
"real-icons-study",
620+
"real-mice-argue",
618621
"real-pens-watch",
619622
"red-adults-wonder",
620623
"red-cooks-fix",
@@ -686,6 +689,7 @@
686689
"short-beds-punch",
687690
"short-buttons-mix",
688691
"short-emus-juggle",
692+
"short-guests-sort",
689693
"shy-bats-move",
690694
"shy-jeans-fly",
691695
"shy-mails-share",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.340
4+
5+
### Patch Changes
6+
7+
- Allow symlinked directories in the routes folder ([#4957](https://github.com/sveltejs/kit/pull/4957))
8+
9+
* allow disableScrollHandling to be called in afterNavigate ([#4948](https://github.com/sveltejs/kit/pull/4948))
10+
11+
- Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))
12+
13+
* use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))
14+
315
## 1.0.0-next.339
416

517
### 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.339",
3+
"version": "1.0.0-next.340",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)