diff --git a/.changeset/afraid-suits-talk.md b/.changeset/afraid-suits-talk.md deleted file mode 100644 index 1177bf0ed35f..000000000000 --- 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 f76612d4ad4d..000000000000 --- 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 561f76af018c..cbb28478393f 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 a361ccf21e00..3d50779d7742 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 18e0d5c5945c..06965e8521da 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 d1f1c6da0ff0..de72fb89c799 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",