Skip to content

Commit

Permalink
Publish cssnano 5.1.2 (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Mar 10, 2022
1 parent 4ed3967 commit 2875a6f
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 18 deletions.
8 changes: 8 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.2.3

### Patch Changes

- fix: preserve empty custom properties and ensure they work in Chrome
- Updated dependencies
- cssnano-preset-default@5.2.2

## 5.2.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cssnano-preset-advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-advanced",
"version": "5.2.2",
"version": "5.2.3",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
Expand All @@ -12,7 +12,7 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-default": "^5.2.1",
"cssnano-preset-default": "^5.2.2",
"postcss-discard-unused": "^5.1.0",
"postcss-merge-idents": "^5.1.0",
"postcss-reduce-idents": "^5.1.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## 5.2.2

### Patch Changes

- fix: preserve empty custom properties and ensure they work in Chrome
- Updated dependencies
- postcss-discard-empty@5.1.1
- postcss-minify-params@5.1.1
- postcss-normalize-whitespace@5.1.1

## 5.2.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cssnano-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-default",
"version": "5.2.1",
"version": "5.2.2",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe defaults for cssnano which require minimal configuration.",
Expand All @@ -18,13 +18,13 @@
"postcss-convert-values": "^5.1.0",
"postcss-discard-comments": "^5.1.1",
"postcss-discard-duplicates": "^5.1.0",
"postcss-discard-empty": "^5.1.0",
"postcss-discard-empty": "^5.1.1",
"postcss-discard-overridden": "^5.1.0",
"postcss-merge-longhand": "^5.1.0",
"postcss-merge-rules": "^5.1.0",
"postcss-minify-font-values": "^5.1.0",
"postcss-minify-gradients": "^5.1.0",
"postcss-minify-params": "^5.1.0",
"postcss-minify-params": "^5.1.1",
"postcss-minify-selectors": "^5.2.0",
"postcss-normalize-charset": "^5.1.0",
"postcss-normalize-display-values": "^5.1.0",
Expand All @@ -34,7 +34,7 @@
"postcss-normalize-timing-functions": "^5.1.0",
"postcss-normalize-unicode": "^5.1.0",
"postcss-normalize-url": "^5.1.0",
"postcss-normalize-whitespace": "^5.1.0",
"postcss-normalize-whitespace": "^5.1.1",
"postcss-ordered-values": "^5.1.0",
"postcss-reduce-initial": "^5.1.0",
"postcss-reduce-transforms": "^5.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.1.2

### Patch Changes

- fix: preserve empty custom properties and ensure they work in Chrome
- Updated dependencies
- cssnano-preset-default@5.2.2

## 5.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "5.1.1",
"version": "5.1.2",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand All @@ -19,7 +19,7 @@
],
"license": "MIT",
"dependencies": {
"cssnano-preset-default": "^5.2.1",
"cssnano-preset-default": "^5.2.2",
"lilconfig": "^2.0.3",
"yaml": "^1.10.2"
},
Expand All @@ -43,7 +43,7 @@
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-advanced": "^5.2.2",
"cssnano-preset-advanced": "^5.2.3",
"cssnano-preset-lite": "^2.1.0",
"postcss": "^8.2.15"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-discard-empty/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- fix: preserve empty custom properties and ensure they work in Chrome

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-empty",
"version": "5.1.0",
"version": "5.1.1",
"description": "Discard empty rules and values with PostCSS.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-minify-params/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- fix: preserve empty custom properties and ensure they work in Chrome

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-params/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-params",
"version": "5.1.0",
"version": "5.1.1",
"description": "Minify at-rule params with PostCSS",
"keywords": [
"postcss",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-normalize-whitespace/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- fix: preserve empty custom properties and ensure they work in Chrome

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-normalize-whitespace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-whitespace",
"version": "5.1.0",
"version": "5.1.1",
"description": "Trim whitespace inside and around CSS rules & declarations.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 2875a6f

Please sign in to comment.