diff --git a/.changeset/thick-dingos-mate.md b/.changeset/thick-dingos-mate.md deleted file mode 100644 index e257713..0000000 --- a/.changeset/thick-dingos-mate.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs-core': major -'@rocketseat/gatsby-theme-docs': major ---- - -Upgrade to Gatsby v5 diff --git a/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md b/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md index 5748e1f..6c5d8bd 100644 --- a/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocketseat/gatsby-theme-docs-core +## 4.0.0 + +### Major Changes + +- [#150](https://github.com/jpedroschmitz/rocketdocs/pull/150) [`ed4b5b3`](https://github.com/jpedroschmitz/rocketdocs/commit/ed4b5b31dd60f732abced13d09df97671e9af828) Thanks [@tekmaven](https://github.com/tekmaven)! - Upgrade to Gatsby v5 + ## 3.2.0 ### Minor Changes diff --git a/@rocketseat/gatsby-theme-docs-core/package.json b/@rocketseat/gatsby-theme-docs-core/package.json index b57833c..dc6d590 100644 --- a/@rocketseat/gatsby-theme-docs-core/package.json +++ b/@rocketseat/gatsby-theme-docs-core/package.json @@ -1,6 +1,6 @@ { "name": "@rocketseat/gatsby-theme-docs-core", - "version": "3.2.0", + "version": "4.0.0", "main": "index.js", "description": "Core theme for @rocketseat/gatsby-theme-docs with no additional theming or style opinions. Includes all of the data structures you need to get up and build a documentation website.", "author": "João Pedro Schmitz (@jpedroschmitz)", diff --git a/@rocketseat/gatsby-theme-docs/CHANGELOG.md b/@rocketseat/gatsby-theme-docs/CHANGELOG.md index 773281e..d8ce16c 100644 --- a/@rocketseat/gatsby-theme-docs/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocketseat/gatsby-theme-docs +## 4.0.0 + +### Major Changes + +- [#150](https://github.com/jpedroschmitz/rocketdocs/pull/150) [`ed4b5b3`](https://github.com/jpedroschmitz/rocketdocs/commit/ed4b5b31dd60f732abced13d09df97671e9af828) Thanks [@tekmaven](https://github.com/tekmaven)! - Upgrade to Gatsby v5 + +### Patch Changes + +- Updated dependencies [[`ed4b5b3`](https://github.com/jpedroschmitz/rocketdocs/commit/ed4b5b31dd60f732abced13d09df97671e9af828)]: + - @rocketseat/gatsby-theme-docs-core@4.0.0 + ## 3.2.0 ### Minor Changes diff --git a/@rocketseat/gatsby-theme-docs/package.json b/@rocketseat/gatsby-theme-docs/package.json index ec7c3b9..fbcb437 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": "3.2.0", + "version": "4.0.0", "main": "index.js", "description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.", "author": "João Pedro Schmitz (@jpedroschmitz)", @@ -31,7 +31,7 @@ "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "@mdx-js/react": "^2.3.0", - "@rocketseat/gatsby-theme-docs-core": "^3.2.0", + "@rocketseat/gatsby-theme-docs-core": "^4.0.0", "gatsby-plugin-catch-links": "^5.9.0", "gatsby-plugin-emotion": "^8.9.0", "gatsby-plugin-mdx": "^5.9.0", diff --git a/examples/gatsby-theme-docs/package.json b/examples/gatsby-theme-docs/package.json index 1acef5f..dccb3a2 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-rocketdocs", "dependencies": { - "@rocketseat/gatsby-theme-docs": "^3.2.0", + "@rocketseat/gatsby-theme-docs": "^4.0.0", "gatsby": "^5.9.0", "gatsby-plugin-canonical-urls": "^5.9.0", "gatsby-plugin-google-analytics": "^5.9.0",