Skip to content

Commit e1cff24

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

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

.changeset/pre.json

Lines changed: 4 additions & 0 deletions
Original file line numberOriginal file lineDiff line numberDiff line change
@@ -138,6 +138,7 @@
138
"cuddly-knives-learn",
138
"cuddly-knives-learn",
139
"cuddly-pens-buy",
139
"cuddly-pens-buy",
140
"cuddly-ravens-carry",
140
"cuddly-ravens-carry",
141+
"curly-doors-type",
141
"curly-pets-vanish",
142
"curly-pets-vanish",
142
"curvy-dots-join",
143
"curvy-dots-join",
143
"curvy-eggs-sip",
144
"curvy-eggs-sip",
@@ -238,9 +239,11 @@
238
"fluffy-cheetahs-remain",
239
"fluffy-cheetahs-remain",
239
"fluffy-dryers-jump",
240
"fluffy-dryers-jump",
240
"forty-cycles-punch",
241
"forty-cycles-punch",
242+
"forty-lions-give",
241
"forty-months-prove",
243
"forty-months-prove",
242
"forty-seahorses-rest",
244
"forty-seahorses-rest",
243
"forty-terms-peel",
245
"forty-terms-peel",
246+
"forty-worms-deliver",
244
"four-apes-attack",
247
"four-apes-attack",
245
"four-cheetahs-yawn",
248
"four-cheetahs-yawn",
246
"four-news-turn",
249
"four-news-turn",
@@ -527,6 +530,7 @@
527
"old-years-march",
530
"old-years-march",
528
"olive-frogs-add",
531
"olive-frogs-add",
529
"olive-frogs-drive",
532
"olive-frogs-drive",
533+
"olive-lies-train",
530
"olive-maps-join",
534
"olive-maps-join",
531
"olive-mayflies-retire",
535
"olive-mayflies-retire",
532
"olive-socks-thank",
536
"olive-socks-thank",

packages/create-svelte/CHANGELOG.md

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

2

3+
## 2.0.0-next.139
4+
5+
### Patch Changes
6+
7+
- correct default package.json format ([#5013](https://github.com/sveltejs/kit/pull/5013))
8+
9+
* [breaking] Replace `%svelte.body%` with `%sveltekit.body%`, etc. ([#5016](https://github.com/sveltejs/kit/pull/5016))
10+
3
## 2.0.0-next.138
11
## 2.0.0-next.138
4

12

5
### Patch Changes
13
### Patch Changes

packages/create-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberOriginal file lineDiff line numberDiff line change
@@ -1,6 +1,6 @@
1
{
1
{
2
"name": "create-svelte",
2
"name": "create-svelte",
3-
"version": "2.0.0-next.138",
3+
"version": "2.0.0-next.139",
4
"repository": {
4
"repository": {
5
"type": "git",
5
"type": "git",
6
"url": "https://github.com/sveltejs/kit",
6
"url": "https://github.com/sveltejs/kit",

packages/kit/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberOriginal file lineDiff line numberDiff line change
@@ -1,5 +1,15 @@
1
# @sveltejs/kit
1
# @sveltejs/kit
2

2

3+
## 1.0.0-next.339
4+
5+
### Patch Changes
6+
7+
- [breaking] resolve relative urls from the target page when using load's fetch ([#5025](https://github.com/sveltejs/kit/pull/5025))
8+
9+
* [fix] `svelte-kit sync` gracefully handles a nonexistent routes folder ([#5020](https://github.com/sveltejs/kit/pull/5020))
10+
11+
- [breaking] Replace `%svelte.body%` with `%sveltekit.body%`, etc. ([#5016](https://github.com/sveltejs/kit/pull/5016))
12+
3
## 1.0.0-next.338
13
## 1.0.0-next.338
4

14

5
### Patch Changes
15
### Patch Changes

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberOriginal file lineDiff line numberDiff line change
@@ -1,6 +1,6 @@
1
{
1
{
2
"name": "@sveltejs/kit",
2
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.338",
3+
"version": "1.0.0-next.339",
4
"repository": {
4
"repository": {
5
"type": "git",
5
"type": "git",
6
"url": "https://github.com/sveltejs/kit",
6
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)