Skip to content

Commit 86acd14

Browse files
[ci] release (beta) (#9114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6075219 commit 86acd14

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/integrations/node/CHANGELOG.md

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

3+
## 7.0.0-beta.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`abf601233`](https://github.com/withastro/astro/commit/abf601233f8188d118a8cb063c777478d8d9f1a3), [`6201bbe96`](https://github.com/withastro/astro/commit/6201bbe96c2a083fb201e4a43a9bd88499821a3e), [`cdabf6ef0`](https://github.com/withastro/astro/commit/cdabf6ef02be7220fd2b6bdcef924ceca089381e), [`1c48ed286`](https://github.com/withastro/astro/commit/1c48ed286538ab9e354eca4e4dcd7c6385c96721), [`37697a2c5`](https://github.com/withastro/astro/commit/37697a2c5511572dc29c0a4ea46f90c2f62be8e6), [`bd0c2e9ae`](https://github.com/withastro/astro/commit/bd0c2e9ae3389a9d3085050c1e8134ae98dff299), [`0fe3a7ed5`](https://github.com/withastro/astro/commit/0fe3a7ed5d7bb1a9fce1623e84ba14104b51223c), [`710be505c`](https://github.com/withastro/astro/commit/710be505c9ddf416e77a75343d8cae9c497d72c6), [`153a5abb9`](https://github.com/withastro/astro/commit/153a5abb905042ac68b712514dc9ec387d3e6b17)]:
8+
- astro@4.0.0-beta.0
9+
310
## 6.0.4
411

512
### Patch Changes

packages/integrations/node/package.json

Lines changed: 2 additions & 2 deletions
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": "6.0.4",
4+
"version": "7.0.0-beta.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -37,7 +37,7 @@
3737
"server-destroy": "^1.0.1"
3838
},
3939
"peerDependencies": {
40-
"astro": "^3.0.0"
40+
"astro": "^4.0.0-beta.0"
4141
},
4242
"devDependencies": {
4343
"@types/node": "^18.17.8",

0 commit comments

Comments
 (0)