Skip to content

Commit 435984b

Browse files
Version Packages (#12992)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 98de316 commit 435984b

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

.changeset/giant-years-drum.md

-5
This file was deleted.

.changeset/shy-needles-warn.md

-5
This file was deleted.

packages/kit/CHANGELOG.md

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

3+
## 2.8.1
4+
### Patch Changes
5+
6+
7+
- fix: only add nonce to `script-src-elem`, `style-src-attr` and `style-src-elem` CSP directives when `unsafe-inline` is not present ([#11613](https://github.com/sveltejs/kit/pull/11613))
8+
9+
10+
- fix: support HTTP/2 in dev and production. Revert the changes from [#12907](https://github.com/sveltejs/kit/pull/12907) to downgrade HTTP/2 to TLS as now being unnecessary ([#12989](https://github.com/sveltejs/kit/pull/12989))
11+
312
## 2.8.0
413
### Minor Changes
514

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

packages/kit/src/version.js

+1-1
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.8.0';
4+
export const VERSION = '2.8.1';

0 commit comments

Comments
 (0)