Skip to content

Commit

Permalink
Version Packages (#10784)
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 9, 2023
1 parent 9bc6e62 commit c4a5f6c
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 33 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-cycles-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-ads-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-radios-argue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gorgeous-shrimps-bow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-chicken-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-wolves-sing.md

This file was deleted.

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

## 5.1.1

### Patch Changes

- fix: specified `initial-scale=1` on all viewport meta tags ([#10793](https://github.com/sveltejs/kit/pull/10793))

- feat: make output reflect user's choice of package manager ([#10811](https://github.com/sveltejs/kit/pull/10811))

## 5.1.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": "5.1.0",
"version": "5.1.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.25.2

### Patch Changes

- fix: correctly update `$page.url.hash` when navigating history ([#10843](https://github.com/sveltejs/kit/pull/10843))

- fix: strip virtual module prefix from error messages ([#10776](https://github.com/sveltejs/kit/pull/10776))

- fix: cancel ongoing navigation when the browser back button is hit to prevent an incorrect page from being rendered ([#10727](https://github.com/sveltejs/kit/pull/10727))

- fix: only remove Vite manifest when copying files ([#10782](https://github.com/sveltejs/kit/pull/10782))

## 1.25.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.25.1",
"version": "1.25.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.25.1';
export const VERSION = '1.25.2';

0 comments on commit c4a5f6c

Please sign in to comment.