Skip to content

Commit dbb6ef4

Browse files
Version Packages (next)
1 parent 03dde94 commit dbb6ef4

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
@@ -474,6 +474,7 @@
474474
"healthy-cows-walk",
475475
"healthy-lions-attend",
476476
"healthy-mangos-nail",
477+
"healthy-mirrors-hide",
477478
"healthy-moons-attend",
478479
"healthy-pandas-pull",
479480
"healthy-penguins-fail",
@@ -1018,6 +1019,7 @@
10181019
"sharp-pillows-warn",
10191020
"shiny-birds-ring",
10201021
"shiny-books-try",
1022+
"shiny-eels-brush",
10211023
"shiny-gifts-drive",
10221024
"shiny-needles-divide",
10231025
"shiny-scissors-listen",

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.188
4+
5+
### Patch Changes
6+
7+
- Use aria-current instead of active class in nav ([#7376](https://github.com/sveltejs/kit/pull/7376))
8+
39
## 2.0.0-next.187
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.187",
3+
"version": "2.0.0-next.188",
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.526
4+
5+
### Patch Changes
6+
7+
- Show more descriptive error if data returned from `load` is a non-POJO ([#7386](https://github.com/sveltejs/kit/pull/7386))
8+
39
## 1.0.0-next.525
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.525",
3+
"version": "1.0.0-next.526",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)