Skip to content

Commit

Permalink
docs: update website for 5.0.6 (#1150)
Browse files Browse the repository at this point in the history
* update all website deps
* add back remark-heading-gap dep, which was removed by mistake
  • Loading branch information
ludofischer committed Jun 10, 2021
1 parent 39b4cc0 commit 1a9bd4b
Show file tree
Hide file tree
Showing 6 changed files with 851 additions and 782 deletions.
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

0 comments on commit 1a9bd4b

Please sign in to comment.