Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and João Pedro Schmitz committed Mar 10, 2021
1 parent ff59386 commit b52d4b5
Show file tree
Hide file tree
Showing 6 changed files with 49 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .changeset/mighty-camels-decide.md

This file was deleted.

20 changes: 20 additions & 0 deletions @rocketseat/gatsby-theme-docs-core/CHANGELOG.md
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
2 changes: 1 addition & 1 deletion @rocketseat/gatsby-theme-docs-core/package.json
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)",
Expand Down
25 changes: 25 additions & 0 deletions @rocketseat/gatsby-theme-docs/CHANGELOG.md
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
4 changes: 2 additions & 2 deletions @rocketseat/gatsby-theme-docs/package.json
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)",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/gatsby-theme-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"starter-name": "gatsby-starter-rocket-docs",
"dependencies": {
"@rocketseat/gatsby-theme-docs": "^2.2.4",
"@rocketseat/gatsby-theme-docs": "^2.3.0",
"gatsby": "^3.0.4",
"gatsby-plugin-canonical-urls": "^3.0.0",
"gatsby-plugin-google-analytics": "^3.0.0",
Expand Down

0 comments on commit b52d4b5

Please sign in to comment.