Skip to content

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffloriel committed Mar 29, 2024
1 parent 2e944d2 commit dbada97
Show file tree
Hide file tree
Showing 14 changed files with 57 additions and 47 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "6.0.0-alpha.0"
"version": "6.0.0"
}
70 changes: 40 additions & 30 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
@@ -1,6 +1,6 @@
{
"name": "grunt-purgecss",
"version": "5.0.0",
"version": "6.0.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
@@ -1,6 +1,6 @@
{
"name": "gulp-purgecss",
"version": "6.0.0-alpha.0",
"version": "6.0.0",
"description": "Gulp plugin for purgecss",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"glob": "^10.3.10",
"plugin-error": "^2.0.0",
"purgecss": "^6.0.0-alpha.0",
"purgecss": "^6.0.0",
"through2": "^4.0.1",
"vinyl-sourcemaps-apply": "^0.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/postcss-purgecss",
"version": "6.0.0-alpha.0",
"version": "6.0.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-alpha.0"
"purgecss": "^6.0.0"
},
"devDependencies": {
"postcss": "^8.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss-from-html/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-from-html",
"version": "6.0.0-alpha.0",
"version": "6.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-jsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/purgecss-from-jsx",
"version": "5.0.0",
"version": "6.0.0",
"description": "JSX 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": "5.0.0",
"version": "6.0.0",
"description": "Pug extractor for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://github.com/FullHuman/purgecss#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/purgecss-from-tsx/package.json
@@ -1,6 +1,6 @@
{
"name": "@fullhuman/purgecss-from-tsx",
"version": "5.0.0",
"version": "6.0.0",
"description": "TSX extractor for PurgeCSS",
"author": "Ffloriel",
"homepage": "https://github.com/FullHuman/purgecss#readme",
Expand All @@ -27,7 +27,7 @@
"url": "https://github.com/FullHuman/purgecss/issues"
},
"dependencies": {
"@fullhuman/purgecss-from-jsx": "^5.0.0",
"@fullhuman/purgecss-from-jsx": "^6.0.0",
"acorn": "^8.7.0",
"typescript": "^4.5.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/purgecss-webpack-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-webpack-plugin",
"version": "6.0.0-alpha.0",
"version": "6.0.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-alpha.0",
"purgecss": "^6.0.0",
"webpack": ">=5.0.0"
},
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/purgecss-with-wordpress/package.json
@@ -1,6 +1,6 @@
{
"name": "purgecss-with-wordpress",
"version": "6.0.0-alpha.0",
"version": "6.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": "6.0.0-alpha.0",
"version": "6.0.0",
"description": "Remove unused css selectors",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-plugin-purgecss/package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-purgecss",
"version": "5.0.0",
"version": "6.0.0",
"description": "Rollup plugin for purgecss",
"main": "lib/rollup-plugin-purgecss.js",
"module": "./lib/rollup-plugin-purgecss.es.js",
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": "5.0.0",
"version": "6.0.0",
"description": "vue-cli plugin to add PurgeCSS",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
Expand Down

0 comments on commit dbada97

Please sign in to comment.