Skip to content

Commit

Permalink
Version Packages (#11275)
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] committed Dec 13, 2023
1 parent 594568e commit f7b4f18
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/bright-buttons-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-tigers-turn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-hornets-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-deers-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-shrimps-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twelve-seals-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-otters-compete.md

This file was deleted.

20 changes: 20 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# @sveltejs/kit

## 1.30.0

### Minor Changes

- feat: inline `response.arrayBuffer()` during ssr ([#10535](https://github.com/sveltejs/kit/pull/10535))

### Patch Changes

- fix: allow `"false"` value for preload link options ([#10555](https://github.com/sveltejs/kit/pull/10555))

- fix: call worker `unref` instead of `terminate` ([#10120](https://github.com/sveltejs/kit/pull/10120))

- fix: correctly analyse exported server API methods during build ([#11019](https://github.com/sveltejs/kit/pull/11019))

- fix: avoid error when back navigating before page is initialized ([#10636](https://github.com/sveltejs/kit/pull/10636))

- fix: allow service-worker.js to import assets ([#9285](https://github.com/sveltejs/kit/pull/9285))

- fix: distinguish better between not-found and internal-error ([#11131](https://github.com/sveltejs/kit/pull/11131))

## 1.29.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.29.1",
"version": "1.30.0",
"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.29.1';
export const VERSION = '1.30.0';

0 comments on commit f7b4f18

Please sign in to comment.