Skip to content

Commit 899ff3f

Browse files
Version Packages (#13172)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f2393eb commit 899ff3f

File tree

5 files changed

+14
-12
lines changed

5 files changed

+14
-12
lines changed

.changeset/modern-news-repeat.md

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

.changeset/ninety-taxis-bathe.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.12.0
4+
### Minor Changes
5+
6+
7+
- feat: add `$app/state` module ([#13140](https://github.com/sveltejs/kit/pull/13140))
8+
9+
10+
### Patch Changes
11+
12+
13+
- chore: specify the route ID in the error message during development when making a form action request to a route without form actions ([#13167](https://github.com/sveltejs/kit/pull/13167))
14+
315
## 2.11.1
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.11.1",
3+
"version": "2.12.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.11.1';
4+
export const VERSION = '2.12.0';

0 commit comments

Comments
 (0)