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 Mar 6, 2024
1 parent 30c78f2 commit a3fdb7f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-dots-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-masks-check.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

## 2.5.3

### Patch Changes

- 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 a3fdb7f

Please sign in to comment.