Skip to content

Commit 663e92e

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

File tree

9 files changed

+30
-26
lines changed

9 files changed

+30
-26
lines changed

.changeset/angry-horses-exist.md

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

.changeset/many-swans-shop.md

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

.changeset/pretty-panthers-rest.md

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

.changeset/twenty-rats-fry.md

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

@rocketseat/gatsby-theme-docs-core/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-core
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
chore: update dev dependencies
13+
314
## 2.3.2
415

516
### Patch 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": "2.3.2",
3+
"version": "3.0.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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @rocketseat/gatsby-theme-docs
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
* [#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
14+
chore: update dev dependencies
15+
* Updated dependencies [[`3c2acfc`](https://github.com/jpedroschmitz/rocketdocs/commit/3c2acfc89f89a9d94643b8fcb4b7694a7c4c1031), [`528373b`](https://github.com/jpedroschmitz/rocketdocs/commit/528373be3002558fbc0e16436f2b937724268a91)]:
16+
- @rocketseat/gatsby-theme-docs-core@3.0.0
17+
318
## 2.4.0
419

520
### 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": "2.4.0",
3+
"version": "3.0.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": "^2.3.2",
34+
"@rocketseat/gatsby-theme-docs-core": "^3.0.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": "^2.4.0",
10+
"@rocketseat/gatsby-theme-docs": "^3.0.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)