Skip to content

Commit

Permalink
Version Packages (#11556)
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 9, 2024
1 parent 8468af5 commit a0464f7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-garlics-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-shrimps-carry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-pears-own.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- feat: add `PORT_HEADER` env var for reverse proxies with non-standard ports ([#11249](https://github.com/sveltejs/kit/pull/11249))

### Patch Changes

- Updated dependencies [[`9556abae4ba28c02ba468735beb9eb868876a9a1`](https://github.com/sveltejs/kit/commit/9556abae4ba28c02ba468735beb9eb868876a9a1), [`8468af597c6240f7a3687ef1ed3873990b944f8c`](https://github.com/sveltejs/kit/commit/8468af597c6240f7a3687ef1ed3873990b944f8c)]:
- @sveltejs/kit@2.1.1

## 2.0.2

### 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": "2.0.2",
"version": "2.1.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.1.1

### Patch Changes

- fix: respect the trailing slash option when navigating from the basepath root page ([#11388](https://github.com/sveltejs/kit/pull/11388))

- chore: shrink error messages shipped to client ([#11551](https://github.com/sveltejs/kit/pull/11551))

## 2.1.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.1.0",
"version": "2.1.1",
"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.1.0';
export const VERSION = '2.1.1';

0 comments on commit a0464f7

Please sign in to comment.