diff --git a/.changeset/angry-horses-exist.md b/.changeset/angry-horses-exist.md deleted file mode 100644 index ab3af19..0000000 --- a/.changeset/angry-horses-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs-core': major ---- - -Add support for Gatsby v4 diff --git a/.changeset/many-swans-shop.md b/.changeset/many-swans-shop.md deleted file mode 100644 index f6b38b0..0000000 --- a/.changeset/many-swans-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs': patch ---- - -Update dependencies to their latest version diff --git a/.changeset/pretty-panthers-rest.md b/.changeset/pretty-panthers-rest.md deleted file mode 100644 index df561f0..0000000 --- a/.changeset/pretty-panthers-rest.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs': patch -'@rocketseat/gatsby-theme-docs-core': patch ---- - -fix: createPages only for docs content -chore: update dev dependencies diff --git a/.changeset/twenty-rats-fry.md b/.changeset/twenty-rats-fry.md deleted file mode 100644 index 04a277b..0000000 --- a/.changeset/twenty-rats-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs': major ---- - -Add support for Gatsby v4 diff --git a/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md b/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md index c9e1dae..2a22e2b 100644 --- a/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocketseat/gatsby-theme-docs-core +## 3.0.0 + +### Major Changes + +- [#113](https://github.com/jpedroschmitz/rocketdocs/pull/113) [`3c2acfc`](https://github.com/jpedroschmitz/rocketdocs/commit/3c2acfc89f89a9d94643b8fcb4b7694a7c4c1031) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Add support for Gatsby v4 + +### Patch Changes + +- [#115](https://github.com/jpedroschmitz/rocketdocs/pull/115) [`528373b`](https://github.com/jpedroschmitz/rocketdocs/commit/528373be3002558fbc0e16436f2b937724268a91) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - fix: createPages only for docs content + chore: update dev dependencies + ## 2.3.2 ### Patch Changes diff --git a/@rocketseat/gatsby-theme-docs-core/package.json b/@rocketseat/gatsby-theme-docs-core/package.json index 91a86a6..2157aa7 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": "2.3.2", + "version": "3.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 e671cad..5b6a24e 100644 --- a/@rocketseat/gatsby-theme-docs/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs/CHANGELOG.md @@ -1,5 +1,20 @@ # @rocketseat/gatsby-theme-docs +## 3.0.0 + +### Major Changes + +- [#109](https://github.com/jpedroschmitz/rocketdocs/pull/109) [`0ef266e`](https://github.com/jpedroschmitz/rocketdocs/commit/0ef266ef3ba56d690759fc270dcea21ba31b74aa) Thanks [@thinkybeast](https://github.com/thinkybeast)! - Add support for Gatsby v4 + +### Patch Changes + +- [#113](https://github.com/jpedroschmitz/rocketdocs/pull/113) [`3c2acfc`](https://github.com/jpedroschmitz/rocketdocs/commit/3c2acfc89f89a9d94643b8fcb4b7694a7c4c1031) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - Update dependencies to their latest version + +* [#115](https://github.com/jpedroschmitz/rocketdocs/pull/115) [`528373b`](https://github.com/jpedroschmitz/rocketdocs/commit/528373be3002558fbc0e16436f2b937724268a91) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - fix: createPages only for docs content + chore: update dev dependencies +* Updated dependencies [[`3c2acfc`](https://github.com/jpedroschmitz/rocketdocs/commit/3c2acfc89f89a9d94643b8fcb4b7694a7c4c1031), [`528373b`](https://github.com/jpedroschmitz/rocketdocs/commit/528373be3002558fbc0e16436f2b937724268a91)]: + - @rocketseat/gatsby-theme-docs-core@3.0.0 + ## 2.4.0 ### Minor Changes diff --git a/@rocketseat/gatsby-theme-docs/package.json b/@rocketseat/gatsby-theme-docs/package.json index 5c4cf48..543fe63 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.4.0", + "version": "3.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.7.0", "@emotion/styled": "^11.6.0", "@mdx-js/react": "^1.6.22", - "@rocketseat/gatsby-theme-docs-core": "^2.3.2", + "@rocketseat/gatsby-theme-docs-core": "^3.0.0", "gatsby-plugin-catch-links": "^4.2.0", "gatsby-plugin-emotion": "^7.2.0", "gatsby-plugin-mdx": "^3.2.0", diff --git a/examples/gatsby-theme-docs/package.json b/examples/gatsby-theme-docs/package.json index a2d98ef..febde4d 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": "^2.4.0", + "@rocketseat/gatsby-theme-docs": "^3.0.0", "gatsby": "^4.2.0", "gatsby-plugin-canonical-urls": "^4.2.0", "gatsby-plugin-google-analytics": "^4.2.0",