Skip to content

Commit 09602af

Browse files
Version Packages
1 parent ac082cf commit 09602af

File tree

7 files changed

+15
-26
lines changed

7 files changed

+15
-26
lines changed

.changeset/big-cobras-sip.md

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

.changeset/breezy-walls-provide.md

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

.changeset/dry-poets-crash.md

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

.changeset/stupid-actors-look.md

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

.changeset/wet-feet-lie.md

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

packages/kit/CHANGELOG.md

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

3+
## 1.0.8
4+
5+
### Patch Changes
6+
7+
- Disable illegal import detection when running unit tests ([#8365](https://github.com/sveltejs/kit/pull/8365))
8+
9+
- only prerender a given dependency once ([#8376](https://github.com/sveltejs/kit/pull/8376))
10+
11+
- `updated.check()` type changed to Promise<boolean> ([#8400](https://github.com/sveltejs/kit/pull/8400))
12+
13+
- [fix] quote 'script' in CSP directives ([#8372](https://github.com/sveltejs/kit/pull/8372))
14+
15+
- [fix] don't add nonce attribute to `<link>` elements ([#8369](https://github.com/sveltejs/kit/pull/8369))
16+
317
## 1.0.7
418

519
### Patch Changes

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": "1.0.7",
3+
"version": "1.0.8",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/sveltejs/kit",

0 commit comments

Comments
 (0)