Skip to content

Commit

Permalink
Publish cssnano 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ludofischer committed Aug 17, 2021
1 parent 50eb53e commit 1c968fa
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 7 deletions.
5 changes: 5 additions & 0 deletions packages/cssnano-preset-advanced/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.4] (2021-08-18)

## Chore

* **postcss-minify-gradients:** remove extra dependencies ([#1181](https://github.com/cssnano/cssnano/pull/1181)) ([50eb53](https://github.com/cssnano/cssnano/commit/50eb53e63b6eaae598ae4e51d02255ec8dcc9c8f))

# [5.1.3] (2021-06-09)

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.3",
"version": "5.1.4",
"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.2.0",
"cssnano-preset-default": "^5.1.3",
"cssnano-preset-default": "^5.1.4",
"postcss-discard-unused": "^5.0.1",
"postcss-merge-idents": "^5.0.1",
"postcss-reduce-idents": "^5.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/cssnano-preset-default/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.1.4] (2021-08-18)

## Chore

* **postcss-minify-gradients:** remove extra dependencies ([#1181](https://github.com/cssnano/cssnano/pull/1181)) ([50eb53](https://github.com/cssnano/cssnano/commit/50eb53e63b6eaae598ae4e51d02255ec8dcc9c8f))


# [5.1.3] (2021-06-09)

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.3",
"version": "5.1.4",
"main": "dist/index.js",
"description": "Safe defaults for cssnano which require minimal configuration.",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"postcss-merge-longhand": "^5.0.2",
"postcss-merge-rules": "^5.0.2",
"postcss-minify-font-values": "^5.0.1",
"postcss-minify-gradients": "^5.0.1",
"postcss-minify-gradients": "^5.0.2",
"postcss-minify-params": "^5.0.1",
"postcss-minify-selectors": "^5.1.0",
"postcss-normalize-charset": "^5.0.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/cssnano/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


# [5.0.8] (2021-08-18)

## Chore

* **postcss-minify-gradients:** remove extra dependencies ([#1181](https://github.com/cssnano/cssnano/pull/1181)) ([50eb53](https://github.com/cssnano/cssnano/commit/50eb53e63b6eaae598ae4e51d02255ec8dcc9c8f))


# [5.0.7] (2021-07-21)

### 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.7",
"version": "5.0.8",
"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.3",
"cssnano-preset-default": "^5.1.4",
"is-resolvable": "^1.1.0"
},
"homepage": "https://github.com/cssnano/cssnano",
Expand Down
7 changes: 7 additions & 0 deletions packages/postcss-minify-gradients/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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-08-18)

## Chore

* **postcss-minify-gradients:** remove extra dependencies ([#1181](https://github.com/cssnano/cssnano/pull/1181)) ([50eb53](https://github.com/cssnano/cssnano/commit/50eb53e63b6eaae598ae4e51d02255ec8dcc9c8f))


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

**Note:** Version bump only for package postcss-minify-gradients
Expand Down
2 changes: 1 addition & 1 deletion packages/postcss-minify-gradients/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-minify-gradients",
"version": "5.0.1",
"version": "5.0.2",
"description": "Minify gradient parameters with PostCSS.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1c968fa

Please sign in to comment.