Skip to content

Commit e95ab16

Browse files
Version Packages (next) (#7118)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9a941a1 commit e95ab16

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,7 @@
398398
"fuzzy-spoons-report",
399399
"gentle-apes-tease",
400400
"gentle-dogs-heal",
401+
"gentle-maps-pull",
401402
"gentle-news-shout",
402403
"gentle-rules-camp",
403404
"gentle-years-leave",
@@ -635,6 +636,7 @@
635636
"many-mayflies-clap",
636637
"many-papayas-invite",
637638
"many-pigs-deliver",
639+
"many-planes-taste",
638640
"many-pugs-work",
639641
"many-suns-push",
640642
"mean-bananas-live",

packages/adapter-static/CHANGELOG.md

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

3+
## 1.0.0-next.44
4+
5+
### Patch Changes
6+
7+
- fix error message ([#7108](https://github.com/sveltejs/kit/pull/7108))
8+
39
## 1.0.0-next.43
410

511
### Patch Changes

packages/adapter-static/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-static",
3-
"version": "1.0.0-next.43",
3+
"version": "1.0.0-next.44",
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.183
4+
5+
### Patch Changes
6+
7+
- [feat] extract and export types from create-svelte ([#7111](https://github.com/sveltejs/kit/pull/7111))
8+
39
## 2.0.0-next.182
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.182",
3+
"version": "2.0.0-next.183",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)