Skip to content

Commit 6e6bcd6

Browse files
Version Packages (next)
1 parent 9e372c5 commit 6e6bcd6

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"fifty-turtles-joke",
190190
"five-bags-prove",
191191
"five-oranges-melt",
192+
"five-poems-pretend",
192193
"five-shirts-allow",
193194
"flat-cameras-build",
194195
"flat-ducks-impress",
@@ -458,6 +459,7 @@
458459
"polite-donkeys-learn",
459460
"polite-ducks-notice",
460461
"polite-elephants-care",
462+
"polite-laws-cheat",
461463
"polite-masks-dress",
462464
"polite-worms-happen",
463465
"poor-apricots-juggle",

packages/create-svelte/CHANGELOG.md

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

3+
## 2.0.0-next.124
4+
5+
### Patch Changes
6+
7+
- Add sync CLI command ([#4182](https://github.com/sveltejs/kit/pull/4182))
8+
9+
* Upgrade to TypeScript 4.6 ([#4190](https://github.com/sveltejs/kit/pull/4190))
10+
311
## 2.0.0-next.123
412

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

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.292
4+
5+
### Patch Changes
6+
7+
- Add sync CLI command ([#4182](https://github.com/sveltejs/kit/pull/4182))
8+
9+
* Upgrade to TypeScript 4.6 ([#4190](https://github.com/sveltejs/kit/pull/4190))
10+
311
## 1.0.0-next.291
412

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

0 commit comments

Comments
 (0)