diff --git a/.changeset/forty-paws-yawn.md b/.changeset/forty-paws-yawn.md deleted file mode 100644 index 36f2e2ba..00000000 --- a/.changeset/forty-paws-yawn.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/gatsby-theme-doctocat': patch ---- - -- Fix the primer navigation about link -- Removes mono space font in the nav drawer + fontweight bold to match top left navigation diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index 315f8055..8a2d64e0 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,12 @@ # @primer/gatsby-theme-doctocat +## 4.6.1 + +### Patch Changes + +- [`e2cd01a`](https://github.com/primer/doctocat/commit/e2cd01a79e668c21a762e82a5f1b914be0d0c5b6) [#613](https://github.com/primer/doctocat/pull/613) Thanks [@josepmartins](https://github.com/josepmartins)! - - Fix the primer navigation about link + - Removes mono space font in the nav drawer + fontweight bold to match top left navigation + ## 4.6.0 ### Minor Changes diff --git a/theme/package.json b/theme/package.json index 27891ab1..9f2846da 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@primer/gatsby-theme-doctocat", - "version": "4.6.0", + "version": "4.6.1", "main": "index.js", "license": "MIT", "scripts": {