Skip to content

Commit 0a4bf46

Browse files
Version Packages (next) (#7859)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 612e3da commit 0a4bf46

File tree

7 files changed

+23
-3
lines changed

7 files changed

+23
-3
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,7 @@
663663
"light-pumas-heal",
664664
"light-rings-trade",
665665
"light-roses-teach",
666+
"light-spiders-type",
666667
"light-toes-rush",
667668
"light-vans-suffer",
668669
"little-beers-wink",
@@ -713,6 +714,7 @@
713714
"many-forks-sniff",
714715
"many-hairs-push",
715716
"many-mayflies-clap",
717+
"many-monkeys-retire",
716718
"many-papayas-invite",
717719
"many-pigs-deliver",
718720
"many-planes-taste",

packages/adapter-auto/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/adapter-auto
22

3+
## 1.0.0-next.90
4+
5+
### Patch Changes
6+
7+
- Upgrade dependencies ([#7852](https://github.com/sveltejs/kit/pull/7852))
8+
39
## 1.0.0-next.89
410

511
### Patch Changes

packages/adapter-auto/package.json

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

packages/create-svelte/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-svelte
22

3+
## 2.0.0-next.197
4+
5+
### Patch Changes
6+
7+
- Upgrade dependencies ([#7852](https://github.com/sveltejs/kit/pull/7852))
8+
39
## 2.0.0-next.196
410

511
### Patch Changes

packages/create-svelte/package.json

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

packages/kit/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.567
4+
5+
### Patch Changes
6+
7+
- Co-locate synthetic types with other Kit types ([#7864](https://github.com/sveltejs/kit/pull/7864))
8+
39
## 1.0.0-next.566
410

511
### 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.566",
3+
"version": "1.0.0-next.567",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)