Skip to content

Commit

Permalink
Version Packages (#12152)
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] committed May 13, 2024
1 parent 7b875a8 commit 0fee61c
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/smart-donkeys-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-otters-yell.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/kit

## 2.5.8

### Patch Changes

- fix: prevent excessive Vite dependency optimizations on navigation ([#12182](https://github.com/sveltejs/kit/pull/12182))

## 2.5.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.5.7",
"version": "2.5.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
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.5.7';
export const VERSION = '2.5.8';
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.4.1

### Patch Changes

- fix: continue traversing the children of non-self-closing elements ([#12175](https://github.com/sveltejs/kit/pull/12175))

## 1.4.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.4.0",
"version": "1.4.1",
"description": "A CLI for migrating Svelte(Kit) codebases",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0fee61c

Please sign in to comment.