Skip to content

Commit

Permalink
Version Packages (#12849)
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 Oct 22, 2024
1 parent 40a6e39 commit bfaf803
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 25 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-cars-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/early-emus-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-geckos-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-seals-draw.md

This file was deleted.

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

## 3.3.0
### Minor Changes


- feat: add support for Bun package manager ([#12854](https://github.com/sveltejs/kit/pull/12854))

## 3.2.5
### Patch 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": "3.2.5",
"version": "3.3.0",
"description": "Automatically chooses the SvelteKit adapter for your current environment, if possible.",
"keywords": [
"adapter",
Expand Down
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

## 7.0.0
### Major Changes


- breaking: the `create-svelte` package has been replaced by the `sv` package ([#12850](https://github.com/sveltejs/kit/pull/12850))

## 6.4.0
### Minor 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": "6.4.0",
"version": "7.0.0",
"type": "module",
"description": "A CLI for creating new SvelteKit projects",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/migrate/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# svelte-migrate

## 1.6.5
### Patch Changes


- docs: demonstrate sv migrate over prior commands ([#12840](https://github.com/sveltejs/kit/pull/12840))


- fix: bump enhanced-img version to avoid peer dep warning ([#12852](https://github.com/sveltejs/kit/pull/12852))

## 1.6.4
### 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.6.4",
"version": "1.6.5",
"description": "A CLI for migrating Svelte(Kit) codebases",
"keywords": [
"migration",
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.3.6
### Patch Changes


- docs: demonstrate sv migrate over prior commands ([#12840](https://github.com/sveltejs/kit/pull/12840))

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

0 comments on commit bfaf803

Please sign in to comment.