Skip to content

Commit

Permalink
Version Packages (#12725)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 27, 2024
1 parent 05624c3 commit 06936ae
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-ravens-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-kings-kiss.md

This file was deleted.

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

## 2.6.1
### Patch Changes


- fix: better error message when calling push/replaceState before router is initialized ([#11968](https://github.com/sveltejs/kit/pull/11968))

## 2.6.0
### Minor 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.0",
"version": "2.6.1",
"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.0';
export const VERSION = '2.6.1';
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.5.0
### Minor Changes


- feat: add Svelte 5 migration ([#12519](https://github.com/sveltejs/kit/pull/12519))

## 1.4.5
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.4.5",
"version": "1.5.0",
"description": "A CLI for migrating Svelte(Kit) codebases",
"keywords": [
"migration",
Expand Down

0 comments on commit 06936ae

Please sign in to comment.