Skip to content

Commit e95398d

Browse files
committed
v7.0.2
1 parent bdb8d06 commit e95398d

File tree

14 files changed

+37
-37
lines changed

14 files changed

+37
-37
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "7.0.1"
3+
"version": "7.0.2"
44
}

package-lock.json

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/grunt-purgecss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "grunt-purgecss",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Grunt plugin for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",

packages/gulp-purgecss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-purgecss",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Gulp plugin for purgecss",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"glob": "^11.0.0",
4040
"plugin-error": "^2.0.0",
41-
"purgecss": "^7.0.1",
41+
"purgecss": "^7.0.2",
4242
"through2": "^4.0.1",
4343
"vinyl-sourcemaps-apply": "^0.2.1"
4444
},

packages/postcss-purgecss/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/postcss-purgecss",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "PostCSS plugin for PurgeCSS",
55
"author": "FoundrySH <no-reply@foundry.sh>",
66
"homepage": "https://purgecss.com",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/FullHuman/purgecss/issues"
2828
},
2929
"dependencies": {
30-
"purgecss": "^7.0.1"
30+
"purgecss": "^7.0.2"
3131
},
3232
"devDependencies": {
3333
"postcss": "^8.4.47"

packages/purgecss-from-html/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-from-html",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "HTML extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-from-jsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/purgecss-from-jsx",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "JSX extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-from-pug/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-from-pug",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Pug extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",

packages/purgecss-from-tsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/purgecss-from-tsx",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "TSX extractor for PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://github.com/FullHuman/purgecss#readme",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/FullHuman/purgecss/issues"
2828
},
2929
"dependencies": {
30-
"@fullhuman/purgecss-from-jsx": "^7.0.1",
30+
"@fullhuman/purgecss-from-jsx": "^7.0.2",
3131
"acorn": "^8.7.0",
3232
"typescript": "^5.6.2"
3333
},

packages/purgecss-webpack-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-webpack-plugin",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "PurgeCSS plugin for webpack - Remove unused css",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",
@@ -37,7 +37,7 @@
3737
"test": "jest"
3838
},
3939
"dependencies": {
40-
"purgecss": "^7.0.1",
40+
"purgecss": "^7.0.2",
4141
"webpack": ">=5.95.0"
4242
},
4343
"bugs": {

packages/purgecss-with-wordpress/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-with-wordpress",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "PurgeCSS with wordpress",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",

packages/purgecss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Remove unused css selectors",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",

packages/rollup-plugin-purgecss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-purgecss",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "Rollup plugin for purgecss",
55
"main": "lib/rollup-plugin-purgecss.js",
66
"module": "./lib/rollup-plugin-purgecss.es.js",

packages/vue-cli-plugin-purgecss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/vue-cli-plugin-purgecss",
3-
"version": "7.0.1",
3+
"version": "7.0.2",
44
"description": "vue-cli plugin to add PurgeCSS",
55
"author": "Ffloriel",
66
"homepage": "https://purgecss.com",

0 commit comments

Comments
 (0)