Skip to content

Commit 8ac89e8

Browse files
Version Packages (sveltejs#10852)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3b9e58e commit 8ac89e8

10 files changed

+22
-37
lines changed

.changeset/brave-parrots-sleep.md

-5
This file was deleted.

.changeset/clean-garlics-deny.md

-5
This file was deleted.

.changeset/fast-donuts-own.md

-5
This file was deleted.

.changeset/great-bags-heal.md

-5
This file was deleted.

.changeset/proud-worms-press.md

-5
This file was deleted.

.changeset/sharp-birds-invent.md

-5
This file was deleted.

.changeset/strong-lizards-count.md

-5
This file was deleted.

packages/kit/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @sveltejs/kit
22

3+
## 1.26.0
4+
5+
### Minor Changes
6+
7+
- feat: infer route parameter type from matcher's guard check if applicable ([#10755](https://github.com/sveltejs/kit/pull/10755))
8+
9+
### Patch Changes
10+
11+
- fix: basic mime type handling for prerendered pages in preview ([#10851](https://github.com/sveltejs/kit/pull/10851))
12+
13+
- chore: use just a single library (mrmime) for mime type handling ([#10851](https://github.com/sveltejs/kit/pull/10851))
14+
15+
- chore: bump undici to address security issue ([#10885](https://github.com/sveltejs/kit/pull/10885))
16+
17+
- fix: follow whatwg fetch spec for handling redirect loops ([#10857](https://github.com/sveltejs/kit/pull/10857))
18+
19+
- fix: use `window.fetch` in `load` functions to allow libraries to patch it ([#10009](https://github.com/sveltejs/kit/pull/10009))
20+
21+
- chore(deps): update dependency undici to ~5.26.0 ([#10860](https://github.com/sveltejs/kit/pull/10860))
22+
323
## 1.25.2
424

525
### Patch Changes

packages/kit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "1.25.2",
3+
"version": "1.26.0",
44
"description": "The fastest way to build Svelte apps",
55
"repository": {
66
"type": "git",

packages/kit/src/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// generated during release, do not modify
22

33
/** @type {string} */
4-
export const VERSION = '1.25.2';
4+
export const VERSION = '1.26.0';

0 commit comments

Comments
 (0)