Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"clean-camels-pump",
"clean-chicken-walk",
"clever-dolls-poke",
"clever-donuts-smile",
"clever-eagles-live",
"clever-lizards-grab",
"clever-pillows-sing",
Expand Down Expand Up @@ -137,6 +138,7 @@
"eighty-carrots-heal",
"eighty-waves-obey",
"eleven-bugs-fail",
"eleven-dots-reply",
"empty-donuts-smell",
"empty-grapes-own",
"empty-lamps-matter",
Expand Down Expand Up @@ -399,6 +401,7 @@
"poor-bobcats-unite",
"poor-cameras-kick",
"poor-goats-cheer",
"poor-lizards-punch",
"poor-snakes-explode",
"poor-terms-explain",
"poor-years-hear",
Expand Down
10 changes: 10 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @sveltejs/kit

## 1.0.0-next.246

### Patch Changes

- `svelte-kit package` gives clearer error message when svelte2tsx and typescript are not installed ([#3562](https://github.com/sveltejs/kit/pull/3562))

* `svelte-kit package` errors when lib directory does not exist ([#3562](https://github.com/sveltejs/kit/pull/3562))

- [chore] refactor AMP validation ([#3554](https://github.com/sveltejs/kit/pull/3554))

## 1.0.0-next.245

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "1.0.0-next.245",
"version": "1.0.0-next.246",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down