Skip to content

Commit

Permalink
Version Packages (#12897)
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 Nov 1, 2024
1 parent 73cf77f commit d55b822
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-cats-hang.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-crews-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-glasses-smell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-buckets-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-years-relate.md

This file was deleted.

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

## 0.4.0
### Minor Changes


- breaking: require Svelte 5 ([#12822](https://github.com/sveltejs/kit/pull/12822))

## 0.3.10
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/enhanced-img/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/enhanced-img",
"version": "0.3.10",
"version": "0.4.0",
"description": "Image optimization for your Svelte apps",
"repository": {
"type": "git",
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.4
### Patch Changes


- fix: ensure element is focused after subsequent clicks of the same hash link ([#12866](https://github.com/sveltejs/kit/pull/12866))


- fix: avoid preload if event default was prevented for `touchstart` and `mousedown` events ([#12887](https://github.com/sveltejs/kit/pull/12887))


- fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page ([#12866](https://github.com/sveltejs/kit/pull/12866))

## 2.7.3
### 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.7.3",
"version": "2.7.4",
"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.7.3';
export const VERSION = '2.7.4';
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.6.7
### Patch Changes


- fix: prefer TS in unclear migration situations if `tsconfig.json` found ([#12881](https://github.com/sveltejs/kit/pull/12881))

## 1.6.6
### 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.6.6",
"version": "1.6.7",
"description": "A CLI for migrating Svelte(Kit) codebases",
"keywords": [
"migration",
Expand Down

0 comments on commit d55b822

Please sign in to comment.