Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 76dc7a0

Browse files
[ci] release (#497)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 012b31d commit 76dc7a0

File tree

13 files changed

+50
-27
lines changed

13 files changed

+50
-27
lines changed

.changeset/brown-coats-dance.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/small-bikes-decide.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/sweet-crews-dress.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/cloudflare/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @astrojs/cloudflare
22

3+
## 12.2.0
4+
5+
### Minor Changes
6+
7+
- [#496](https://github.com/withastro/adapters/pull/496) [`4b5cd22`](https://github.com/withastro/adapters/commit/4b5cd2268e8ed5e720772f50241b299762ea1eb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Stabilizes `astro:env` secrets support
8+
9+
### Patch Changes
10+
11+
- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support
12+
13+
- [#501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic
14+
315
## 12.1.0
416

517
### Minor Changes

packages/cloudflare/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to Cloudflare Workers/Pages",
4-
"version": "12.1.0",
4+
"version": "12.2.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/netlify/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @astrojs/netlify
22

3+
## 6.1.0
4+
5+
### Minor Changes
6+
7+
- [#496](https://github.com/withastro/adapters/pull/496) [`4b5cd22`](https://github.com/withastro/adapters/commit/4b5cd2268e8ed5e720772f50241b299762ea1eb8) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Stabilizes `astro:env` secrets support
8+
9+
### Patch Changes
10+
11+
- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support
12+
13+
- [#501](https://github.com/withastro/adapters/pull/501) [`012b31d`](https://github.com/withastro/adapters/commit/012b31d98ce87c1199eb38b7aba2a28b7c1cf8cc) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Refactor of the redirects logic
14+
315
## 6.0.1
416

517
### Patch Changes

packages/netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/netlify",
33
"description": "Deploy your site to Netlify",
4-
"version": "6.0.1",
4+
"version": "6.1.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/node/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/node
22

3+
## 9.0.1
4+
5+
### Patch Changes
6+
7+
- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support
8+
39
## 9.0.0
410

511
### Major Changes

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/node",
33
"description": "Deploy your site to a Node.js server",
4-
"version": "9.0.0",
4+
"version": "9.0.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/test-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @astrojs/test-utils
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#454](https://github.com/withastro/adapters/pull/454) [`83cedad`](https://github.com/withastro/adapters/commit/83cedad780bf7a23ae9f6ca0c44a7b7f1c1767e1) Thanks [@alexanderniebuhr](https://github.com/alexanderniebuhr)! - Improves Astro 5 support

0 commit comments

Comments
 (0)