Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/big-cobras-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/breezy-walls-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-cows-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-poets-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-mails-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-actors-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-hairs-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-feet-lie.md

This file was deleted.

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

## 1.0.8

### Patch Changes

- Disable illegal import detection when running unit tests ([#8365](https://github.com/sveltejs/kit/pull/8365))

- only prerender a given dependency once ([#8376](https://github.com/sveltejs/kit/pull/8376))

- Error in dev mode if global `fetch` is used with relative URL ([#8370](https://github.com/sveltejs/kit/pull/8370))

- `updated.check()` type changed to Promise<boolean> ([#8400](https://github.com/sveltejs/kit/pull/8400))

- Don't strip body in no-cors mode on the server ([#8412](https://github.com/sveltejs/kit/pull/8412))

- [fix] quote 'script' in CSP directives ([#8372](https://github.com/sveltejs/kit/pull/8372))

- fix route id comparison for load change detection ([#8399](https://github.com/sveltejs/kit/pull/8399))

- [fix] don't add nonce attribute to `<link>` elements ([#8369](https://github.com/sveltejs/kit/pull/8369))

## 1.0.7

### 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": "1.0.7",
"version": "1.0.8",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
Expand Down