From b380490ee835446f2d52d3c95ebe1c84f4934fe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:34:11 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: astro-purgecss@5.5.0 [skip ci] --- .changeset/dry-owls-bake.md | 5 ----- packages/astro-purgecss/CHANGELOG.md | 6 ++++++ packages/astro-purgecss/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/dry-owls-bake.md diff --git a/.changeset/dry-owls-bake.md b/.changeset/dry-owls-bake.md deleted file mode 100644 index aba97d9a..00000000 --- a/.changeset/dry-owls-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-purgecss': minor ---- - -Add \_\_unsafeContent option for custom content sources diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index e142c658..f19a5804 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 5.5.0 + +### Minor Changes + +- [#1288](https://github.com/codiume/orbit/pull/1288) [`74403e2`](https://github.com/codiume/orbit/commit/74403e2103b5fd7a49f4834bad4e5778f956d0f3) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Add \_\_unsafeContent option for custom content sources + ## 5.4.0 ### Minor Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index d7dade01..6393e6df 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.4.0", + "version": "5.5.0", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume",