Skip to content

Commit 1d99607

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

File tree

7 files changed

+20
-22
lines changed

7 files changed

+20
-22
lines changed

.changeset/gentle-llamas-yawn.md

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

.changeset/ready-points-clap.md

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

.changeset/shiny-jobs-wear.md

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

.changeset/whole-sloths-visit.md

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

packages/kit/CHANGELOG.md

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

3+
## 2.33.0
4+
### Minor Changes
5+
6+
7+
- feat: configure error reporting when routes marked as prerendable were not prerendered ([#11702](https://github.com/sveltejs/kit/pull/11702))
8+
9+
10+
### Patch Changes
11+
12+
13+
- fix: use correct flag for server tracing ([#14250](https://github.com/sveltejs/kit/pull/14250))
14+
15+
16+
- fix: correct type names for new `handleUnseenRoutes` option ([#14254](https://github.com/sveltejs/kit/pull/14254))
17+
18+
19+
- chore: Better docs and error message for missing `@opentelemetry/api` dependency ([#14250](https://github.com/sveltejs/kit/pull/14250))
20+
321
## 2.32.0
422
### Minor Changes
523

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.32.0",
3+
"version": "2.33.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.32.0';
4+
export const VERSION = '2.33.0';

0 commit comments

Comments
 (0)