Skip to content

Commit

Permalink
chore(release): 4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Dec 22, 2018
1 parent de2ef07 commit 2a05dd4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
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": "4.0.5",
"version": "4.0.6",
"main": "dist/index.js",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
"scripts": {
Expand All @@ -13,7 +13,7 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^9.0.0",
"cssnano-preset-default": "^4.0.1",
"cssnano-preset-default": "^4.0.6",
"postcss-discard-unused": "^4.0.1",
"postcss-merge-idents": "^4.0.1",
"postcss-reduce-idents": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 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": "4.0.5",
"version": "4.0.6",
"main": "dist/index.js",
"description": "Safe defaults for cssnano which require minimal configuration.",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"postcss-discard-duplicates": "^4.0.2",
"postcss-discard-empty": "^4.0.1",
"postcss-discard-overridden": "^4.0.1",
"postcss-merge-longhand": "^4.0.9",
"postcss-merge-longhand": "^4.0.10",
"postcss-merge-rules": "^4.0.2",
"postcss-minify-font-values": "^4.0.2",
"postcss-minify-gradients": "^4.0.1",
Expand Down
10 changes: 10 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 4.1.8

## Performance Improvements

* initial loading time (`require('cssnano')`).

## Bug Fixes

* `postcss-merge-longhand` correctly merging border properties with custom properties.

# 4.1.7

## Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "4.1.7",
"version": "4.1.8",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"dependencies": {
"cosmiconfig": "^5.0.0",
"cssnano-preset-default": "^4.0.5",
"cssnano-preset-default": "^4.0.6",
"is-resolvable": "^1.0.0",
"postcss": "^7.0.0"
},
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.9",
"version": "4.0.10",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "dist/index.js",
"files": [
Expand Down
11 changes: 11 additions & 0 deletions site/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ layout: Page



## 4.1.8

### Performance Improvements

- initial loading time (`require('cssnano')`).

### Bug Fixes

- `postcss-merge-longhand` correctly merging border properties with custom properties.


## 4.1.7

### Bug Fixes
Expand Down

0 comments on commit 2a05dd4

Please sign in to comment.