Skip to content

Commit 299707c

Browse files
Version Packages (next) (sveltejs#7851)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1c5681e commit 299707c

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.changeset/pre.json

+3
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
"bright-countries-jump",
120120
"bright-dolphins-try",
121121
"bright-icons-own",
122+
"bright-pianos-flow",
122123
"bright-sheep-promise",
123124
"bright-taxis-remain",
124125
"brown-bugs-arrive",
@@ -662,6 +663,7 @@
662663
"light-pumas-heal",
663664
"light-rings-trade",
664665
"light-roses-teach",
666+
"light-toes-rush",
665667
"light-vans-suffer",
666668
"little-beers-wink",
667669
"little-boats-allow",
@@ -1566,6 +1568,7 @@
15661568
"young-hairs-cough",
15671569
"young-horses-kick",
15681570
"young-ligers-admire",
1571+
"young-needles-attack",
15691572
"young-penguins-camp",
15701573
"young-pens-exist",
15711574
"young-pumpkins-approve",

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.196
4+
5+
### Patch Changes
6+
7+
- Update app.d.ts files ([#7003](https://github.com/sveltejs/kit/pull/7003))
8+
39
## 2.0.0-next.195
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.195",
3+
"version": "2.0.0-next.196",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.566
4+
5+
### Patch Changes
6+
7+
- Add more type documentation ([#7003](https://github.com/sveltejs/kit/pull/7003))
8+
9+
- [breaking] move SubmitFunction into @sveltejs/kit ([#7003](https://github.com/sveltejs/kit/pull/7003))
10+
311
## 1.0.0-next.565
412

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

0 commit comments

Comments
 (0)