From 946c74a27750e1443a21c2b2bae1fcd514a7d2d3 Mon Sep 17 00:00:00 2001 From: Ananto Ghosh Date: Sun, 16 May 2021 18:38:36 +0530 Subject: [PATCH] Release 6.0.2 --- .release-it.json | 2 +- CHANGELOG.md | 7 +++++++ package.json | 2 +- test_build/package.json | 3 +++ test_tailwind/package.json | 3 +++ 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-it.json b/.release-it.json index 93ae0fa1..d3b6e6af 100644 --- a/.release-it.json +++ b/.release-it.json @@ -3,7 +3,7 @@ "before:init": "yarn build" }, "git": { - "requireCleanWorkingDir": true, + "requireCleanWorkingDir": false, "requireBranch": "master" }, "github": { diff --git a/CHANGELOG.md b/CHANGELOG.md index dbc398ae..be7dbba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.0.2](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/6.0.1...6.0.2) (2021-05-16) + + +### Bug Fixes + +* [#958](https://github.com/anantoghosh/gatsby-plugin-purgecss/issues/958) make content option overridable ([d3fd7bc](https://github.com/anantoghosh/gatsby-plugin-purgecss/commit/d3fd7bc180ec953d10577b4b58331b8c74e79520)) + ## [6.0.1](https://github.com/anantoghosh/gatsby-plugin-purgecss/compare/6.0.0...6.0.1) (2021-04-12) diff --git a/package.json b/package.json index 2337317f..cd55c59f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-purgecss", "description": "Gatsby plugin for purgecss. Removes unused css/sass/less/stylus from files and modules. Supports Tailwindcss, Bootstrap, Bulma etc.", - "version": "6.0.1", + "version": "6.0.2", "main": "index.js", "license": "MIT", "author": "Ananto Ghosh", diff --git a/test_build/package.json b/test_build/package.json index 1cfa24e6..e620a64c 100644 --- a/test_build/package.json +++ b/test_build/package.json @@ -23,5 +23,8 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "sass": "^1.32.8" + }, + "devDependencies": { + "gatsby-plugin-purgecss": "file:../gatsby-plugin-purgecss-6.0.1.tgz" } } diff --git a/test_tailwind/package.json b/test_tailwind/package.json index 4845cf00..583907af 100644 --- a/test_tailwind/package.json +++ b/test_tailwind/package.json @@ -22,5 +22,8 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "tailwindcss": "^2.0.3" + }, + "devDependencies": { + "gatsby-plugin-purgecss": "file:../gatsby-plugin-purgecss-6.0.1.tgz" } }