Skip to content

Commit

Permalink
[ci] release (#473)
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 13, 2024
1 parent a8a8ab1 commit e53c18d
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-goats-bake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-days-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-shoes-glow.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/cloudflare/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @astrojs/cloudflare

## 12.1.0

### Minor Changes

- [#455](https://github.com/withastro/adapters/pull/455) [`1d4e6fc`](https://github.com/withastro/adapters/commit/1d4e6fca41b67277a21dcf2a42910e12206a0299) Thanks [@meyer](https://github.com/meyer)! - Adds `wrangler.jsonc` to the default watched config files. If a config file is specified in `platformProxy.configPath`, that file location is watched instead of the defaults.

### Patch Changes

- [#476](https://github.com/withastro/adapters/pull/476) [`a8a8ab1`](https://github.com/withastro/adapters/commit/a8a8ab12d9cfb5157e6a350b93a505010367b8e4) Thanks [@bluwy](https://github.com/bluwy)! - Removes resolving with "node" conditionto fix Vue imports

## 12.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/cloudflare",
"description": "Deploy your site to Cloudflare Workers/Pages",
"version": "12.0.1",
"version": "12.1.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
Expand Down
6 changes: 6 additions & 0 deletions packages/vercel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @astrojs/vercel

## 8.0.1

### Patch Changes

- [#472](https://github.com/withastro/adapters/pull/472) [`d9eed7e`](https://github.com/withastro/adapters/commit/d9eed7e73b0d27d62043c58c2459d00fd8e98303) Thanks [@bluwy](https://github.com/bluwy)! - Add back support for Node 22 on Vercel serverless that was fixed in v7 but lost in v8

## 8.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@astrojs/vercel",
"description": "Deploy your site to Vercel",
"version": "8.0.0",
"version": "8.0.1",
"type": "module",
"author": "withastro",
"license": "MIT",
Expand Down

0 comments on commit e53c18d

Please sign in to comment.