Skip to content

Commit 54dadc1

Browse files
Version Packages (#15464)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @sveltejs/[email protected] ### Minor Changes - feat: allow error boundaries to catch errors on the server ([#15308](#15308)) ### Patch Changes - chore: upgrade `devalue` ([#15535](#15535)) - fix: don't wait for remote functions that are not awaited in the template ([#15280](#15280)) - feat: allow `resolve()` to accept pathnames with a search string and/or hash ([#15458](#15458)) - chore: remove deprecation warnings for `config.kit.files.*` options when validating the Svelte config file ([#15482](#15482)) - fix: handles form target attribute in remote form redirects ([#15457](#15457)) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent be6526e commit 54dadc1

9 files changed

Lines changed: 26 additions & 32 deletions

.changeset/curvy-rice-brush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cyan-walls-leave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/large-squids-pull.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/resolve-accept-query-hash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/shaky-pillows-sell.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/stale-poets-clap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# @sveltejs/kit
22

3+
## 2.54.0
4+
### Minor Changes
5+
6+
7+
- feat: allow error boundaries to catch errors on the server ([#15308](https://github.com/sveltejs/kit/pull/15308))
8+
9+
10+
### Patch Changes
11+
12+
13+
- chore: upgrade `devalue` ([#15535](https://github.com/sveltejs/kit/pull/15535))
14+
15+
16+
- fix: don't wait for remote functions that are not awaited in the template ([#15280](https://github.com/sveltejs/kit/pull/15280))
17+
18+
19+
- feat: allow `resolve()` to accept pathnames with a search string and/or hash ([#15458](https://github.com/sveltejs/kit/pull/15458))
20+
21+
22+
- chore: remove deprecation warnings for `config.kit.files.*` options when validating the Svelte config file ([#15482](https://github.com/sveltejs/kit/pull/15482))
23+
24+
25+
- fix: handles form target attribute in remote form redirects ([#15457](https://github.com/sveltejs/kit/pull/15457))
26+
327
## 2.53.4
428
### Patch Changes
529

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": "2.53.4",
3+
"version": "2.54.0",
44
"description": "SvelteKit is the fastest way to build Svelte apps",
55
"keywords": [
66
"framework",

packages/kit/src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// generated during release, do not modify
22

33
/** @type {string} */
4-
export const VERSION = '2.53.4';
4+
export const VERSION = '2.54.0';

0 commit comments

Comments
 (0)