Skip to content

Commit

Permalink
Version Packages (#12952)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 5, 2024
1 parent c80b1d8 commit 425a005
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/old-points-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-walls-drum.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/kit

## 2.7.5
### Patch Changes


- fix: warn on invalid cookie name characters ([#12806](https://github.com/sveltejs/kit/pull/12806))


- 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))

## 2.7.4
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.7.4",
"version": "2.7.5",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.7.4';
export const VERSION = '2.7.5';

0 comments on commit 425a005

Please # to comment.