Skip to content

Commit

Permalink
Version Packages (#12603)
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 Aug 27, 2024
1 parent a01ac09 commit 45cb8c5
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 19 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-eyes-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-rivers-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-hats-flow.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.3.9
### Patch Changes


- chore: bump publint to v0.2 ([#12602](https://github.com/sveltejs/kit/pull/12602))

## 6.3.8
### 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.8",
"version": "6.3.9",
"description": "A CLI for creating new SvelteKit projects",
"keywords": [
"create",
Expand Down
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.3.4
### Patch Changes


- perf: apply performance optimization to dev srcset ([#12621](https://github.com/sveltejs/kit/pull/12621))

## 0.3.3
### 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.3",
"version": "0.3.4",
"description": "Image optimization for your Svelte apps",
"repository": {
"type": "git",
Expand Down
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.5.25
### Patch Changes


- chore: upgrade dts-buddy to 0.5.3 ([`6056ba30e29ac5747c356fbf1a42dd71f2c4aa1f`](https://github.com/sveltejs/kit/commit/6056ba30e29ac5747c356fbf1a42dd71f2c4aa1f))

## 2.5.24
### 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.5.24",
"version": "2.5.25",
"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.5.24';
export const VERSION = '2.5.25';

0 comments on commit 45cb8c5

Please sign in to comment.