Skip to content

Commit

Permalink
Version Packages (#12074)
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] committed Apr 4, 2024
1 parent a84d9b3 commit 41b7ae9
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/loud-pens-mate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-chairs-pull.md

This file was deleted.

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

## 2.2.1

### Patch Changes

- fix: add `workerd` to esbuild conditions ([#12069](https://github.com/sveltejs/kit/pull/12069))

## 2.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare-workers/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare-workers",
"version": "2.2.0",
"version": "2.2.1",
"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
@@ -1,5 +1,11 @@
# @sveltejs/adapter-cloudflare

## 4.2.1

### Patch Changes

- fix: add `workerd` to esbuild conditions ([#12069](https://github.com/sveltejs/kit/pull/12069))

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-cloudflare/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/adapter-cloudflare",
"version": "4.2.0",
"version": "4.2.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/package/CHANGELOG.md
@@ -1,5 +1,11 @@
# @sveltejs/package

## 2.3.1

### Patch Changes

- fix: don't strip `lang="ts"` tag in Svelte 5 ([#12080](https://github.com/sveltejs/kit/pull/12080))

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/package/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/package",
"version": "2.3.0",
"version": "2.3.1",
"description": "The fastest way to build Svelte packages",
"repository": {
"type": "git",
Expand Down

0 comments on commit 41b7ae9

Please sign in to comment.