diff --git a/.changeset/modern-doors-live.md b/.changeset/modern-doors-live.md deleted file mode 100644 index e7d264f..0000000 --- a/.changeset/modern-doors-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs': minor ---- - -Allow changing font family diff --git a/@rocketseat/gatsby-theme-docs/CHANGELOG.md b/@rocketseat/gatsby-theme-docs/CHANGELOG.md index 2ecd14a..9887ac1 100644 --- a/@rocketseat/gatsby-theme-docs/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs/CHANGELOG.md @@ -4,6 +4,12 @@ ### Minor Changes +- [#92](https://github.com/Rocketseat/gatsby-themes/pull/92) [`fa2cc45`](https://github.com/Rocketseat/gatsby-themes/commit/fa2cc45f23a387737c6207bad8fac1ce3f4d75b0) Thanks [@benomatis](https://github.com/benomatis)! - Allow changing font family + +## 2.4.0 + +### Minor Changes + - [#84](https://github.com/Rocketseat/gatsby-themes/pull/84) [`52ea0430`](https://github.com/Rocketseat/gatsby-themes/pull/84/commits/52ea043013226279e92e79a06beb25fb3b599fc1) - Allow changing font family ## 2.3.3 diff --git a/@rocketseat/gatsby-theme-docs/package.json b/@rocketseat/gatsby-theme-docs/package.json index 397eeaa..483f141 100644 --- a/@rocketseat/gatsby-theme-docs/package.json +++ b/@rocketseat/gatsby-theme-docs/package.json @@ -1,6 +1,6 @@ { "name": "@rocketseat/gatsby-theme-docs", - "version": "2.3.3", + "version": "2.4.0", "main": "index.js", "description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.", "author": "João Pedro Schmitz (@jpedroschmitz)", diff --git a/examples/gatsby-theme-docs/package.json b/examples/gatsby-theme-docs/package.json index fcb399a..6a54a8e 100644 --- a/examples/gatsby-theme-docs/package.json +++ b/examples/gatsby-theme-docs/package.json @@ -7,7 +7,7 @@ "license": "MIT", "starter-name": "gatsby-starter-rocket-docs", "dependencies": { - "@rocketseat/gatsby-theme-docs": "^2.3.3", + "@rocketseat/gatsby-theme-docs": "^2.4.0", "gatsby": "^3.0.4", "gatsby-plugin-canonical-urls": "^3.0.0", "gatsby-plugin-google-analytics": "^3.0.0",