Skip to content

Commit

Permalink
Publish cssnano 5.1.8 (#1394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed May 16, 2022
1 parent 697bc7f commit 029adca
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 5 deletions.
9 changes: 9 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.3.4

### Patch Changes

- postcss-convert-values: preserve percentage sign on IE 11
- postcss-minify-params: refactor
- Updated dependencies
- cssnano-preset-default@5.2.8

## 5.3.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.3",
"version": "5.3.4",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
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.8

### Patch Changes

- postcss-convert-values: preserve percentage sign on IE 11
- postcss-minify-params: refactor
- Updated dependencies
- postcss-convert-values@5.1.1
- postcss-minify-params@5.1.3

## 5.2.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"version": "5.2.8",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe defaults for cssnano which require minimal configuration.",
Expand Down
9 changes: 9 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 5.1.8

### Patch Changes

- postcss-convert-values: preserve percentage sign on IE 11
- postcss-minify-params: refactor
- Updated dependencies
- cssnano-preset-default@5.2.8

## 5.1.7

### Patch Changes
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": "5.1.7",
"version": "5.1.8",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-convert-values/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- postcss-convert-values: preserve percentage sign on IE 11

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-convert-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-convert-values",
"version": "5.1.0",
"version": "5.1.1",
"description": "Convert values with PostCSS (e.g. ms -> s)",
"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.3

### Patch Changes

- refactor: change function bind to arrow function

## 5.1.2

### Patch 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.2",
"version": "5.1.3",
"description": "Minify at-rule params with PostCSS",
"keywords": [
"postcss",
Expand Down

0 comments on commit 029adca

Please sign in to comment.