Skip to content

Commit

Permalink
Publish cssnano 6.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Feb 24, 2024
1 parent c2160e3 commit fdd092e
Show file tree
Hide file tree
Showing 33 changed files with 122 additions and 43 deletions.
5 changes: 0 additions & 5 deletions .changeset/cyan-squids-own.md

This file was deleted.

13 changes: 0 additions & 13 deletions .changeset/short-lamps-clap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slimy-sheep-shave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tough-starfishes-pull.md

This file was deleted.

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

## 6.0.4

### Patch Changes

- Updated dependencies [83d3268]
- cssnano@6.0.5

## 6.0.3

### Patch Changes
Expand Down
6 changes: 6 additions & 0 deletions packages/css-size/README.md
Expand Up @@ -2,6 +2,12 @@

> Compare the size of a CSS file after processing it to the original.
## Deprecation notice: this package will soon cease to be maintained

The functionality can be easily replaced by minifying the file and dividing
the minified file size by the unminified file size.


Results are shown for uncompressed as well as when compressed using gzip
and brotli. For most users, one of the compressed sizes will best
represent what will be served to a client in production. It also
Expand Down
2 changes: 1 addition & 1 deletion packages/css-size/package.json
@@ -1,6 +1,6 @@
{
"name": "css-size",
"version": "6.0.3",
"version": "6.0.4",
"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
7 changes: 7 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 6.0.5

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist
- cssnano-preset-default@6.0.5

## 6.0.4

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

## 6.0.5

### Patch Changes

- Updated dependencies [c2160e3]
- Updated dependencies [83d3268]
- Updated dependencies [f461389]
- Updated dependencies [c4be0f5]
- postcss-minify-font-values@6.0.2
- postcss-normalize-unicode@6.0.3
- postcss-convert-values@6.0.4
- postcss-reduce-initial@6.0.3
- postcss-minify-params@6.0.3
- postcss-merge-rules@6.0.4
- postcss-colormin@6.0.3
- postcss-minify-gradients@6.0.2
- postcss-merge-longhand@6.0.3

## 6.0.4

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

## 6.0.5

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist
- cssnano-preset-default@6.0.5

## 6.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano/package.json
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "6.0.4",
"version": "6.0.5",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-colormin/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 6.0.3

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist
- f461389: chore: update colord version

## 6.0.2

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

## 6.0.4

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist

## 6.0.3

### 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.3",
"version": "6.0.4",
"description": "Convert values with PostCSS (e.g. ms -> s)",
"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.3

### Patch Changes

- Updated dependencies [83d3268]
- stylehacks@6.0.3

## 6.0.2

### 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.2",
"version": "6.0.3",
"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.0.4

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist

## 6.0.3

### Patch 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.0.3",
"version": "6.0.4",
"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.0.2

### Patch Changes

- c2160e3: fix(postcss-minify-font-values): emit correct output when spaces are missing between the font family and other values

## 6.0.1

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

## 6.0.2

### Patch Changes

- f461389: chore: update colord version

## 6.0.1

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

## 6.0.3

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-params/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-params",
"version": "6.0.2",
"version": "6.0.3",
"description": "Minify at-rule params with PostCSS",
"keywords": [
"postcss",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-normalize-unicode/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 6.0.3

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-normalize-unicode/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-normalize-unicode",
"version": "6.0.2",
"version": "6.0.3",
"description": "Normalize unicode-range descriptors, and can convert to wildcard ranges.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-reduce-initial/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log

## 6.0.3

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist
- c4be0f5: fix(postcss-reduce-initial): update initial property list

## 6.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-reduce-initial/package.json
@@ -1,6 +1,6 @@
{
"name": "postcss-reduce-initial",
"version": "6.0.2",
"version": "6.0.3",
"description": "Reduce initial definitions to the actual initial value, where possible.",
"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.0.3

### Patch Changes

- 83d3268: chore: update autoprefixer and browerslist

## 6.0.2

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

0 comments on commit fdd092e

Please sign in to comment.