Skip to content

Commit e22e1c1

Browse files
chore(release): publish (#147)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a4903ae commit e22e1c1

File tree

6 files changed

+21
-10
lines changed

6 files changed

+21
-10
lines changed

.changeset/pink-feet-brake.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

@rocketseat/gatsby-theme-docs-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @rocketseat/gatsby-theme-docs-core
22

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 3.1.0
410

511
### Minor Changes

@rocketseat/gatsby-theme-docs-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocketseat/gatsby-theme-docs-core",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"main": "index.js",
55
"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.",
66
"author": "João Pedro Schmitz <[email protected]> (@jpedroschmitz)",

@rocketseat/gatsby-theme-docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @rocketseat/gatsby-theme-docs
22

3+
## 3.2.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`a4903ae`](https://github.com/jpedroschmitz/rocketdocs/commit/a4903ae1f5bb24cdb075b15f374135e7da554511)]:
12+
- @rocketseat/gatsby-theme-docs-core@3.2.0
13+
314
## 3.1.0
415

516
### Minor Changes

@rocketseat/gatsby-theme-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rocketseat/gatsby-theme-docs",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"main": "index.js",
55
"description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.",
66
"author": "João Pedro Schmitz <[email protected]> (@jpedroschmitz)",
@@ -31,7 +31,7 @@
3131
"@emotion/react": "^11.7.0",
3232
"@emotion/styled": "^11.6.0",
3333
"@mdx-js/react": "^1.6.22",
34-
"@rocketseat/gatsby-theme-docs-core": "^3.1.0",
34+
"@rocketseat/gatsby-theme-docs-core": "^3.2.0",
3535
"gatsby-plugin-catch-links": "^4.2.0",
3636
"gatsby-plugin-emotion": "^7.2.0",
3737
"gatsby-plugin-mdx": "^3.2.0",

examples/gatsby-theme-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "MIT",
88
"starter-name": "gatsby-starter-rocketdocs",
99
"dependencies": {
10-
"@rocketseat/gatsby-theme-docs": "^3.1.0",
10+
"@rocketseat/gatsby-theme-docs": "^3.2.0",
1111
"gatsby": "^4.2.0",
1212
"gatsby-plugin-canonical-urls": "^4.2.0",
1313
"gatsby-plugin-google-analytics": "^4.2.0",

0 commit comments

Comments
 (0)