From 2e1920efe4bc55fe10476b2ec1f83f80c8005a18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:05:05 +0100 Subject: [PATCH] RELEASING: astro-purgecss@4.6.2 (#730) Co-authored-by: github-actions[bot] --- .changeset/tasty-snakes-melt.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/tasty-snakes-melt.md diff --git a/.changeset/tasty-snakes-melt.md b/.changeset/tasty-snakes-melt.md deleted file mode 100644 index a183235a..00000000 --- a/.changeset/tasty-snakes-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-purgecss': patch ---- - -Fix wrong css filenames when using content collections diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index 5cafd5b2..9909742b 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 4.6.2 + +### Patch Changes + +- [#729](https://github.com/codiume/orbit/pull/729) [`bcf3b44`](https://github.com/codiume/orbit/commit/bcf3b44307ba32a2556f72aacdbdbeb0c50cc0b7) Thanks [@mhdcodes](https://github.com/mhdcodes)! - Fix wrong css filenames when using content collections + ## 4.6.1 ### Patch Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index 09443fe5..0619ac45 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": "4.6.1", + "version": "4.6.2", "homepage": "https://github.com/codiume/orbit", "bugs": "https://github.com/codiume/orbit/issues", "author": "codiume",