Skip to content

Commit

Permalink
Publish cssnano 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Mar 1, 2022
1 parent 5bfedfd commit 57f7e46
Show file tree
Hide file tree
Showing 73 changed files with 428 additions and 129 deletions.
15 changes: 15 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 5.2.0

### Minor Changes

- feature: add TypeScript type declarations

### Patch Changes

- Updated dependencies
- cssnano-preset-default@5.2.0
- postcss-discard-unused@5.1.0
- postcss-merge-idents@5.1.0
- postcss-reduce-idents@5.1.0
- postcss-zindex@5.1.0

## 5.1.12

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions 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.1.12",
"version": "5.2.0",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
Expand All @@ -12,11 +12,11 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-default": "^5.1.12",
"postcss-discard-unused": "^5.0.3",
"postcss-merge-idents": "^5.0.3",
"postcss-reduce-idents": "^5.0.3",
"postcss-zindex": "^5.0.2"
"cssnano-preset-default": "^5.2.0",
"postcss-discard-unused": "^5.1.0",
"postcss-merge-idents": "^5.1.0",
"postcss-reduce-idents": "^5.1.0",
"postcss-zindex": "^5.1.0"
},
"author": {
"name": "Ben Briggs",
Expand Down
37 changes: 37 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
# Change Log

## 5.2.0

### Minor Changes

- feature: add TypeScript type declarations

### Patch Changes

- Updated dependencies
- cssnano-utils@3.1.0
- postcss-colormin@5.3.0
- postcss-convert-values@5.1.0
- postcss-discard-comments@5.1.0
- postcss-discard-duplicates@5.1.0
- postcss-discard-empty@5.1.0
- postcss-discard-overridden@5.1.0
- postcss-merge-longhand@5.1.0
- postcss-merge-rules@5.1.0
- postcss-minify-font-values@5.1.0
- postcss-minify-gradients@5.1.0
- postcss-minify-params@5.1.0
- postcss-minify-selectors@5.2.0
- postcss-normalize-charset@5.1.0
- postcss-normalize-display-values@5.1.0
- postcss-normalize-positions@5.1.0
- postcss-normalize-repeat-style@5.1.0
- postcss-normalize-string@5.1.0
- postcss-normalize-timing-functions@5.1.0
- postcss-normalize-unicode@5.1.0
- postcss-normalize-url@5.1.0
- postcss-normalize-whitespace@5.1.0
- postcss-ordered-values@5.1.0
- postcss-reduce-initial@5.1.0
- postcss-reduce-transforms@5.1.0
- postcss-svgo@5.1.0
- postcss-unique-selectors@5.1.0

## 5.1.12

### Patch Changes
Expand Down
56 changes: 28 additions & 28 deletions 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.1.12",
"version": "5.2.0",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe defaults for cssnano which require minimal configuration.",
Expand All @@ -12,34 +12,34 @@
"license": "MIT",
"dependencies": {
"css-declaration-sorter": "^6.0.3",
"cssnano-utils": "^3.0.2",
"cssnano-utils": "^3.1.0",
"postcss-calc": "^8.2.3",
"postcss-colormin": "^5.2.5",
"postcss-convert-values": "^5.0.4",
"postcss-discard-comments": "^5.0.3",
"postcss-discard-duplicates": "^5.0.3",
"postcss-discard-empty": "^5.0.3",
"postcss-discard-overridden": "^5.0.4",
"postcss-merge-longhand": "^5.0.6",
"postcss-merge-rules": "^5.0.6",
"postcss-minify-font-values": "^5.0.4",
"postcss-minify-gradients": "^5.0.6",
"postcss-minify-params": "^5.0.5",
"postcss-minify-selectors": "^5.1.3",
"postcss-normalize-charset": "^5.0.3",
"postcss-normalize-display-values": "^5.0.3",
"postcss-normalize-positions": "^5.0.4",
"postcss-normalize-repeat-style": "^5.0.4",
"postcss-normalize-string": "^5.0.4",
"postcss-normalize-timing-functions": "^5.0.3",
"postcss-normalize-unicode": "^5.0.4",
"postcss-normalize-url": "^5.0.5",
"postcss-normalize-whitespace": "^5.0.4",
"postcss-ordered-values": "^5.0.5",
"postcss-reduce-initial": "^5.0.3",
"postcss-reduce-transforms": "^5.0.4",
"postcss-svgo": "^5.0.4",
"postcss-unique-selectors": "^5.0.4"
"postcss-colormin": "^5.3.0",
"postcss-convert-values": "^5.1.0",
"postcss-discard-comments": "^5.1.0",
"postcss-discard-duplicates": "^5.1.0",
"postcss-discard-empty": "^5.1.0",
"postcss-discard-overridden": "^5.1.0",
"postcss-merge-longhand": "^5.1.0",
"postcss-merge-rules": "^5.1.0",
"postcss-minify-font-values": "^5.1.0",
"postcss-minify-gradients": "^5.1.0",
"postcss-minify-params": "^5.1.0",
"postcss-minify-selectors": "^5.2.0",
"postcss-normalize-charset": "^5.1.0",
"postcss-normalize-display-values": "^5.1.0",
"postcss-normalize-positions": "^5.1.0",
"postcss-normalize-repeat-style": "^5.1.0",
"postcss-normalize-string": "^5.1.0",
"postcss-normalize-timing-functions": "^5.1.0",
"postcss-normalize-unicode": "^5.1.0",
"postcss-normalize-url": "^5.1.0",
"postcss-normalize-whitespace": "^5.1.0",
"postcss-ordered-values": "^5.1.0",
"postcss-reduce-initial": "^5.1.0",
"postcss-reduce-transforms": "^5.1.0",
"postcss-svgo": "^5.1.0",
"postcss-unique-selectors": "^5.1.0"
},
"author": {
"name": "Ben Briggs",
Expand Down
14 changes: 14 additions & 0 deletions packages/cssnano-preset-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

## 2.1.0

### Minor Changes

- feature: add TypeScript type declarations

### Patch Changes

- Updated dependencies
- cssnano-utils@3.1.0
- postcss-discard-comments@5.1.0
- postcss-discard-empty@5.1.0
- postcss-normalize-whitespace@5.1.0

## 2.0.3

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/cssnano-preset-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-preset-lite",
"version": "2.0.3",
"version": "2.1.0",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe and minimum transformation",
Expand All @@ -12,10 +12,10 @@
],
"license": "MIT",
"dependencies": {
"cssnano-utils": "^3.0.2",
"postcss-discard-comments": "^5.0.3",
"postcss-discard-empty": "^5.0.3",
"postcss-normalize-whitespace": "^5.0.4"
"cssnano-utils": "^3.1.0",
"postcss-discard-comments": "^5.1.0",
"postcss-discard-empty": "^5.1.0",
"postcss-normalize-whitespace": "^5.1.0"
},
"repository": "cssnano/cssnano",
"homepage": "https://github.com/cssnano/cssnano",
Expand Down
6 changes: 6 additions & 0 deletions packages/cssnano-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cssnano-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano-utils",
"version": "3.0.2",
"version": "3.1.0",
"repository": "cssnano/cssnano",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

### Patch Changes

- Updated dependencies
- cssnano-preset-default@5.2.0

## 5.0.17

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "5.0.17",
"version": "5.1.0",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand All @@ -19,7 +19,7 @@
],
"license": "MIT",
"dependencies": {
"cssnano-preset-default": "^5.1.12",
"cssnano-preset-default": "^5.2.0",
"lilconfig": "^2.0.3",
"yaml": "^1.10.2"
},
Expand All @@ -43,8 +43,8 @@
},
"devDependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-advanced": "^5.1.12",
"cssnano-preset-lite": "^2.0.3",
"cssnano-preset-advanced": "^5.2.0",
"cssnano-preset-lite": "^2.1.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-colormin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.3.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-colormin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-colormin",
"version": "5.2.5",
"version": "5.3.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-convert-values/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-convert-values",
"version": "5.0.4",
"version": "5.1.0",
"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-comments/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-comments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-comments",
"version": "5.0.3",
"version": "5.1.0",
"description": "Discard comments 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-duplicates/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-duplicates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-duplicates",
"version": "5.0.3",
"version": "5.1.0",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-empty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-empty",
"version": "5.0.3",
"version": "5.1.0",
"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-overridden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-discard-overridden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-discard-overridden",
"version": "5.0.4",
"version": "5.1.0",
"description": "PostCSS plugin to discard overridden @keyframes or @counter-style.",
"main": "src/index.js",
"types": "types/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/postcss-discard-unused/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.1.0

### Minor Changes

- feature: add TypeScript type declarations

## 5.0.3

### Patch Changes
Expand Down

0 comments on commit 57f7e46

Please sign in to comment.