Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2022
1 parent 4f3b1db commit cfd35be
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changeset/pre.json
Expand Up @@ -209,6 +209,7 @@
"fast-poems-notice",
"few-apes-listen",
"few-carrots-sell",
"few-cobras-switch",
"few-points-taste",
"few-rockets-sort",
"few-rockets-think",
Expand Down Expand Up @@ -615,6 +616,7 @@
"real-cherries-exercise",
"real-colts-knock",
"real-icons-study",
"real-mice-argue",
"real-pens-watch",
"red-adults-wonder",
"red-cooks-fix",
Expand Down Expand Up @@ -686,6 +688,7 @@
"short-beds-punch",
"short-buttons-mix",
"short-emus-juggle",
"short-guests-sort",
"shy-bats-move",
"shy-jeans-fly",
"shy-mails-share",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.340

### Patch Changes

- Allow symlinked directories in the routes folder ([#4957](https://github.com/sveltejs/kit/pull/4957))

* Add `config.kit.alias` ([#4964](https://github.com/sveltejs/kit/pull/4964))

- use namespace import for vite to support upcoming vite 3.0 esm ([#5030](https://github.com/sveltejs/kit/pull/5030))

## 1.0.0-next.339

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.339",
"version": "1.0.0-next.340",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down

0 comments on commit cfd35be

Please sign in to comment.