Skip to content

Commit b77c4e2

Browse files
Version Packages (next)
1 parent dbcbc9a commit b77c4e2

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
@@ -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",
@@ -532,6 +533,7 @@
532533
"sharp-moles-confess",
533534
"sharp-moles-hammer",
534535
"sharp-mugs-melt",
536+
"sharp-olives-sparkle",
535537
"sharp-pigs-study",
536538
"sharp-pillows-warn",
537539
"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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.277
4+
5+
### Patch Changes
6+
7+
- Update page store without rerunning load when hash changes ([#3975](https://github.com/sveltejs/kit/pull/3975))
8+
39
## 1.0.0-next.276
410

511
### 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)