Skip to content

Commit

Permalink
Version Packages (#10227)
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 Jun 23, 2023
1 parent 2afbe91 commit c26126c
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/flat-berries-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-doors-flow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-eggs-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-toes-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-cobras-rhyme.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-bats-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-cameras-work.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 5.0.1

### Patch Changes

- chore: use satisfies keyword in jsdocs, in create-svelte default template ([#10203](https://github.com/sveltejs/kit/pull/10203))

## 5.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "5.0.0",
"version": "5.0.1",
"description": "A CLI for creating new SvelteKit projects",
"repository": {
"type": "git",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 1.20.5

### Patch Changes

- fix: batch synchronous invalidate invocations ([#10145](https://github.com/sveltejs/kit/pull/10145))

- fix: allow rest params to be empty in resolvePath ([#10146](https://github.com/sveltejs/kit/pull/10146))

- fix: correctly close dialogs when form is enhanced ([#10093](https://github.com/sveltejs/kit/pull/10093))

- fix: precompress filter ([#10185](https://github.com/sveltejs/kit/pull/10185))

## 1.20.4

### 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.20.4",
"version": "1.20.5",
"description": "The fastest way to build Svelte apps",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# svelte-migrate

## 1.2.4

### Patch Changes

- fix: ensure glob finds all files in folders ([#10230](https://github.com/sveltejs/kit/pull/10230))

## 1.2.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-migrate",
"version": "1.2.3",
"version": "1.2.4",
"description": "A CLI for migrating Svelte(Kit) codebases",
"repository": {
"type": "git",
Expand Down
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.1.0

### Minor Changes

- feat: support Svelte 4 ([#10225](https://github.com/sveltejs/kit/pull/10225))

## 2.0.2

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

0 comments on commit c26126c

Please sign in to comment.