Skip to content

Commit c0a9d9a

Browse files
Version Packages (#14326)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f457eca commit c0a9d9a

File tree

9 files changed

+26
-32
lines changed

9 files changed

+26
-32
lines changed

.changeset/cute-toys-doubt.md

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

.changeset/modern-icons-film.md

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

.changeset/quick-zebras-know.md

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

.changeset/quiet-chairs-flow.md

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

.changeset/social-hats-hope.md

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

.changeset/thin-hornets-read.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.37.0
4+
### Minor Changes
5+
6+
7+
- feat: automatically resolve `query.refresh()` promises on the server ([#14332](https://github.com/sveltejs/kit/pull/14332))
8+
9+
10+
- feat: allow query.set() to be called on the server ([#14304](https://github.com/sveltejs/kit/pull/14304))
11+
12+
13+
### Patch Changes
14+
15+
16+
- fix: disable CSRF checks in dev ([#14335](https://github.com/sveltejs/kit/pull/14335))
17+
18+
19+
- fix: allow redirects to external URLs from within form functions ([#14329](https://github.com/sveltejs/kit/pull/14329))
20+
21+
22+
- fix: add type definitions for `query.set()` method to override the value of a remote query function ([#14303](https://github.com/sveltejs/kit/pull/14303))
23+
24+
25+
- fix: ensure uniqueness of `form.for(...)` across form functions ([#14327](https://github.com/sveltejs/kit/pull/14327))
26+
327
## 2.36.3
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.36.3",
3+
"version": "2.37.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.36.3';
4+
export const VERSION = '2.37.0';

0 commit comments

Comments
 (0)