Skip to content

Commit

Permalink
v7.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Nov 21, 2024
1 parent 1077a0d commit ea04fce
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "6.0.0"
"version": "7.0.0-alpha.0"
}
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/grunt-purgecss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-purgecss",
"version": "6.0.0",
"version": "7.0.0-alpha.0",
"description": "Grunt plugin for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down
4 changes: 2 additions & 2 deletions packages/gulp-purgecss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-purgecss",
"version": "6.0.0",
"version": "7.0.0-alpha.0",
"description": "Gulp plugin for purgecss",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"glob": "^11.0.0",
"plugin-error": "^2.0.0",
"purgecss": "^6.0.0",
"purgecss": "^7.0.0-alpha.0",
"through2": "^4.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-purgecss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/postcss-purgecss",
"version": "6.0.0",
"version": "7.0.0-alpha.0",
"description": "PostCSS plugin for PurgeCSS",
"author": "FoundrySH <no-reply@foundry.sh>",
"homepage": "https://purgecss.com",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/FullHuman/purgecss/issues"
},
"dependencies": {
"purgecss": "^6.0.0"
"purgecss": "^7.0.0-alpha.0"
},
"devDependencies": {
"postcss": "^8.4.47"
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss-from-pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss-from-pug",
"version": "6.0.0",
"version": "7.0.0-alpha.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-tsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/purgecss-from-tsx",
"version": "6.0.0",
"version": "7.0.0-alpha.0",
"description": "TSX 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss-webpack-plugin",
"version": "6.0.0",
"version": "7.0.0-alpha.0",
"description": "PurgeCSS plugin for webpack - Remove unused css",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -37,7 +37,7 @@
"test": "jest"
},
"dependencies": {
"purgecss": "^6.0.0",
"purgecss": "^7.0.0-alpha.0",
"webpack": ">=5.95.0"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "purgecss",
"version": "6.0.0",
"version": "7.0.0-alpha.0",
"description": "Remove unused css selectors",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down

0 comments on commit ea04fce

Please sign in to comment.