Skip to content

Commit 5a51b05

Browse files
committed
v7.0.1-alpha.0
1 parent ea04fce commit 5a51b05

File tree

14 files changed

+37
-37
lines changed

14 files changed

+37
-37
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
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.0-alpha.0"
3+
"version": "7.0.1-alpha.0"
44
}

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/grunt-purgecss/package.json

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

packages/gulp-purgecss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-purgecss",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.1-alpha.0",
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.0-alpha.0",
41+
"purgecss": "^7.0.1-alpha.0",
4242
"through2": "^4.0.1",
4343
"vinyl-sourcemaps-apply": "^0.2.1"
4444
},

packages/postcss-purgecss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/postcss-purgecss",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.1-alpha.0",
44
"description": "PostCSS plugin for PurgeCSS",
55
"author": "FoundrySH <[email protected]>",
66
"homepage": "https://purgecss.com",
@@ -27,7 +27,7 @@
2727
"url": "https://github.com/FullHuman/purgecss/issues"
2828
},
2929
"dependencies": {
30-
"purgecss": "^7.0.0-alpha.0"
30+
"purgecss": "^7.0.1-alpha.0"
3131
},
3232
"devDependencies": {
3333
"postcss": "^8.4.47"

packages/purgecss-from-html/package.json

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

packages/purgecss-from-jsx/package.json

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

packages/purgecss-from-pug/package.json

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

packages/purgecss-from-tsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fullhuman/purgecss-from-tsx",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.1-alpha.0",
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": "^6.0.0",
30+
"@fullhuman/purgecss-from-jsx": "^7.0.1-alpha.0",
3131
"acorn": "^8.7.0",
3232
"typescript": "^5.6.2"
3333
},

packages/purgecss-webpack-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "purgecss-webpack-plugin",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.1-alpha.0",
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.0-alpha.0",
40+
"purgecss": "^7.0.1-alpha.0",
4141
"webpack": ">=5.95.0"
4242
},
4343
"bugs": {

0 commit comments

Comments
 (0)