Skip to content

Commit 141beb0

Browse files
Version Packages (next)
1 parent 18cbd29 commit 141beb0

File tree

6 files changed

+60
-5
lines changed

6 files changed

+60
-5
lines changed

.changeset/pre.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,17 @@
4848
"prerendering-test-paths-base": "0.0.1",
4949
"@sveltejs/package": "2.5.7",
5050
"test-redirect-importer": "0.0.1",
51-
"playground-basic": "0.0.0"
51+
"playground-basic": "0.0.0",
52+
"test-netlify-split": "0.0.1"
5253
},
53-
"changesets": []
54+
"changesets": [
55+
"chilly-berries-press",
56+
"cold-carrots-raise",
57+
"cuddly-radios-brush",
58+
"cyan-rockets-sleep",
59+
"fix-form-for-duplicate-requests",
60+
"light-singers-lie",
61+
"salty-chefs-sleep",
62+
"shaggy-walls-wave"
63+
]
5464
}

packages/kit/CHANGELOG.md

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

3+
## 3.0.0-next.0
4+
### Major Changes
5+
6+
7+
- breaking: upgrade to cookie v1. Cookie names must now contain only ASCII characters ([#13386](https://github.com/sveltejs/kit/pull/13386))
8+
9+
10+
- breaking: require Node 22 or newer ([#12548](https://github.com/sveltejs/kit/pull/12548))
11+
12+
13+
- breaking: remove the `preloadStrategy` option. `modulepreload` will always be used ([#15256](https://github.com/sveltejs/kit/pull/15256))
14+
15+
16+
- chore: change `error`, `isHttpError`, `redirect`, and `isRedirect` to refer to public type instead of internal class ([#13036](https://github.com/sveltejs/kit/pull/13036))
17+
18+
19+
- breaking: `svelte.config.js` will now be included in type checking ([#12090](https://github.com/sveltejs/kit/pull/12090))
20+
21+
22+
### Minor Changes
23+
24+
25+
- feat: support Vite 8 ([#15024](https://github.com/sveltejs/kit/pull/15024))
26+
27+
28+
### Patch Changes
29+
30+
31+
- fix: remove event listeners on form attachment cleanup ([#15286](https://github.com/sveltejs/kit/pull/15286))
32+
33+
34+
- chore: remove dependency on kleur ([#12548](https://github.com/sveltejs/kit/pull/12548))
35+
336
## 2.52.2
437
### Patch Changes
538

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.52.2",
3+
"version": "3.0.0-next.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.52.2';
4+
export const VERSION = '3.0.0-next.0';

packages/package/CHANGELOG.md

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

3+
## 3.0.0-next.0
4+
### Major Changes
5+
6+
7+
- breaking: require Node 22 or newer ([#12548](https://github.com/sveltejs/kit/pull/12548))
8+
9+
10+
### Patch Changes
11+
12+
13+
- chore: remove dependency on kleur ([#12548](https://github.com/sveltejs/kit/pull/12548))
14+
315
## 2.5.7
416
### Patch Changes
517

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.5.7",
3+
"version": "3.0.0-next.0",
44
"description": "The fastest way to build Svelte packages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)