diff --git a/.changeset/blue-countries-rest.md b/.changeset/blue-countries-rest.md deleted file mode 100644 index 383d30e..0000000 --- a/.changeset/blue-countries-rest.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'astro-webmanifest': patch -'astro-robots-txt': patch -'astro-sitemap': patch ---- - -chore: deps update diff --git a/packages/astro-robots-txt/CHANGELOG.md b/packages/astro-robots-txt/CHANGELOG.md index 9f08b18..1e997c0 100644 --- a/packages/astro-robots-txt/CHANGELOG.md +++ b/packages/astro-robots-txt/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-robots-txt +## 0.4.1 + +### Patch Changes + +- 1ff6997: chore: deps update + ## 0.4.0 ### Minor Changes diff --git a/packages/astro-robots-txt/package.json b/packages/astro-robots-txt/package.json index c685de2..c804c2e 100644 --- a/packages/astro-robots-txt/package.json +++ b/packages/astro-robots-txt/package.json @@ -1,6 +1,6 @@ { "name": "astro-robots-txt", - "version": "0.4.0", + "version": "0.4.1", "description": "Generate a robots.txt for Astro", "keywords": [ "astro-integration", diff --git a/packages/astro-sitemap/CHANGELOG.md b/packages/astro-sitemap/CHANGELOG.md index 892cc22..3b4e348 100644 --- a/packages/astro-sitemap/CHANGELOG.md +++ b/packages/astro-sitemap/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-sitemap +## 0.5.1 + +### Patch Changes + +- 1ff6997: chore: deps update + ## 0.5.0 ### Minor Changes diff --git a/packages/astro-sitemap/package.json b/packages/astro-sitemap/package.json index 31d85ce..2c67043 100644 --- a/packages/astro-sitemap/package.json +++ b/packages/astro-sitemap/package.json @@ -1,6 +1,6 @@ { "name": "astro-sitemap", - "version": "0.5.0", + "version": "0.5.1", "description": "Generate a sitemap for Astro with more control", "keywords": [ "astro-integration", diff --git a/packages/astro-webmanifest/CHANGELOG.md b/packages/astro-webmanifest/CHANGELOG.md index 778979b..fa7dacb 100644 --- a/packages/astro-webmanifest/CHANGELOG.md +++ b/packages/astro-webmanifest/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-webmanifest +## 0.5.1 + +### Patch Changes + +- 1ff6997: chore: deps update + ## 0.5.0 ### Minor Changes diff --git a/packages/astro-webmanifest/package.json b/packages/astro-webmanifest/package.json index 455e4b6..fe72777 100644 --- a/packages/astro-webmanifest/package.json +++ b/packages/astro-webmanifest/package.json @@ -1,6 +1,6 @@ { "name": "astro-webmanifest", - "version": "0.5.0", + "version": "0.5.1", "description": "Generate a webmanifest and icons for Astro to make progressive web apps", "keywords": [ "astro-integration",