Skip to content

Commit

Permalink
chore(release): 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 25, 2018
1 parent a59fbd5 commit 46fe1c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 4.0.4

## Bug Fixes

* `postcss-merge-longhand` don't drop border-width with custom property from border shorthand.
* `postcss-merge-longhand` don't convert `currentColor`.
* `postcss-merge-longhand` don't merge border properties if there is a shorthand property between them.

# 4.0.3

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "4.0.3",
"version": "4.0.4",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-merge-longhand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-longhand",
"version": "4.0.2",
"version": "4.0.3",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down

0 comments on commit 46fe1c9

Please sign in to comment.