Skip to content

Commit af2d6db

Browse files
Version Packages (next) (#6389)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2ecb0ed commit af2d6db

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
"hip-nails-burn",
416416
"hip-nails-taste",
417417
"hip-trainers-sort",
418+
"hip-trains-vanish",
418419
"hip-walls-flash",
419420
"hip-windows-sit",
420421
"honest-beers-sing",
@@ -778,6 +779,7 @@
778779
"quiet-knives-refuse",
779780
"quiet-mangos-shop",
780781
"quiet-mugs-matter",
782+
"quiet-poems-tease",
781783
"quiet-singers-fly",
782784
"quiet-terms-fail",
783785
"quiet-waves-compete",
@@ -1252,6 +1254,7 @@
12521254
"young-horses-kick",
12531255
"young-penguins-camp",
12541256
"young-pens-exist",
1257+
"young-pumpkins-approve",
12551258
"young-scissors-collect",
12561259
"young-students-chew",
12571260
"young-swans-burn",

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.448
4+
5+
### Patch Changes
6+
7+
- prevent test suites from getting published ([#6386](https://github.com/sveltejs/kit/pull/6386))
8+
9+
* [fix] remove unnecessary JSON serialization of server data ([#6382](https://github.com/sveltejs/kit/pull/6382))
10+
11+
- [breaking] require Node 16.14 ([#6388](https://github.com/sveltejs/kit/pull/6388))
12+
313
## 1.0.0-next.447
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.447",
3+
"version": "1.0.0-next.448",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/package/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @sveltejs/package
2+
3+
## 1.0.0-next.2
4+
5+
### Patch Changes
6+
7+
- [breaking] require Node 16.14 ([#6388](https://github.com/sveltejs/kit/pull/6388))

packages/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/package",
3-
"version": "1.0.0-next.1",
3+
"version": "1.0.0-next.2",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)