Skip to content

Commit e21aefc

Browse files
Version Packages (next)
1 parent 11d4a4b commit e21aefc

File tree

5 files changed

+19
-2
lines changed

5 files changed

+19
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"calm-pans-peel",
6868
"calm-pens-prove",
6969
"calm-pots-turn",
70+
"calm-spiders-turn",
7071
"calm-walls-happen",
7172
"chatty-apricots-fly",
7273
"chatty-ducks-shop",
@@ -191,6 +192,7 @@
191192
"forty-months-prove",
192193
"four-apes-attack",
193194
"four-cheetahs-yawn",
195+
"four-news-turn",
194196
"four-pillows-give",
195197
"fresh-adults-ring",
196198
"fresh-dolls-destroy",
@@ -532,6 +534,7 @@
532534
"sharp-moles-confess",
533535
"sharp-moles-hammer",
534536
"sharp-mugs-melt",
537+
"sharp-olives-sparkle",
535538
"sharp-pigs-study",
536539
"sharp-pillows-warn",
537540
"shiny-books-try",

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.118
4+
5+
### Patch Changes
6+
7+
- make demo app work without JS ([#3970](https://github.com/sveltejs/kit/pull/3970))
8+
39
## 2.0.0-next.117
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.117",
3+
"version": "2.0.0-next.118",
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.277
4+
5+
### Patch Changes
6+
7+
- Fall back to full page reload if link href does not match route manifest ([#3969](https://github.com/sveltejs/kit/pull/3969))
8+
9+
* Update page store without rerunning load when hash changes ([#3975](https://github.com/sveltejs/kit/pull/3975))
10+
311
## 1.0.0-next.276
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.276",
3+
"version": "1.0.0-next.277",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)