Skip to content

Commit

Permalink
Merge pull request #1585 from cssnano/release-611
Browse files Browse the repository at this point in the history
Publish cssnano 6.1.1
  • Loading branch information
ludofischer committed Mar 20, 2024
2 parents 8611f0b + d7b4d2b commit 18206e6
Show file tree
Hide file tree
Showing 22 changed files with 79 additions and 24 deletions.
9 changes: 0 additions & 9 deletions .changeset/eleven-bananas-remember.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-wolves-design.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log

## 6.1.1

### Patch Changes

- Updated dependencies [0856f86]
- postcss-discard-unused@6.0.5
- cssnano-preset-default@6.1.1

## 6.1.0

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

## 6.1.1

### Patch Changes

- Updated dependencies [0856f86]
- Updated dependencies [794dc6c]
- postcss-minify-selectors@6.0.4
- postcss-unique-selectors@6.0.4
- postcss-merge-rules@6.1.1
- postcss-minify-font-values@6.1.0
- postcss-merge-longhand@6.0.5

## 6.1.0

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

## 6.1.1

### Patch Changes

- cssnano-preset-default@6.1.1

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "6.1.0",
"version": "6.1.1",
"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-discard-unused/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.5

### Patch Changes

- 0856f86: chore: update postcss-selector-parser

## 6.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-unused/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-unused",
"version": "6.0.4",
"version": "6.0.5",
"description": "Discard unused counter styles, keyframes and fonts.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-merge-longhand/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 6.0.5

### Patch Changes

- Updated dependencies [0856f86]
- stylehacks@6.1.1

## 6.0.4

### 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": "6.0.4",
"version": "6.0.5",
"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-merge-rules/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.1.1

### Patch Changes

- 0856f86: chore: update postcss-selector-parser

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-merge-rules/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-rules",
"version": "6.1.0",
"version": "6.1.1",
"description": "Merge CSS rules with PostCSS.",
"types": "types/index.d.ts",
"main": "src/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-minify-font-values/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.1.0

### Minor Changes

- 794dc6c: removeQuotes support custom functions to handle css variables

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-font-values/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-font-values",
"version": "6.0.3",
"version": "6.1.0",
"description": "Minify font declarations with PostCSS",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-minify-selectors/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.4

### Patch Changes

- 0856f86: chore: update postcss-selector-parser

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-selectors/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-selectors",
"version": "6.0.3",
"version": "6.0.4",
"description": "Minify selectors with PostCSS.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-unique-selectors/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.4

### Patch Changes

- 0856f86: chore: update postcss-selector-parser

## 6.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-unique-selectors/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-unique-selectors",
"version": "6.0.3",
"version": "6.0.4",
"description": "Ensure CSS selectors are unique.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/stylehacks/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.1.1

### Patch Changes

- 0856f86: chore: update postcss-selector-parser

## 6.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylehacks/package.json
@@ -1,6 +1,6 @@
{
"name": "stylehacks",
"version": "6.1.0",
"version": "6.1.1",
"description": "Detect/remove browser hacks from CSS files.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit 18206e6

Please sign in to comment.