Skip to content

Commit

Permalink
Publish cssnano 5.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed May 20, 2022
1 parent 15ba6cc commit 270a6c4
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 4 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.3.5

### Patch Changes

- fix: preserve more color function fallbacks
- Updated dependencies
- cssnano-preset-default@5.2.9

## 5.3.4

### 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.4",
"version": "5.3.5",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.2.9

### Patch Changes

- fix: preserve more color function fallbacks
- Updated dependencies
- postcss-merge-longhand@5.1.5

## 5.2.8

### 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.8",
"version": "5.2.9",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe defaults for cssnano which require minimal configuration.",
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.9

### Patch Changes

- fix: preserve more color function fallbacks
- Updated dependencies
- cssnano-preset-default@5.2.9

## 5.1.8

### 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.8",
"version": "5.1.9",
"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-merge-longhand/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.5

### Patch Changes

- fix: preserve more color function fallbacks

## 5.1.4

### Patch Changes
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": "5.1.4",
"version": "5.1.5",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 270a6c4

Please sign in to comment.