Skip to content

Commit

Permalink
Version Packages (#11645)
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 Jan 16, 2024
1 parent fe7cee5 commit b4e1095
Show file tree
Hide file tree
Showing 15 changed files with 42 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/famous-ducks-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-wombats-compare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-scissors-lay.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/adapter-cloudflare-workers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare-workers

## 2.0.3

### Patch Changes

- chore: upgrade esbuild to 0.19.11 ([#11632](/~https://github.com/sveltejs/kit/pull/11632))

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "2.0.2",
"version": "2.0.3",
"description": "SvelteKit adapter that creates a Cloudflare Workers site using a function for dynamic server rendering",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare

## 4.0.1

### Patch Changes

- chore: upgrade esbuild to 0.19.11 ([#11632](/~https://github.com/sveltejs/kit/pull/11632))

## 4.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "4.0.0",
"version": "4.0.1",
"description": "Adapter for building SvelteKit applications on Cloudflare Pages with Workers integration",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-netlify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-netlify

## 3.0.2

### Patch Changes

- chore: upgrade esbuild to 0.19.11 ([#11632](/~https://github.com/sveltejs/kit/pull/11632))

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-netlify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-netlify",
"version": "3.0.1",
"version": "3.0.2",
"description": "A SvelteKit adapter that creates a Netlify app",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-node

## 3.0.1

### Patch Changes

- chore: upgrade rollup to 4.9.5 ([#11632](/~https://github.com/sveltejs/kit/pull/11632))

## 3.0.0

### Major 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": "3.0.0",
"version": "3.0.1",
"description": "Adapter for SvelteKit apps that generates a standalone Node server",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @sveltejs/adapter-vercel

## 4.0.5

### Patch Changes

- chore: upgrade esbuild to 0.19.11 ([#11632](/~https://github.com/sveltejs/kit/pull/11632))

## 4.0.4

### 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": "4.0.4",
"version": "4.0.5",
"description": "A SvelteKit adapter that creates a Vercel app",
"repository": {
"type": "git",
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.0.8

### Patch Changes

- chore: upgrade to vite 5.0.11 and vitest 1.2.0 ([#11632](/~https://github.com/sveltejs/kit/pull/11632))

## 6.0.7

### 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.0.7",
"version": "6.0.8",
"description": "A CLI for creating new SvelteKit projects",
"repository": {
"type": "git",
Expand Down

0 comments on commit b4e1095

Please sign in to comment.