Skip to content

Commit

Permalink
Version Packages (#13130)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 10, 2024
1 parent 9fc5ff3 commit 50ec8e9
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/eight-poems-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-bottles-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-pumas-sin.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @sveltejs/adapter-vercel

## 5.5.2
### Patch Changes


- chore: upgrade `@vercel/nft` to 0.27.9 ([#13129](https://github.com/sveltejs/kit/pull/13129))

- Updated dependencies [[`9fc5ff3339e543b956f7ce5eb31267fa73ee332a`](https://github.com/sveltejs/kit/commit/9fc5ff3339e543b956f7ce5eb31267fa73ee332a), [`85b57168189fa16fe966434ec50cc19425cab275`](https://github.com/sveltejs/kit/commit/85b57168189fa16fe966434ec50cc19425cab275)]:
- @sveltejs/kit@2.10.0

## 5.5.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-vercel",
"version": "5.5.1",
"version": "5.5.2",
"description": "A SvelteKit adapter that creates a Vercel app",
"keywords": [
"adapter",
Expand Down
12 changes: 12 additions & 0 deletions packages/kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @sveltejs/kit

## 2.10.0
### Minor Changes


- feat: server and client `init` hook ([#13103](https://github.com/sveltejs/kit/pull/13103))


### Patch Changes


- fix: prevent hooks exported from `hooks.js` from overwriting hooks from `hooks.server.js` ([#13104](https://github.com/sveltejs/kit/pull/13104))

## 2.9.1
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
"version": "2.9.1",
"version": "2.10.0",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/kit/src/version.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated during release, do not modify

/** @type {string} */
export const VERSION = '2.9.1';
export const VERSION = '2.10.0';

0 comments on commit 50ec8e9

Please sign in to comment.