Skip to content

Commit

Permalink
Version Packages (#11711)
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 Jan 22, 2024
1 parent a3607e5 commit a93e19b
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-insects-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-scissors-suffer.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

## 4.0.1

### Patch Changes

- fix: return 400 response if request construction fails ([#11713](https://github.com/sveltejs/kit/pull/11713))

- Updated dependencies [[`f56781fa47a0f958b228e4a51bb3cbf173854f12`](https://github.com/sveltejs/kit/commit/f56781fa47a0f958b228e4a51bb3cbf173854f12)]:
- @sveltejs/kit@2.4.3

## 4.0.0

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

### Patch Changes

- fix: only disallow body with GET/HEAD ([#11710](https://github.com/sveltejs/kit/pull/11710))

## 2.4.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.4.2",
"version": "2.4.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.4.2';
export const VERSION = '2.4.3';

0 comments on commit a93e19b

Please sign in to comment.