Skip to content

Commit 425a005

Browse files
Version Packages (#12952)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c80b1d8 commit 425a005

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.changeset/old-points-tell.md

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

.changeset/unlucky-walls-drum.md

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

packages/kit/CHANGELOG.md

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

3+
## 2.7.5
4+
### Patch Changes
5+
6+
7+
- fix: warn on invalid cookie name characters ([#12806](https://github.com/sveltejs/kit/pull/12806))
8+
9+
10+
- fix: when using `@vitejs/plugin-basic-ssl`, set a no-op proxy config to downgrade from HTTP/2 to TLS since `undici` does not yet enable HTTP/2 by default ([#12907](https://github.com/sveltejs/kit/pull/12907))
11+
312
## 2.7.4
413
### Patch Changes
514

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.7.4",
3+
"version": "2.7.5",
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.7.4';
4+
export const VERSION = '2.7.5';

0 commit comments

Comments
 (0)