Skip to content

Commit

Permalink
Version Packages (#12707)
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 Sep 27, 2024
1 parent 5b40b04 commit b74d796
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 24 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-cameras-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-cooks-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-worms-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-peaches-arrive.md

This file was deleted.

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

## 5.2.5
### Patch Changes


- chore: upgrade rollup plugins ([#12706](https://github.com/sveltejs/kit/pull/12706))

- Updated dependencies [[`a233f53f28fcb4c3ea63d2faf156fba09a18456c`](https://github.com/sveltejs/kit/commit/a233f53f28fcb4c3ea63d2faf156fba09a18456c), [`5b40b04608023a3fcb6c601a5f2d36485ce07196`](https://github.com/sveltejs/kit/commit/5b40b04608023a3fcb6c601a5f2d36485ce07196)]:
- @sveltejs/kit@2.6.0

## 5.2.4
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-node",
"version": "5.2.4",
"version": "5.2.5",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"keywords": [
"adapter",
Expand Down
6 changes: 6 additions & 0 deletions packages/create-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-svelte

## 6.3.12
### Patch Changes


- chore: update typescript-eslint configs ([#12721](https://github.com/sveltejs/kit/pull/12721))

## 6.3.11
### Patch Changes

Expand Down
2 changes: 1 addition & 1 deletion packages/create-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-svelte",
"version": "6.3.11",
"version": "6.3.12",
"description": "A CLI for creating new SvelteKit projects",
"keywords": [
"create",
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.6.0
### Minor Changes


- feat: support typed arrays in `load` functions ([#12716](https://github.com/sveltejs/kit/pull/12716))


### Patch Changes


- fix: open a new tab for `<form target="_blank">` and `<button formtarget="_blank"> submissions ([#11936](https://github.com/sveltejs/kit/pull/11936))

## 2.5.28
### 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.5.28",
"version": "2.6.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.5.28';
export const VERSION = '2.6.0';

0 comments on commit b74d796

Please sign in to comment.