diff --git a/.changeset/pretty-spies-fry.md b/.changeset/pretty-spies-fry.md deleted file mode 100644 index 295cdf3c..00000000 --- a/.changeset/pretty-spies-fry.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro-svg-loaders': major -'astro-seo-schema': major -'astro-ui-avatars': major -'astro-useragent': major -'astro-purgecss': major -'astro-seo-meta': major -'astro-gtm': major ---- - -Update Astro to version 6.x and related adapter dependencies diff --git a/packages/astro-gtm/CHANGELOG.md b/packages/astro-gtm/CHANGELOG.md index 0450aa8b..8b66b013 100644 --- a/packages/astro-gtm/CHANGELOG.md +++ b/packages/astro-gtm/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-gtm +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 1.1.0 ### Minor Changes diff --git a/packages/astro-gtm/package.json b/packages/astro-gtm/package.json index 07ce9efe..5dfa087c 100644 --- a/packages/astro-gtm/package.json +++ b/packages/astro-gtm/package.json @@ -1,7 +1,7 @@ { "name": "astro-gtm", "description": "Astro plugin to easily integrate Google Tag Manager (GTM) into your astro site", - "version": "5.1.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume", diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index f19a5804..7b352646 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 5.5.0 ### Minor Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index f74445a8..83d0bf18 100644 --- a/packages/astro-purgecss/package.json +++ b/packages/astro-purgecss/package.json @@ -1,7 +1,7 @@ { "name": "astro-purgecss", "description": "Remove unused CSS rules from your final Astro bundle", - "version": "5.5.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume", diff --git a/packages/astro-seo-meta/CHANGELOG.md b/packages/astro-seo-meta/CHANGELOG.md index a894bac1..beb9b632 100644 --- a/packages/astro-seo-meta/CHANGELOG.md +++ b/packages/astro-seo-meta/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-seo-meta +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 5.2.0 ### Minor Changes diff --git a/packages/astro-seo-meta/package.json b/packages/astro-seo-meta/package.json index 3842fc41..ac37a4b0 100644 --- a/packages/astro-seo-meta/package.json +++ b/packages/astro-seo-meta/package.json @@ -1,7 +1,7 @@ { "name": "astro-seo-meta", "description": "Astro seo provides a component to update meta tags", - "version": "5.2.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume", diff --git a/packages/astro-seo-schema/CHANGELOG.md b/packages/astro-seo-schema/CHANGELOG.md index 0057549e..0d611da9 100644 --- a/packages/astro-seo-schema/CHANGELOG.md +++ b/packages/astro-seo-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-seo-schema +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 5.2.0 ### Minor Changes diff --git a/packages/astro-seo-schema/package.json b/packages/astro-seo-schema/package.json index b3834786..fbddfb78 100644 --- a/packages/astro-seo-schema/package.json +++ b/packages/astro-seo-schema/package.json @@ -1,7 +1,7 @@ { "name": "astro-seo-schema", "description": "Easily insert valid Schema.org JSON-LD in your Astro apps.", - "version": "5.2.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume", diff --git a/packages/astro-svg-loaders/CHANGELOG.md b/packages/astro-svg-loaders/CHANGELOG.md index 0b173094..71d636b6 100644 --- a/packages/astro-svg-loaders/CHANGELOG.md +++ b/packages/astro-svg-loaders/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-svg-loaders +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 5.1.0 ### Minor Changes diff --git a/packages/astro-svg-loaders/package.json b/packages/astro-svg-loaders/package.json index 29aae8cb..297b3a75 100644 --- a/packages/astro-svg-loaders/package.json +++ b/packages/astro-svg-loaders/package.json @@ -1,7 +1,7 @@ { "name": "astro-svg-loaders", "description": "Astro loading icons and small animations built with pure SVG.", - "version": "5.1.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume", diff --git a/packages/astro-ui-avatars/CHANGELOG.md b/packages/astro-ui-avatars/CHANGELOG.md index 28b02eef..c11babb6 100644 --- a/packages/astro-ui-avatars/CHANGELOG.md +++ b/packages/astro-ui-avatars/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-ui-avatars +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 1.0.0 ### Major Changes diff --git a/packages/astro-ui-avatars/package.json b/packages/astro-ui-avatars/package.json index 52c0af59..4e56be6a 100644 --- a/packages/astro-ui-avatars/package.json +++ b/packages/astro-ui-avatars/package.json @@ -1,7 +1,7 @@ { "name": "astro-ui-avatars", "description": "Generate customizable user avatars with initials from names", - "version": "5.0.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume", diff --git a/packages/astro-useragent/CHANGELOG.md b/packages/astro-useragent/CHANGELOG.md index ffbc2f58..84091274 100644 --- a/packages/astro-useragent/CHANGELOG.md +++ b/packages/astro-useragent/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-useragent +## 6.0.0 + +### Major Changes + +- [#1295](https://github.com/codiume/orbit/pull/1295) [`7d5e6de`](https://github.com/codiume/orbit/commit/7d5e6de61cf264a1a66243833bdfbd510f8cfcfc) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Update Astro to version 6.x and related adapter dependencies + ## 5.2.0 ### Minor Changes diff --git a/packages/astro-useragent/package.json b/packages/astro-useragent/package.json index 41afc676..3a16a316 100644 --- a/packages/astro-useragent/package.json +++ b/packages/astro-useragent/package.json @@ -1,7 +1,7 @@ { "name": "astro-useragent", "description": "Parses browser user-agent strings for Astro", - "version": "5.2.0", + "version": "6.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume",