Skip to content

Commit 80233c2

Browse files
Version Packages (next) (#3567)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5af1b92 commit 80233c2

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
@@ -87,6 +87,7 @@
8787
"clean-camels-pump",
8888
"clean-chicken-walk",
8989
"clever-dolls-poke",
90+
"clever-donuts-smile",
9091
"clever-eagles-live",
9192
"clever-lizards-grab",
9293
"clever-pillows-sing",
@@ -137,6 +138,7 @@
137138
"eighty-carrots-heal",
138139
"eighty-waves-obey",
139140
"eleven-bugs-fail",
141+
"eleven-dots-reply",
140142
"empty-donuts-smell",
141143
"empty-grapes-own",
142144
"empty-lamps-matter",
@@ -399,6 +401,7 @@
399401
"poor-bobcats-unite",
400402
"poor-cameras-kick",
401403
"poor-goats-cheer",
404+
"poor-lizards-punch",
402405
"poor-snakes-explode",
403406
"poor-terms-explain",
404407
"poor-years-hear",

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.246
4+
5+
### Patch Changes
6+
7+
- `svelte-kit package` gives clearer error message when svelte2tsx and typescript are not installed ([#3562](https://github.com/sveltejs/kit/pull/3562))
8+
9+
* `svelte-kit package` errors when lib directory does not exist ([#3562](https://github.com/sveltejs/kit/pull/3562))
10+
11+
- [chore] refactor AMP validation ([#3554](https://github.com/sveltejs/kit/pull/3554))
12+
313
## 1.0.0-next.245
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.245",
3+
"version": "1.0.0-next.246",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)