diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ba67f93..9c863103d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,12 +14,16 @@ For a full list of the changes to this release, see the [release notes][0.5.0]. **Breaking changes**: -- [Upgrade FontAwesome to v6](https://fontawesome.com/docs/web/setup/upgrade/) from v5. Lots of icons got renamed, but the v5 names will still work. - - Please review the [Backward compatibility](https://fontawesome.com/docs/web/setup/upgrade/whats-changed#backward-compatibility) information for the complete details. +- **Upgraded Bootstrap** to v4.6.2, resulting in some style changes. For + details, see [v4.6.2 release notes][]. +- **[Upgraded FontAwesome][]** to v6.1.2 from v5. While many icons were renamed, + the v5 names will still work. For all the details, see [What's changed][]. +[v4.6.2 release notes]: https://github.com/twbs/bootstrap/releases/tag/v4.6.2 [docsy as an npm package]: https://www.docsy.dev/docs/get-started/other-options/#option-3-docsy-as-an-npm-package +[upgraded fontawesome]: https://fontawesome.com/docs/web/setup/upgrade/ +[what's changed]: https://fontawesome.com/docs/web/setup/upgrade/whats-changed ## [0.4.0][] diff --git a/package.json b/package.json index a5d87e6aa..ff555360e 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,15 @@ "get:submodule": "set -x && git submodule update --init ${DEPTH:- --depth 1}", "serve": "npm run cd:docs serve", "update:pkg:hugo": "npm install --save-exact -D hugo-extended@latest", - "update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@latest bootstrap@4" + "update:pkg:dep": "npm install --save-exact @fortawesome/fontawesome-free@6 bootstrap@4" }, "cspell": "cSpell:ignore docsy userguide fortawesome fontawesome ", "prettier": { "proseWrap": "always" }, "dependencies": { - "@fortawesome/fontawesome-free": "6.1.1", - "bootstrap": "4.6.1" + "@fortawesome/fontawesome-free": "6.1.2", + "bootstrap": "4.6.2" }, "devDependencies": { "hugo-extended": "0.101.0"