diff options
author | 2025-05-21 08:57:44 -0700 | |
---|---|---|
committer | 2025-05-21 16:57:44 +0100 | |
commit | 425f8d0ab1b0e2a3d682062bc098c518e576e5a1 (patch) | |
tree | 9e7162fb1a3b0212a606a0c0a0c6122bddcb78bd /packages/integrations | |
parent | dfd4ace67372f80bf671fbc01f2e6a3e69ac849a (diff) | |
download | astro-425f8d0ab1b0e2a3d682062bc098c518e576e5a1.tar.gz astro-425f8d0ab1b0e2a3d682062bc098c518e576e5a1.tar.zst astro-425f8d0ab1b0e2a3d682062bc098c518e576e5a1.zip |
[ci] release (#13804)astro@5.7.14@astrojs/node@9.2.2@astrojs/netlify@6.3.4
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 11 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/node/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/integrations/node/package.json | 2 |
4 files changed, 19 insertions, 2 deletions
diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 99cf5e4ed..ffb6b83c7 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/netlify +## 6.3.4 + +### Patch Changes + +- [#13799](https://github.com/withastro/astro/pull/13799) [`7036b05`](https://github.com/withastro/astro/commit/7036b057053494512cd2443cafa58a55960ee83c) Thanks [@Lofty-Brambles](https://github.com/Lofty-Brambles)! - Fixes an issue where the adapter didn't take into consideration the `outDir` configuration. + +- [#13830](https://github.com/withastro/astro/pull/13830) [`9371a67`](https://github.com/withastro/astro/commit/9371a67d453fd996d579ed51c6de3ba34199ac86) Thanks [@Lofty-Brambles](https://github.com/Lofty-Brambles)! - Fixes an issue with SVGs not rendering with image-cdn enabled, due to invalid source path parsing. + +- Updated dependencies []: + - @astrojs/underscore-redirects@0.6.1 + ## 6.3.3 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index db4dcc4ea..d197157aa 100644 --- a/packages/integrations/netlify/package.json +++ b/packages/integrations/netlify/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/netlify", "description": "Deploy your site to Netlify", - "version": "6.3.3", + "version": "6.3.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index e04d3961e..7a4bdad98 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/node +## 9.2.2 + +### Patch Changes + +- [#13507](https://github.com/withastro/astro/pull/13507) [`660e83f`](https://github.com/withastro/astro/commit/660e83fddf0829ea37cbcc0d3f4194a5a1956ab5) Thanks [@TheOtterlord](https://github.com/TheOtterlord)! - Handle errors where a module is not found when loading the server entrypoint + ## 9.2.1 ### Patch Changes diff --git a/packages/integrations/node/package.json b/packages/integrations/node/package.json index 251dc5a75..37583ac45 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": "9.2.1", + "version": "9.2.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |