From 92b1cfd34d608bfa0e5c6313fe1b5a0cb6349c84 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 8 Sep 2022 18:45:13 +0000 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: astro-purgecss@1.0.0 [skip ci] --- .changeset/cuddly-pianos-cry.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/cuddly-pianos-cry.md diff --git a/.changeset/cuddly-pianos-cry.md b/.changeset/cuddly-pianos-cry.md deleted file mode 100644 index 5378284d..00000000 --- a/.changeset/cuddly-pianos-cry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'astro-purgecss': major ---- - -add astro-purgecss integration diff --git a/packages/astro-purgecss/CHANGELOG.md b/packages/astro-purgecss/CHANGELOG.md index 6601523d..9e6f5c54 100644 --- a/packages/astro-purgecss/CHANGELOG.md +++ b/packages/astro-purgecss/CHANGELOG.md @@ -1 +1,7 @@ # astro-purgecss + +## 1.0.0 + +### Major Changes + +- [#27](https://github.com/codiume/orbit/pull/27) [`24dba42`](https://github.com/codiume/orbit/commit/24dba4267d7908a0a9266462d8d84dc7ddff6a8c) Thanks [@mohammed-elhaouari](https://github.com/mohammed-elhaouari)! - add astro-purgecss integration diff --git a/packages/astro-purgecss/package.json b/packages/astro-purgecss/package.json index 1a376934..d325ba53 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": "0.0.1", + "version": "1.0.0", "scripts": { "build": "astro-build --src src/**/*.ts", "postbuild": "npm run typecheck:emit",