Skip to content

Commit

Permalink
build: 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Sep 20, 2020
1 parent 10315a8 commit 4a2a950
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "2.3.0"
"version": "3.0.0"
}
4 changes: 2 additions & 2 deletions packages/grunt-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "grunt-purgecss",
"version": "2.3.0",
"version": "3.0.0",
"description": "Grunt plugin for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -30,7 +30,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"purgecss": "^2.3.0"
"purgecss": "^3.0.0"
},
"devDependencies": {
"@types/grunt": "^0.4.25",
Expand Down
4 changes: 2 additions & 2 deletions packages/gulp-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-purgecss",
"version": "2.3.0",
"version": "3.0.0",
"description": "Gulp plugin for purgecss",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"glob": "^7.1.6",
"plugin-error": "^1.0.1",
"purgecss": "^2.3.0",
"purgecss": "^3.0.0",
"through2": "^4.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.3.0",
"version": "3.0.0",
"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.32",
"purgecss": "^2.3.0"
"purgecss": "^3.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/purgecss-from-html/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-from-html",
"version": "2.2.0",
"version": "3.0.0",
"description": "HTML extractor for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://github.com/FullHuman/purgecss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss-from-pug/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-from-pug",
"version": "2.3.0",
"version": "3.0.0",
"description": "Pug extractor for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://github.com/FullHuman/purgecss#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss-from-twig/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-from-twig",
"version": "2.3.0",
"version": "3.0.0",
"description": "Twig extractor for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://github.com/FullHuman/purgecss#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/purgecss-webpack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-webpack-plugin",
"version": "2.3.0",
"version": "3.0.0",
"description": "PurgeCSS plugin for webpack - Remove unused css",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -36,7 +36,7 @@
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"purgecss": "^2.3.0",
"purgecss": "^3.0.0",
"webpack": "^4.42.1",
"webpack-sources": "^1.4.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss-with-wordpress/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-with-wordpress",
"version": "2.3.0",
"version": "3.0.0",
"description": "PurgeCSS with wordpress",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "2.3.0",
"version": "3.0.0",
"description": "Remove unused css selectors",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/vue-cli-plugin-purgecss",
"version": "2.2.0",
"version": "3.0.0",
"description": "vue-cli plugin to add PurgeCSS",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down

0 comments on commit 4a2a950

Please sign in to comment.