Skip to content

Commit

Permalink
Version Packages (#11941)
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 Mar 8, 2024
1 parent ce979fc commit 6cc860e
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 34 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-ghosts-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-dots-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-peas-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-masks-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stale-donkeys-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-rocks-perform.md

This file was deleted.

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

## 5.0.0

### Major Changes

- breaking: add graceful shutdown ([#11653](https://github.com/sveltejs/kit/pull/11653))

- breaking: change default value of `precompress` option to true to serve precompressed assets by default ([#11945](https://github.com/sveltejs/kit/pull/11945))

### Minor Changes

- feat: add systemd socket activation ([#11653](https://github.com/sveltejs/kit/pull/11653))

### Patch Changes

- Updated dependencies [[`873a09eac86817d1cbb53bf3f9c8842d7346d20d`](https://github.com/sveltejs/kit/commit/873a09eac86817d1cbb53bf3f9c8842d7346d20d), [`30c78f223a4f9e6c4547d087338a8b8cc477ba55`](https://github.com/sveltejs/kit/commit/30c78f223a4f9e6c4547d087338a8b8cc477ba55)]:
- @sveltejs/kit@2.5.3

## 4.0.1

### Patch 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": "4.0.1",
"version": "5.0.0",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"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

## 2.5.3

### Patch Changes

- fix: revert tsconfig change that includes svelte.config.js ([#11908](https://github.com/sveltejs/kit/pull/11908))

- fix: exclude server worker from tsconfig again ([#11727](https://github.com/sveltejs/kit/pull/11727))

## 2.5.2

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

## 2.3.0

### Minor Changes

- feat: add option to specify the tsconfig/jsconfig ([#11698](https://github.com/sveltejs/kit/pull/11698))

## 2.2.7

### 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.2.7",
"version": "2.3.0",
"description": "The fastest way to build Svelte packages",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6cc860e

Please sign in to comment.