Skip to content

Commit

Permalink
Release 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anantoghosh committed May 16, 2021
1 parent 445d427 commit 946c74a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"before:init": "yarn build"
},
"git": {
"requireCleanWorkingDir": true,
"requireCleanWorkingDir": false,
"requireBranch": "master"
},
"github": {
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions test_build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
3 changes: 3 additions & 0 deletions test_tailwind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 946c74a

Please sign in to comment.