Skip to content

Commit 77cabe5

Browse files
Version Packages
1 parent 8692d98 commit 77cabe5

File tree

8 files changed

+33
-24
lines changed

8 files changed

+33
-24
lines changed

.changeset/mean-horses-divide.md

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

.changeset/sharp-experts-unite.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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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+
19+
20+
- fix: regression with `rolldown-vite` not bundling a single JS file for single and inline apps ([#13941](https://github.com/sveltejs/kit/pull/13941))
21+
322
## 2.22.5
423
### Patch Changes
524

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)