Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 8, 2024
1 parent f8d3757 commit e46aba9
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-goats-wave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-years-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-carrots-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-windows-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-timers-promise.md

This file was deleted.

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

## 2.0.8

### Patch Changes

- fix: always scroll to top when clicking a # or #top link ([`099608c428a49504785eab3afe3b2e76a9317bdf`](https://github.com/sveltejs/kit/commit/099608c428a49504785eab3afe3b2e76a9317bdf))

- fix: add nonce or hash to "script-src-elem", "style-src-attr" and "style-src-elem" if defined in CSP config ([#11485](https://github.com/sveltejs/kit/pull/11485))

- fix: decode server data with `stream: true` during client-side navigation ([#11409](https://github.com/sveltejs/kit/pull/11409))

- fix: capture scroll position when using `pushState` ([#11540](https://github.com/sveltejs/kit/pull/11540))

- chore: use peer dependencies when linked ([#11433](https://github.com/sveltejs/kit/pull/11433))

## 2.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": "2.0.7",
"version": "2.0.8",
"description": "The fastest way to build Svelte apps",
"repository": {
"type": "git",
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.0.7';
export const VERSION = '2.0.8';

0 comments on commit e46aba9

Please sign in to comment.