Skip to content

Commit e1f9714

Browse files
Version Packages (#14040)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8cc450 commit e1f9714

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

.changeset/proud-rules-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-weeks-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wicked-bananas-yawn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/kit/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @sveltejs/kit
22

3+
## 2.26.0
4+
### Minor Changes
5+
6+
7+
- feat: better type-safety for `page.route.id`, `page.params`, page.url.pathname` and various other places ([#13864](https://github.com/sveltejs/kit/pull/13864))
8+
9+
10+
- feat: `resolve(...)` and `asset(...)` helpers for resolving paths ([#13864](https://github.com/sveltejs/kit/pull/13864))
11+
12+
13+
- feat: Add `$app/types` module with `Asset`, `RouteId`, `Pathname`, `ResolvedPathname` `RouteParams<T>` and `LayoutParams<T>` ([#13864](https://github.com/sveltejs/kit/pull/13864))
14+
315
## 2.25.2
416
### Patch Changes
517

packages/kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/kit",
3-
"version": "2.25.2",
3+
"version": "2.26.0",
44
"description": "SvelteKit is the fastest way to build Svelte apps",
55
"keywords": [
66
"framework",

packages/kit/src/version.js

Lines changed: 1 addition & 1 deletion
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 = '2.25.2';
4+
export const VERSION = '2.26.0';

0 commit comments

Comments
 (0)