Skip to content

Commit 2451874

Browse files
Version Packages
1 parent 19a9597 commit 2451874

File tree

7 files changed

+30
-19
lines changed

7 files changed

+30
-19
lines changed

.changeset/mean-horses-divide.md

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

.changeset/twenty-pants-fetch.md

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

packages/kit/CHANGELOG.md

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

3+
## 2.23.0
4+
### Minor Changes
5+
6+
7+
- feat: support svelte.config.ts ([#13935](https://github.com/sveltejs/kit/pull/13935))
8+
9+
> **NOTE**
10+
>
11+
> Your runtime has to support importing TypeScript files for `svelte.config.ts` to work.
12+
> In Node.js, the feature is supported with the `--experimental-strip-types` flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.
13+
14+
### Patch Changes
15+
16+
17+
- fix: extend `vite-plugin-svelte`'s `Config` type instead of duplicating it ([#13982](https://github.com/sveltejs/kit/pull/13982))
18+
319
## 2.22.5
420
### Patch Changes
521

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.22.5",
3+
"version": "2.23.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.22.5';
4+
export const VERSION = '2.23.0';

packages/package/CHANGELOG.md

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

3+
## 2.4.0
4+
### Minor Changes
5+
6+
7+
- feat: support svelte.config.ts ([#13935](https://github.com/sveltejs/kit/pull/13935))
8+
9+
> **NOTE**
10+
>
11+
> Your runtime has to support importing TypeScript files for `svelte.config.ts` to work.
12+
> In Node.js, the feature is supported with the `--experimental-strip-types` flag starting in Node 22.6.0 and supported without a flag starting in Node 23.6.0.
13+
314
## 2.3.12
415
### Patch Changes
516

packages/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/package",
3-
"version": "2.3.12",
3+
"version": "2.4.0",
44
"description": "The fastest way to build Svelte packages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)