Skip to content

Commit

Permalink
Publish cssnano 6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Feb 22, 2024
1 parent 4bf74ef commit e2ba9a6
Show file tree
Hide file tree
Showing 24 changed files with 81 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-houses-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-rats-laugh.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-falcons-help.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/tasty-terms-flow.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/css-size/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 6.0.3

### Patch Changes

- Updated dependencies [311eaee]
- cssnano@6.0.4

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-size/package.json
@@ -1,6 +1,6 @@
{
"name": "css-size",
"version": "6.0.2",
"version": "6.0.3",
"description": "Compare the compressed and uncompressed sizes of a CSS file before and after processing.",
"main": "src/index.js",
"types": "css-size.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log

## 6.0.4

### Patch Changes

- Updated dependencies [3757056]
- postcss-discard-unused@6.0.3
- postcss-merge-idents@6.0.2
- cssnano-preset-default@6.0.4

## 6.0.3

### 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": "6.0.3",
"version": "6.0.4",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
Expand Down
11 changes: 11 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## 6.0.4

### Patch Changes

- Updated dependencies [4bf74ef]
- Updated dependencies [52d14d8]
- Updated dependencies [3757056]
- postcss-discard-empty@6.0.2
- postcss-discard-duplicates@6.0.2
- postcss-convert-values@6.0.3

## 6.0.3

### 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": "6.0.3",
"version": "6.0.4",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe defaults for cssnano which require minimal configuration.",
Expand Down
7 changes: 7 additions & 0 deletions packages/cssnano-preset-lite/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 3.0.2

### Patch Changes

- Updated dependencies [4bf74ef]
- postcss-discard-empty@6.0.2

## 3.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-preset-lite/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-lite",
"version": "3.0.1",
"version": "3.0.2",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe and minimum transformation",
Expand Down
7 changes: 7 additions & 0 deletions packages/cssnano/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 6.0.4

### Patch Changes

- 311eaee: fix(cssnano): set minimum lilconfig version to one without vulnerabilities
- cssnano-preset-default@6.0.4

## 6.0.3

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

## 6.0.3

### Patch Changes

- 3757056: fix: handle cases where AtRules might not have any children nodes

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-convert-values/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-convert-values",
"version": "6.0.2",
"version": "6.0.3",
"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-discard-duplicates/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.2

### Patch Changes

- 52d14d8: fix(postcss-discard-duplicates): avoid crash with empty layers

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-duplicates/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-duplicates",
"version": "6.0.1",
"version": "6.0.2",
"description": "Discard duplicate rules in your CSS files with PostCSS.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-discard-empty/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.2

### Patch Changes

- 4bf74ef: fix(postcss-discard-empty): preserve empty layer declarations

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-empty/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-empty",
"version": "6.0.1",
"version": "6.0.2",
"description": "Discard empty rules and values with PostCSS.",
"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.3

### Patch Changes

- 3757056: fix: handle cases where AtRules might not have any children nodes

## 6.0.2

### 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.2",
"version": "6.0.3",
"description": "Discard unused counter styles, keyframes and fonts.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-merge-idents/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.2

### Patch Changes

- 3757056: fix: handle cases where AtRules might not have any children nodes

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-merge-idents/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-merge-idents",
"version": "6.0.1",
"version": "6.0.2",
"description": "Merge keyframe and counter style identifiers.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit e2ba9a6

Please sign in to comment.