summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.changeset/afraid-suits-talk.md5
-rw-r--r--.changeset/empty-pillows-peel.md5
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/node/CHANGELOG.md6
-rw-r--r--packages/integrations/node/package.json2
6 files changed, 14 insertions, 12 deletions
diff --git a/.changeset/afraid-suits-talk.md b/.changeset/afraid-suits-talk.md
deleted file mode 100644
index 1177bf0ed..000000000
--- a/.changeset/afraid-suits-talk.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/node': patch
----
-
-Fix redirects on directories when using base option
diff --git a/.changeset/empty-pillows-peel.md b/.changeset/empty-pillows-peel.md
deleted file mode 100644
index f76612d4a..000000000
--- a/.changeset/empty-pillows-peel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Don't exit if dependencies fail to install
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 561f76af0..cbb284783 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 3.1.4
+
+### Patch Changes
+
+- [#7052](https://github.com/withastro/astro/pull/7052) [`8c14bffbd`](https://github.com/withastro/astro/commit/8c14bffbd9ea63bc4b4e9f9417352fdf4e7e65b4) Thanks [@ematipico](https://github.com/ematipico)! - Don't exit if dependencies fail to install
+
## 3.1.3
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index a361ccf21..3d50779d7 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.1.3",
+ "version": "3.1.4",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md
index 18e0d5c59..06965e852 100644
--- a/packages/integrations/node/CHANGELOG.md
+++ b/packages/integrations/node/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/node
+## 5.1.3
+
+### Patch Changes
+
+- [#7076](https://github.com/withastro/astro/pull/7076) [`781f558c4`](https://github.com/withastro/astro/commit/781f558c401a5f02927d150e4628a77c55cccd28) Thanks [@matthewp](https://github.com/matthewp)! - Fix redirects on directories when using base option
+
## 5.1.2
### Patch Changes
diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json
index d1f1c6da0..de72fb89c 100644
--- a/packages/integrations/node/package.json
+++ b/packages/integrations/node/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/node",
"description": "Deploy your site to a Node.js server",
- "version": "5.1.2",
+ "version": "5.1.3",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",