Skip to content

Commit 315ac1a

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

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
"real-cherries-exercise",
127127
"rotten-singers-taste",
128128
"rude-olives-wink",
129+
"rude-tomatoes-thank",
129130
"selfish-avocados-develop",
130131
"selfish-owls-own",
131132
"serious-books-push",
@@ -158,6 +159,7 @@
158159
"strange-hounds-invite",
159160
"strange-poems-design",
160161
"strong-carrots-work",
162+
"stupid-countries-sneeze",
161163
"swift-pumpkins-pump",
162164
"tame-dodos-love",
163165
"tame-forks-happen",

packages/kit/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @sveltejs/kit
22

3+
## 1.0.0-next.73
4+
5+
### Patch Changes
6+
7+
- 1007f67: Allow non-root \$error.svelte components
8+
- ca108a6: Change `handle` hook from positional arguments to named arguments
9+
310
## 1.0.0-next.72
411

512
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.0.0-next.72",
3+
"version": "1.0.0-next.73",
44
"type": "module",
55
"dependencies": {
66
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.5",

0 commit comments

Comments
 (0)