Skip to content

Commit a2d401b

Browse files
Version Packages (next)
1 parent b2a8c5c commit a2d401b

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
@@ -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",
@@ -615,6 +616,7 @@
615616
"real-cherries-exercise",
616617
"real-colts-knock",
617618
"real-icons-study",
619+
"real-mice-argue",
618620
"real-pens-watch",
619621
"red-adults-wonder",
620622
"red-cooks-fix",
@@ -686,6 +688,7 @@
686688
"short-beds-punch",
687689
"short-buttons-mix",
688690
"short-emus-juggle",
691+
"short-guests-sort",
689692
"shy-bats-move",
690693
"shy-jeans-fly",
691694
"shy-mails-share",

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.340
4+
5+
### Patch Changes
6+
7+
- Allow symlinked directories in the routes folder ([#4957](https://github.com/sveltejs/kit/pull/4957))
8+
9+
* Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))
10+
11+
- use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))
12+
313
## 1.0.0-next.339
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.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)