Skip to content

Commit e33e428

Browse files
Version Packages (next) (#6483)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0198e91 commit e33e428

File tree

7 files changed

+24
-3
lines changed

7 files changed

+24
-3
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@
154154
"cold-boats-wave",
155155
"cold-buttons-sell",
156156
"cold-cars-tan",
157+
"cold-cycles-report",
157158
"cold-jars-know",
158159
"cold-llamas-brake",
159160
"cold-panthers-learn",
@@ -1003,6 +1004,7 @@
10031004
"spotty-parents-love",
10041005
"spotty-ties-love",
10051006
"spotty-timers-fix",
1007+
"spotty-vans-tickle",
10061008
"stale-apples-cry",
10071009
"stale-crabs-carry",
10081010
"stale-dodos-type",
@@ -1107,6 +1109,7 @@
11071109
"three-chicken-ring",
11081110
"three-dingos-scream",
11091111
"three-elephants-breathe",
1112+
"three-garlics-brush",
11101113
"three-laws-appear",
11111114
"three-windows-push",
11121115
"tidy-boats-listen",

packages/adapter-static/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/adapter-static
22

3+
## 1.0.0-next.41
4+
5+
### Patch Changes
6+
7+
- Better error when encountering not-fully-prerenderable routes ([#6474](https://github.com/sveltejs/kit/pull/6474))
8+
39
## 1.0.0-next.40
410

511
### Patch Changes

packages/adapter-static/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/adapter-static",
3-
"version": "1.0.0-next.40",
3+
"version": "1.0.0-next.41",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/create-svelte/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-svelte
22

3+
## 2.0.0-next.170
4+
5+
### Patch Changes
6+
7+
- reorder create-svelte templates such that library is last ([#6481](https://github.com/sveltejs/kit/pull/6481))
8+
39
## 2.0.0-next.169
410

511
### Patch Changes

packages/create-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-svelte",
3-
"version": "2.0.0-next.169",
3+
"version": "2.0.0-next.170",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.459
4+
5+
### Patch Changes
6+
7+
- Prevent validation_errors from being serialized twice ([#6468](https://github.com/sveltejs/kit/pull/6468))
8+
39
## 1.0.0-next.458
410

511
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.458",
3+
"version": "1.0.0-next.459",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)