Skip to content

Commit

Permalink
Version Packages (#13091)
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 Dec 9, 2024
1 parent e2746ef commit c89805e
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-lamps-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cars-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-squids-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-flies-run.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-vercel

## 5.5.1
### Patch Changes


- chore: upgrade @vercel/nft to 0.27.7 ([#13082](https://github.com/sveltejs/kit/pull/13082))

- Updated dependencies [[`78404dfe1eb346723eefc183278b85f25485b419`](https://github.com/sveltejs/kit/commit/78404dfe1eb346723eefc183278b85f25485b419)]:
- @sveltejs/kit@2.9.1

## 5.5.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "5.5.0",
"version": "5.5.1",
"description": "A SvelteKit adapter that creates a Vercel app",
"keywords": [
"adapter",
Expand Down
9 changes: 9 additions & 0 deletions packages/enhanced-img/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/enhanced-img

## 0.4.2
### Patch Changes


- feat: set intrinsic width and height for SVGs ([#13126](https://github.com/sveltejs/kit/pull/13126))


- perf: directly inline values since Svelte no longer inlines variables into template ([#13035](https://github.com/sveltejs/kit/pull/13035))

## 0.4.1
### 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.4.1",
"version": "0.4.2",
"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.9.1
### Patch Changes


- fix: correctly match route groups preceding optional parameters ([#13099](https://github.com/sveltejs/kit/pull/13099))

## 2.9.0
### Minor 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.9.0",
"version": "2.9.1",
"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.9.0';
export const VERSION = '2.9.1';

0 comments on commit c89805e

Please sign in to comment.