Skip to content

Commit

Permalink
Version Packages (#12354)
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 Jun 16, 2024
1 parent b76eb57 commit 64ca1b8
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-mails-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-dancers-search.md

This file was deleted.

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

## 5.1.1

### Patch Changes

- fix: do not create more than one shutdown timeout ([#12359](https://github.com/sveltejs/kit/pull/12359))

- Updated dependencies [[`835ebf6ce9979203992cca30f434b3785afae818`](https://github.com/sveltejs/kit/commit/835ebf6ce9979203992cca30f434b3785afae818)]:
- @sveltejs/kit@2.5.16

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "5.1.0",
"version": "5.1.1",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"keywords": [
"adapter",
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.16

### Patch Changes

- fix: determine local Svelte version more reliably ([#12350](https://github.com/sveltejs/kit/pull/12350))

## 2.5.15

### 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.15",
"version": "2.5.16",
"description": "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.15';
export const VERSION = '2.5.16';

0 comments on commit 64ca1b8

Please sign in to comment.