diff options
Diffstat (limited to 'packages/integrations')
-rw-r--r-- | packages/integrations/deno/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/deno/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/netlify/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/netlify/package.json | 2 |
4 files changed, 16 insertions, 2 deletions
diff --git a/packages/integrations/deno/CHANGELOG.md b/packages/integrations/deno/CHANGELOG.md index 6d7445e99..183863bfe 100644 --- a/packages/integrations/deno/CHANGELOG.md +++ b/packages/integrations/deno/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/node +## 0.1.4 + +### Patch Changes + +- [#3503](https://github.com/withastro/astro/pull/3503) [`207f58d1`](https://github.com/withastro/astro/commit/207f58d1715ac024cc7c81b76e26aa49fca5173f) Thanks [@williamtetlow](https://github.com/williamtetlow)! - Alias `from 'astro'` imports to `'@astro/types'` + Update Deno and Netlify integrations to handle vite.resolves.alias as an array + ## 0.1.3 ### Patch Changes diff --git a/packages/integrations/deno/package.json b/packages/integrations/deno/package.json index fb3fc69cc..f1b65d62b 100644 --- a/packages/integrations/deno/package.json +++ b/packages/integrations/deno/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/deno", "description": "Deploy your site to a Deno server", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 4c5cf5fcd..8ade489d4 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/netlify +## 0.4.2 + +### Patch Changes + +- [#3503](https://github.com/withastro/astro/pull/3503) [`207f58d1`](https://github.com/withastro/astro/commit/207f58d1715ac024cc7c81b76e26aa49fca5173f) Thanks [@williamtetlow](https://github.com/williamtetlow)! - Alias `from 'astro'` imports to `'@astro/types'` + Update Deno and Netlify integrations to handle vite.resolves.alias as an array + ## 0.4.1 ### Patch Changes diff --git a/packages/integrations/netlify/package.json b/packages/integrations/netlify/package.json index 361012857..9b2f197ad 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": "0.4.1", + "version": "0.4.2", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |