Skip to content

Commit

Permalink
Version Packages (#12656)
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 Sep 13, 2024
1 parent 49bfe3f commit c8e335a
Show file tree
Hide file tree
Showing 13 changed files with 31 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-vans-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-wasps-return.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-rings-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-planets-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-suns-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-lions-allow.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.3.5
### Patch Changes


- perf: hoist vite asset declarations to module block ([#12627](https://github.com/sveltejs/kit/pull/12627))

## 0.3.4
### 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.4",
"version": "0.3.5",
"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.5.27
### Patch Changes


- fix: asynchronously instantiate components when using Svelte 5 ([#12613](https://github.com/sveltejs/kit/pull/12613))


- fix: use `{@render ...}` tag when generating default fallback page for svelte 5 apps ([#12653](https://github.com/sveltejs/kit/pull/12653))


- fix: emulate `event.platform` even when the route does not exist ([#12513](https://github.com/sveltejs/kit/pull/12513))

## 2.5.26
### 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.26",
"version": "2.5.27",
"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.26';
export const VERSION = '2.5.27';
9 changes: 9 additions & 0 deletions packages/package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/package

## 2.3.5
### Patch Changes


- fix: use input tsconfig when calling emitDts ([#12612](https://github.com/sveltejs/kit/pull/12612))


- chore(deps): update dependency chokidar to v4 ([#12671](https://github.com/sveltejs/kit/pull/12671))

## 2.3.4
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/package",
"version": "2.3.4",
"version": "2.3.5",
"description": "The fastest way to build Svelte packages",
"repository": {
"type": "git",
Expand Down

0 comments on commit c8e335a

Please sign in to comment.