From df1c55f163ab87bf3248d85c5c3bba4cfb87b0cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 18:14:45 +0000 Subject: [PATCH] RELEASING: Releasing 7 package(s) Releases: astro-svg-loaders@7.0.0 astro-seo-schema@7.0.0 astro-ui-avatars@7.0.0 astro-useragent@7.0.0 astro-purgecss@7.0.0 astro-seo-meta@7.0.0 astro-gtm@7.0.0 [skip ci] --- .changeset/sparkly-lands-press.md | 11 ----------- packages/astro-gtm/CHANGELOG.md | 6 ++++++ packages/astro-gtm/package.json | 2 +- packages/astro-purgecss/CHANGELOG.md | 6 ++++++ packages/astro-purgecss/package.json | 2 +- packages/astro-seo-meta/CHANGELOG.md | 6 ++++++ packages/astro-seo-meta/package.json | 2 +- packages/astro-seo-schema/CHANGELOG.md | 6 ++++++ packages/astro-seo-schema/package.json | 2 +- packages/astro-svg-loaders/CHANGELOG.md | 6 ++++++ packages/astro-svg-loaders/package.json | 2 +- packages/astro-ui-avatars/CHANGELOG.md | 6 ++++++ packages/astro-ui-avatars/package.json | 2 +- packages/astro-useragent/CHANGELOG.md | 6 ++++++ packages/astro-useragent/package.json | 2 +- 15 files changed, 49 insertions(+), 18 deletions(-) delete mode 100644 .changeset/sparkly-lands-press.md diff --git a/.changeset/sparkly-lands-press.md b/.changeset/sparkly-lands-press.md deleted file mode 100644 index b69ce0f6..00000000 --- a/.changeset/sparkly-lands-press.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 ---- - -Upgrade Astro to v7 diff --git a/packages/astro-gtm/CHANGELOG.md b/packages/astro-gtm/CHANGELOG.md index 8b66b013..12069f7d 100644 --- a/packages/astro-gtm/CHANGELOG.md +++ b/packages/astro-gtm/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-gtm +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.0 ### Major Changes diff --git a/packages/astro-gtm/package.json b/packages/astro-gtm/package.json index 2231e197..88d97369 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": "6.0.0", + "version": "7.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 15dfa5d1..06c7225a 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.1 ### Patch Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index 4840f720..f2ea0713 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": "6.0.1", + "version": "7.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 beb9b632..74000203 100644 --- a/packages/astro-seo-meta/CHANGELOG.md +++ b/packages/astro-seo-meta/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-seo-meta +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.0 ### Major Changes diff --git a/packages/astro-seo-meta/package.json b/packages/astro-seo-meta/package.json index bcb1b798..efd18b18 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": "6.0.0", + "version": "7.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 0d611da9..9acf4eee 100644 --- a/packages/astro-seo-schema/CHANGELOG.md +++ b/packages/astro-seo-schema/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-seo-schema +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.0 ### Major Changes diff --git a/packages/astro-seo-schema/package.json b/packages/astro-seo-schema/package.json index 583d02d4..4fb5e81e 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": "6.0.0", + "version": "7.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 71d636b6..1c3157e7 100644 --- a/packages/astro-svg-loaders/CHANGELOG.md +++ b/packages/astro-svg-loaders/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-svg-loaders +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.0 ### Major Changes diff --git a/packages/astro-svg-loaders/package.json b/packages/astro-svg-loaders/package.json index 228a4d96..c7a15050 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": "6.0.0", + "version": "7.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 c11babb6..5dce6f81 100644 --- a/packages/astro-ui-avatars/CHANGELOG.md +++ b/packages/astro-ui-avatars/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-ui-avatars +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.0 ### Major Changes diff --git a/packages/astro-ui-avatars/package.json b/packages/astro-ui-avatars/package.json index 6d4c7496..18b2654b 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": "6.0.0", + "version": "7.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 84091274..31316ef0 100644 --- a/packages/astro-useragent/CHANGELOG.md +++ b/packages/astro-useragent/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-useragent +## 7.0.0 + +### Major Changes + +- [#1307](https://github.com/codiume/orbit/pull/1307) [`1f275d4`](https://github.com/codiume/orbit/commit/1f275d451c6c116883103470b4e988770d8ba0c1) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Upgrade Astro to v7 + ## 6.0.0 ### Major Changes diff --git a/packages/astro-useragent/package.json b/packages/astro-useragent/package.json index 7645ad91..6dc19dff 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": "6.0.0", + "version": "7.0.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume",