Skip to content

Commit

Permalink
Publish cssnano 5.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Jun 18, 2022
1 parent 0a3a133 commit 4a8f54a
Show file tree
Hide file tree
Showing 14 changed files with 64 additions and 7 deletions.
10 changes: 10 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 5.3.8

### Patch Changes

- fix: preserve hyphenated property case
- fix: ensure sorting properties does not break the output
- fix: recognize 'constant' as a function
- Updated dependencies
- cssnano-preset-default@5.2.12

## 5.3.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-preset-advanced/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-advanced",
"version": "5.3.7",
"version": "5.3.8",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
Expand Down
13 changes: 13 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log

## 5.2.12

### Patch Changes

- fix: preserve hyphenated property case
- fix: ensure sorting properties does not break the output
- fix: recognize 'constant' as a function
- Updated dependencies
- postcss-merge-longhand@5.1.6
- postcss-normalize-positions@5.1.1
- postcss-normalize-repeat-style@5.1.1
- postcss-ordered-values@5.1.3

## 5.2.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-preset-default/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-default",
"version": "5.2.11",
"version": "5.2.12",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe defaults for cssnano which require minimal configuration.",
Expand Down
10 changes: 10 additions & 0 deletions packages/cssnano/CHANGELOG.md
@@ -1,5 +1,15 @@
# Change Log

## 5.1.12

### Patch Changes

- fix: preserve hyphenated property case
- fix: ensure sorting properties does not break the output
- fix: recognize 'constant' as a function
- Updated dependencies
- cssnano-preset-default@5.2.12

## 5.1.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "5.1.11",
"version": "5.1.12",
"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
@@ -1,5 +1,11 @@
# Change Log

## 5.1.6

### Patch Changes

- fix: preserve hyphenated property case

## 5.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-merge-longhand/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-longhand",
"version": "5.1.5",
"version": "5.1.6",
"description": "Merge longhand properties into shorthand with PostCSS.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-normalize-positions/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- fix: recognize 'constant' as a function

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-normalize-positions/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-positions",
"version": "5.1.0",
"version": "5.1.1",
"description": "Normalize keyword values for position into length values.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-normalize-repeat-style/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.1.1

### Patch Changes

- fix: recognize 'constant' as a function

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-normalize-repeat-style/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-repeat-style",
"version": "5.1.0",
"version": "5.1.1",
"description": "Convert two value syntax for repeat-style into one value.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-ordered-values/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 5.1.3

### Patch Changes

- fix: recognize 'constant' as a function

## 5.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-ordered-values/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-ordered-values",
"version": "5.1.2",
"version": "5.1.3",
"description": "Ensure values are ordered consistently in your CSS.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 4a8f54a

Please sign in to comment.