From 219130a0e1c669bb83b7994228ea492e9a5dc4b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jan 2024 21:03:00 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: astro-purgecss@4.1.0 [skip ci] --- .changeset/green-houses-laugh.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/green-houses-laugh.md diff --git a/.changeset/green-houses-laugh.md b/.changeset/green-houses-laugh.md deleted file mode 100644 index 21e60d12..00000000 --- a/.changeset/green-houses-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-purgecss": minor ---- - -Allow to override any of purgecss options diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index 3f731425..357a8f51 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1,5 +1,11 @@ # astro-purgecss +## 4.1.0 + +### Minor Changes + +- [#370](https://github.com/codiume/orbit/pull/370) [`063add6`](https://github.com/codiume/orbit/commit/063add63bfceaaf479fcc776def2e8f303192bd0) Thanks [@gavar](https://github.com/gavar)! - Allow to override any of purgecss options + ## 4.0.0 ### Major Changes diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index c9732f59..00f3a413 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.0.0", + "version": "4.1.0", "scripts": { "build": "astro-build --src src/index.ts", "typecheck": "tsc --declaration --emitDeclarationOnly"