diff --git a/.changeset/quick-lemons-boil.md b/.changeset/quick-lemons-boil.md deleted file mode 100644 index 5ed98e15..00000000 --- a/.changeset/quick-lemons-boil.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@galactiks/astro-integration": patch ---- - -fix(@galactiks/astro-integration): import files with module extension diff --git a/packages/adapters/astro/CHANGELOG.md b/packages/adapters/astro/CHANGELOG.md index 56d78790..5efcb194 100644 --- a/packages/adapters/astro/CHANGELOG.md +++ b/packages/adapters/astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @galactiks/astro-integration +## 0.3.4 + +### Patch Changes + +- [#172](https://github.com/thegalactiks/explorer/pull/172) [`5d9ba57`](https://github.com/thegalactiks/explorer/commit/5d9ba578ae0e633db9ef9d0d2c3639f59296167a) Thanks [@emmanuelgautier](https://github.com/emmanuelgautier)! - fix(@galactiks/astro-integration): import files with module extension + ## 0.3.3 ### Patch Changes diff --git a/packages/adapters/astro/package.json b/packages/adapters/astro/package.json index 1a76295d..b21d8532 100644 --- a/packages/adapters/astro/package.json +++ b/packages/adapters/astro/package.json @@ -1,6 +1,6 @@ { "name": "@galactiks/astro-integration", - "version": "0.3.3", + "version": "0.3.4", "description": "Galactiks Astro integration", "author": "thegalactiks", "type": "module",