Skip to content

Commit

Permalink
Version Packages (#10728)
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 Sep 24, 2023
1 parent 6089bc1 commit 550db0a
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 39 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-panthers-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-pots-protect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-tips-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-taxis-reflect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-crews-drop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-geckos-poke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wicked-spiders-look.md

This file was deleted.

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

## 5.1.0

### Minor Changes

- chore: remove `resolution-mode=highest` in template `.npmrc` ([#10635](https://github.com/sveltejs/kit/pull/10635))

### Patch Changes

- feat: improve sverdle reactivity ([#10670](https://github.com/sveltejs/kit/pull/10670))

## 5.0.6

### Patch 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.6",
"version": "5.1.0",
"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.25.1

### Patch Changes

- fix: correct line numbers in stack trace ([#10769](https://github.com/sveltejs/kit/pull/10769))

- fix: correctly return 404 when navigating to a missing page and the root layout fetches a prerendered endpoint ([#10565](https://github.com/sveltejs/kit/pull/10565))

- fix: allow optional param in middle of route ([#10736](https://github.com/sveltejs/kit/pull/10736))

- chore: update `undici` ([#10641](https://github.com/sveltejs/kit/pull/10641))

## 1.25.0

### Minor 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.25.0",
"version": "1.25.1",
"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.25.0';
export const VERSION = '1.25.1';
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.7

### Patch Changes

- chore(deps): update dependency ts-morph to v20 ([#10766](https://github.com/sveltejs/kit/pull/10766))

## 1.2.6

### 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.6",
"version": "1.2.7",
"description": "A CLI for migrating Svelte(Kit) codebases",
"repository": {
"type": "git",
Expand Down

0 comments on commit 550db0a

Please sign in to comment.