Skip to content

Commit

Permalink
Merge pull request #1249 from cssnano/release-512
Browse files Browse the repository at this point in the history
Publish cssnano 5.0.12
  • Loading branch information
ludofischer committed Nov 27, 2021
2 parents 776f345 + dd8ef11 commit 33a537f
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 12 deletions.
7 changes: 5 additions & 2 deletions packages/css-size/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 5.0.4 (2021-11-27)

### Chore

- chore(css-size): remove some dependencies ([#1239](https://github.com/cssnano/cssnano/pull/1239)) ([04b1c71b7c3](https://github.com/cssnano/cssnano/commit/04b1c71b7c33ce5a45f3b3792530bfb6bf28d3df))

## [5.0.3](https://github.com/cssnano/cssnano/compare/css-size@5.0.0...css-size@5.0.3) (2021-05-19)

Expand Down
2 changes: 1 addition & 1 deletion packages/css-size/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-size",
"version": "5.0.3",
"version": "5.0.4",
"description": "Compare the compressed and uncompressed sizes of a CSS file before and after processing.",
"main": "dist/index.js",
"types": "css-size.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# Change Log

## 5.1.8 (2021-11-27)

### Bug fixes

- fix(postcss-reduce-initial): update initial values data ([#1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9))
- Updated dependencies
- cssnano-preset-default@5.1.8

# 5.1.7 (2021-11-16)

### Bug fixes

- c38f14c3ce3d0b: **postcss-normalize-url**: avoid changing parameter encoding

### Chore

- 31d5c07dc07a4: refactor: drop one-liner dependencies
- 07172825ffbb4f4: **postcss-merge-longhand**: drop css-color-names dependency

Expand Down
4 changes: 2 additions & 2 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.7",
"version": "5.1.8",
"main": "dist/index.js",
"description": "Advanced optimisations for cssnano; may or may not break your CSS!",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"autoprefixer": "^10.3.7",
"cssnano-preset-default": "^5.1.7",
"cssnano-preset-default": "^5.1.8",
"postcss-discard-unused": "^5.0.1",
"postcss-merge-idents": "^5.0.1",
"postcss-reduce-idents": "^5.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.1.8 (2021-11-27)

### Bug fixes

- fix(postcss-reduce-initial): update initial values data ([#1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9))
- Updated dependencies
- postcss-reduce-initial@5.0.2

# 5.1.7 (2021-11-16)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 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.7",
"version": "5.1.8",
"main": "dist/index.js",
"description": "Safe defaults for cssnano which require minimal configuration.",
"scripts": {
Expand Down Expand Up @@ -39,7 +39,7 @@
"postcss-normalize-url": "^5.0.3",
"postcss-normalize-whitespace": "^5.0.1",
"postcss-ordered-values": "^5.0.2",
"postcss-reduce-initial": "^5.0.1",
"postcss-reduce-initial": "^5.0.2",
"postcss-reduce-transforms": "^5.0.1",
"postcss-svgo": "^5.0.3",
"postcss-unique-selectors": "^5.0.2"
Expand Down
8 changes: 8 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## 5.0.12 (2021-11-27)

### Bug fixes

- fix(postcss-reduce-initial): update initial values data ([#1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9))
- Updated dependencies
- cssnano-preset-default@5.1.8

# 5.0.11 (2021-11-16)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/cssnano/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cssnano",
"version": "5.0.11",
"version": "5.0.12",
"description": "A modular minifier, built on top of the PostCSS ecosystem.",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"lilconfig": "^2.0.3",
"yaml": "^1.10.2",
"cssnano-preset-default": "^5.1.7",
"cssnano-preset-default": "^5.1.8",
"is-resolvable": "^1.1.0"
},
"homepage": "https://github.com/cssnano/cssnano",
Expand Down
7 changes: 5 additions & 2 deletions packages/postcss-reduce-initial/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 5.0.2 (2021-11-27)

### Bug fixes

- fix(postcss-reduce-initial): update initial values data ([#1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9))

## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-reduce-initial@5.0.0...postcss-reduce-initial@5.0.1) (2021-05-19)

Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-reduce-initial/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-reduce-initial",
"version": "5.0.1",
"version": "5.0.2",
"description": "Reduce initial definitions to the actual initial value, where possible.",
"main": "dist/index.js",
"files": [
Expand Down
8 changes: 8 additions & 0 deletions site/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ layout: Page

## Change Log

### 5.0.12 (2021-11-27)

#### Bug fixes

- fix(postcss-reduce-initial): update initial values data ([#1242](https://github.com/cssnano/cssnano/pull/1242)) ([c6e9f00b785](https://github.com/cssnano/cssnano/commit/c6e9f00b785d85df0d92a110ec95a14fd98adcc9))
- Updated dependencies
- cssnano-preset-default\@5.1.8


## 5.0.11 (2021-11-16)

Expand Down

0 comments on commit 33a537f

Please sign in to comment.