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 Oct 10, 2024
1 parent 989949a commit 57f1f13
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-wolves-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-timers-perform.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-cars-swim.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 6.4.0
### Minor Changes


- feat: mark scripts in libraries as being side effect free by default ([#12372](https://github.com/sveltejs/kit/pull/12372))

## 6.3.12
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "6.3.12",
"version": "6.4.0",
"description": "A CLI for creating new SvelteKit projects",
"keywords": [
"create",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 2.7.0
### Minor Changes


- feat: update service worker when new version is detected ([#12448](https://github.com/sveltejs/kit/pull/12448))


### Patch Changes


- fix: page response missing CSP and Link headers when return promise in `load` ([#12418](https://github.com/sveltejs/kit/pull/12418))

## 2.6.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.6.4",
"version": "2.7.0",
"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.6.4';
export const VERSION = '2.7.0';

0 comments on commit 57f1f13

Please sign in to comment.