Skip to content

Commit

Permalink
Version Packages (#10852)
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 18, 2023
1 parent 3b9e58e commit 8ac89e8
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 37 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-parrots-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clean-garlics-deny.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-donuts-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-bags-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-worms-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-birds-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-lizards-count.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.26.0

### Minor Changes

- feat: infer route parameter type from matcher's guard check if applicable ([#10755](https://github.com/sveltejs/kit/pull/10755))

### Patch Changes

- fix: basic mime type handling for prerendered pages in preview ([#10851](https://github.com/sveltejs/kit/pull/10851))

- chore: use just a single library (mrmime) for mime type handling ([#10851](https://github.com/sveltejs/kit/pull/10851))

- chore: bump undici to address security issue ([#10885](https://github.com/sveltejs/kit/pull/10885))

- fix: follow whatwg fetch spec for handling redirect loops ([#10857](https://github.com/sveltejs/kit/pull/10857))

- fix: use `window.fetch` in `load` functions to allow libraries to patch it ([#10009](https://github.com/sveltejs/kit/pull/10009))

- chore(deps): update dependency undici to ~5.26.0 ([#10860](https://github.com/sveltejs/kit/pull/10860))

## 1.25.2

### 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.2",
"version": "1.26.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.25.2';
export const VERSION = '1.26.0';

0 comments on commit 8ac89e8

Please sign in to comment.