Skip to content

Commit

Permalink
chore(release): 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 13, 2018
1 parent d28796c commit e7740da
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 5 deletions.
9 changes: 8 additions & 1 deletion packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# 4.0.2

## Bug Fixes

* `postcss-merge-longhand` don't explode declarations with custom properties.
* `postcss-colormin` now better transform to `hsl`.

# 4.0.1

## Bug Fixes

* `browserslist` version incompatibility with `caniuse-api`
* `browserslist` version incompatibility with `caniuse-api`.

# 4.0.0

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.1",
"version": "4.0.2",
"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-colormin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-colormin",
"version": "4.0.0",
"version": "4.0.1",
"description": "Minify colors in your CSS files with PostCSS.",
"main": "dist/index.js",
"files": [
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.0",
"version": "4.0.1",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
10 changes: 9 additions & 1 deletion site/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ layout: Page



## 4.0.2

### Bug Fixes

- `postcss-merge-longhand` don't explode declarations with custom properties.
- `postcss-colormin` now better transform to `hsl`.


## 4.0.1

### Bug Fixes

- `browserslist` version incompatibility with `caniuse-api`
- `browserslist` version incompatibility with `caniuse-api`.


## 4.0.0
Expand Down

0 comments on commit e7740da

Please sign in to comment.