-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff59386
commit b52d4b5
Showing
6 changed files
with
49 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# @rocketseat/gatsby-theme-docs-core | ||
|
||
## 2.3.0 | ||
|
||
### Minor Changes | ||
|
||
- [#74](https://github.com/Rocketseat/gatsby-themes/pull/74) [`22c1ce3`](https://github.com/Rocketseat/gatsby-themes/commit/22c1ce3124e540d51cac50f21b71e9eaf21524b3) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - **New** | ||
|
||
- feat: add support for Gatsby v3 | ||
- feat: add repositoryUrl option to theme (#47) | ||
|
||
**Docs** | ||
|
||
- docs: add more examples of theme usage | ||
- docs: rename master to main | ||
|
||
**Other** | ||
|
||
- chore(deps): update packages | ||
- refactor: change colors for blockquote |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@rocketseat/gatsby-theme-docs-core", | ||
"version": "1.2.0", | ||
"version": "2.3.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 <[email protected]> (@jpedroschmitz)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# @rocketseat/gatsby-theme-docs | ||
|
||
## 2.3.0 | ||
|
||
### Minor Changes | ||
|
||
- [#74](https://github.com/Rocketseat/gatsby-themes/pull/74) [`22c1ce3`](https://github.com/Rocketseat/gatsby-themes/commit/22c1ce3124e540d51cac50f21b71e9eaf21524b3) Thanks [@jpedroschmitz](https://github.com/jpedroschmitz)! - **New** | ||
|
||
- feat: add support for Gatsby v3 | ||
- feat: add repositoryUrl option to theme (#47) | ||
|
||
**Docs** | ||
|
||
- docs: add more examples of theme usage | ||
- docs: rename master to main | ||
|
||
**Other** | ||
|
||
- chore(deps): update packages | ||
- refactor: change colors for blockquote | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`22c1ce3`](https://github.com/Rocketseat/gatsby-themes/commit/22c1ce3124e540d51cac50f21b71e9eaf21524b3)]: | ||
- @rocketseat/gatsby-theme-docs-core@2.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@rocketseat/gatsby-theme-docs", | ||
"version": "2.2.4", | ||
"version": "2.3.0", | ||
"main": "index.js", | ||
"description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.", | ||
"author": "João Pedro Schmitz <[email protected]> (@jpedroschmitz)", | ||
|
@@ -32,7 +32,7 @@ | |
"@emotion/react": "^11.1.5", | ||
"@emotion/styled": "^11.0.0", | ||
"@mdx-js/react": "^1.6.18", | ||
"@rocketseat/gatsby-theme-docs-core": "^1.2.0", | ||
"@rocketseat/gatsby-theme-docs-core": "^2.3.0", | ||
"gatsby-plugin-catch-links": "^3.0.0", | ||
"gatsby-plugin-emotion": "^6.0.0", | ||
"gatsby-plugin-mdx": "^2.0.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters