Skip to content

Commit

Permalink
Version Packages (#10972)
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 Nov 3, 2023
1 parent 5b4a95d commit ce4fd76
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/serious-papayas-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-olives-mix.md

This file was deleted.

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

## 2.1.1

### Patch Changes

- chore(deps): update dependency `import-meta-resolve` to v4 ([#10970](https://github.com/sveltejs/kit/pull/10970))

- Updated dependencies [[`072430ec5`](https://github.com/sveltejs/kit/commit/072430ec5c64782cd25c750f40534fea9cab4b40)]:
- @sveltejs/kit@1.27.3

## 2.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-auto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-auto",
"version": "2.1.0",
"version": "2.1.1",
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
"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

## 1.27.3

### Patch Changes

- fix: use correct environment file for rendering spa fallback page ([#10963](https://github.com/sveltejs/kit/pull/10963))

## 1.27.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": "1.27.2",
"version": "1.27.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 = '1.27.2';
export const VERSION = '1.27.3';

0 comments on commit ce4fd76

Please sign in to comment.