Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update website for 5.0.6 #1150

Merged
merged 1 commit into from Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -63,6 +63,7 @@
"remark-frontmatter": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-github": "^10.1.0",
"remark-heading-gap": "^4.0.0",
"remark-html": "^13.0.1",
"rimraf": "^3.0.2",
"toml": "^3.0.0",
Expand Down
11 changes: 11 additions & 0 deletions site/docs/changelog.md
Expand Up @@ -12,6 +12,17 @@ All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.


## \[5.0.6] (2021-06-09)

#### Bug Fixes

**postcss-normalize-url**: bump normalize-url dependency to 6.0.1 ([#1142](https://github.com/cssnano/cssnano/issues/1142))
([b60f54bed](https://github.com/cssnano/cssnano/commit/b60f54bedafe3781ff58f0888ab45ff5c56aee09))

**postcss-ordered-values**: preserve columns count ([#1144](https://github.com/cssnano/cssnano/issues/1144))
([9acd6a2fe3e](https://github.com/cssnano/cssnano/commit/9acd6a2fe3e188a5f29fef91cf406495fa74a877))


## \[5.0.5] (2021-05-28)

#### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion site/docusaurus.config.js
Expand Up @@ -93,7 +93,7 @@ module.exports = {
],
},
],
copyright: `Latest release v5.0.5 · Distributed under the MIT License.`,
copyright: `Latest release v5.0.6 · Distributed under the MIT License.`,
},
},
presets: [
Expand Down
6 changes: 3 additions & 3 deletions site/package.json
Expand Up @@ -13,10 +13,10 @@
"@docusaurus/preset-classic": "^2.0.0-beta.0",
"@monaco-editor/react": "^4.1.2",
"classnames": "^2.3.1",
"cssnano-preset-advanced": "^5.1.2",
"cssnano-preset-default": "^5.1.2",
"cssnano-preset-advanced": "^5.1.3",
"cssnano-preset-default": "^5.1.3",
"cssnano-preset-lite": "^2.0.1",
"postcss": "^8.3.0",
"postcss": "^8.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0"
Expand Down