Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 7, 2023
1 parent 06cf3cd commit b42f06d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/famous-points-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-colts-sniff.md

This file was deleted.

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.22.2

### Patch Changes

- feat: more helpful error for preview if build output doesn't exist ([#10337](https://github.com/sveltejs/kit/pull/10337))

## 1.22.1

### 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.22.1",
"version": "1.22.2",
"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.22.1';
export const VERSION = '1.22.2';
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.2.0

### Minor Changes

- feat: use Svelte 4 typings when packaging if dependencies allow it ([#10328](https://github.com/sveltejs/kit/pull/10328))

## 2.1.0

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

0 comments on commit b42f06d

Please sign in to comment.