Skip to content

Commit

Permalink
Version Packages (#11005)
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 11, 2023
1 parent b73cdad commit ff25acb
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-timers-exist.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-owls-tease.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-readers-decide.md

This file was deleted.

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

## 0.1.1

### Patch Changes

- feat: add experimental `@sveltejs/enhanced-img` package ([#10788](https://github.com/sveltejs/kit/pull/10788))
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.1.0",
"version": "0.1.1",
"description": "Image optimization for your Svelte apps",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @sveltejs/kit

## 1.27.5

### Patch Changes

- fix: add vite.config.js to included files in generated tsconfig ([#10788](https://github.com/sveltejs/kit/pull/10788))

- fix: cache location.origin on startup ([#11004](https://github.com/sveltejs/kit/pull/11004))

## 1.27.4

### 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": "1.27.4",
"version": "1.27.5",
"description": "The fastest way to build Svelte apps",
"repository": {
"type": "git",
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 = '1.27.4';
export const VERSION = '1.27.5';

0 comments on commit ff25acb

Please sign in to comment.