diff --git a/.changeset/pink-feet-brake.md b/.changeset/pink-feet-brake.md deleted file mode 100644 index be2e1c5..0000000 --- a/.changeset/pink-feet-brake.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs': minor -'@rocketseat/gatsby-theme-docs-core': minor ---- - -Add `gatsbyRemarkPlugins` option diff --git a/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md b/@rocketseat/gatsby-theme-docs-core/CHANGELOG.md index c3c7265..5748e1f 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 +## 3.2.0 + +### Minor Changes + +- [#146](https://github.com/jpedroschmitz/rocketdocs/pull/146) [`a4903ae`](https://github.com/jpedroschmitz/rocketdocs/commit/a4903ae1f5bb24cdb075b15f374135e7da554511) Thanks [@aaronamm](https://github.com/aaronamm)! - Add `gatsbyRemarkPlugins` option + ## 3.1.0 ### Minor Changes diff --git a/@rocketseat/gatsby-theme-docs-core/package.json b/@rocketseat/gatsby-theme-docs-core/package.json index 7562b38..a3697c7 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.1.0", + "version": "3.2.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 b5e6034..773281e 100644 --- a/@rocketseat/gatsby-theme-docs/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs/CHANGELOG.md @@ -1,5 +1,16 @@ # @rocketseat/gatsby-theme-docs +## 3.2.0 + +### Minor Changes + +- [#146](https://github.com/jpedroschmitz/rocketdocs/pull/146) [`a4903ae`](https://github.com/jpedroschmitz/rocketdocs/commit/a4903ae1f5bb24cdb075b15f374135e7da554511) Thanks [@aaronamm](https://github.com/aaronamm)! - Add `gatsbyRemarkPlugins` option + +### Patch Changes + +- Updated dependencies [[`a4903ae`](https://github.com/jpedroschmitz/rocketdocs/commit/a4903ae1f5bb24cdb075b15f374135e7da554511)]: + - @rocketseat/gatsby-theme-docs-core@3.2.0 + ## 3.1.0 ### Minor Changes diff --git a/@rocketseat/gatsby-theme-docs/package.json b/@rocketseat/gatsby-theme-docs/package.json index ffab305..1a0ae52 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.1.0", + "version": "3.2.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": "^3.1.0", + "@rocketseat/gatsby-theme-docs-core": "^3.2.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 88561a8..716de8f 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.1.0", + "@rocketseat/gatsby-theme-docs": "^3.2.0", "gatsby": "^4.2.0", "gatsby-plugin-canonical-urls": "^4.2.0", "gatsby-plugin-google-analytics": "^4.2.0",