Skip to content

Commit

Permalink
build: v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Jan 21, 2020
1 parent 9595902 commit a1176c1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.0.4"
"version": "2.0.5"
}
4 changes: 2 additions & 2 deletions packages/gulp-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-purgecss",
"version": "2.0.3",
"version": "2.0.5",
"description": "Gulp plugin for purgecss",
"author": "Ffloriel <florielfedry@gmail.com>",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"glob": "^7.1.6",
"plugin-error": "^1.0.1",
"purgecss": "^2.0.3",
"purgecss": "^2.0.5",
"through2": "^3.0.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/postcss-purgecss",
"version": "2.0.4",
"version": "2.0.5",
"description": "PostCSS plugin for PurgeCSS",
"author": "FoundrySH <no-reply@foundry.sh>",
"homepage": "https://github.com/FullHuman/purgecss#readme",
Expand All @@ -27,6 +27,6 @@
},
"dependencies": {
"postcss": "7.0.26",
"purgecss": "^2.0.3"
"purgecss": "^2.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/purgecss-webpack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-webpack-plugin",
"version": "2.0.4",
"version": "2.0.5",
"description": "PurgeCSS plugin for webpack - Remove unused css",
"author": "Ffloriel <florielfedry@gmail.com>",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"purgecss": "^2.0.3",
"purgecss": "^2.0.5",
"webpack": "^4.41.2",
"webpack-sources": "^1.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "2.0.3",
"version": "2.0.5",
"description": "Remove unused css selectors",
"author": "Ffloriel <florielfedry@gmail.com>",
"homepage": "https://purgecss.com",
Expand Down

0 comments on commit a1176c1

Please sign in to comment.