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",