Skip to content

Commit 69655bc

Browse files
Version Packages (next) (#6083)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4eacb4d commit 69655bc

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@
469469
"late-monkeys-call",
470470
"late-mugs-agree",
471471
"lazy-actors-add",
472+
"lazy-ants-watch",
472473
"lazy-berries-decide",
473474
"lazy-carpets-join",
474475
"lazy-mice-smile",

packages/kit/CHANGELOG.md

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

3+
## 1.0.0-next.426
4+
5+
### Patch Changes
6+
7+
- Avoid using [].at(-1) in the client ([#6082](https://github.com/sveltejs/kit/pull/6082))
8+
39
## 1.0.0-next.425
410

511
### 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.425",
3+
"version": "1.0.0-next.426",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)