From 45d3efbfb4db6724e9fbf989781f6a1589195810 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:29:13 -0300 Subject: [PATCH] chore(release): publish (#157) Co-authored-by: github-actions[bot] --- .changeset/famous-rockets-jam.md | 5 ----- @rocketseat/gatsby-theme-docs/CHANGELOG.md | 6 ++++++ @rocketseat/gatsby-theme-docs/package.json | 2 +- examples/gatsby-theme-docs/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/famous-rockets-jam.md diff --git a/.changeset/famous-rockets-jam.md b/.changeset/famous-rockets-jam.md deleted file mode 100644 index be10937..0000000 --- a/.changeset/famous-rockets-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocketseat/gatsby-theme-docs': patch ---- - -Fix peerDependencies to React 18 diff --git a/@rocketseat/gatsby-theme-docs/CHANGELOG.md b/@rocketseat/gatsby-theme-docs/CHANGELOG.md index d8ce16c..1797679 100644 --- a/@rocketseat/gatsby-theme-docs/CHANGELOG.md +++ b/@rocketseat/gatsby-theme-docs/CHANGELOG.md @@ -1,5 +1,11 @@ # @rocketseat/gatsby-theme-docs +## 4.0.1 + +### Patch Changes + +- [#156](https://github.com/jpedroschmitz/rocketdocs/pull/156) [`10de666`](https://github.com/jpedroschmitz/rocketdocs/commit/10de6661b08f5c9551c223ef26f027dbb18aa8e2) Thanks [@tekmaven](https://github.com/tekmaven)! - Fix peerDependencies to React 18 + ## 4.0.0 ### Major Changes diff --git a/@rocketseat/gatsby-theme-docs/package.json b/@rocketseat/gatsby-theme-docs/package.json index 08db2b1..9989637 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": "4.0.0", + "version": "4.0.1", "main": "index.js", "description": "Out of the box Gatsby Theme for creating documentation websites easily and quickly.", "author": "João Pedro Schmitz (@jpedroschmitz)", diff --git a/examples/gatsby-theme-docs/package.json b/examples/gatsby-theme-docs/package.json index dccb3a2..1fbbca9 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": "^4.0.0", + "@rocketseat/gatsby-theme-docs": "^4.0.1", "gatsby": "^5.9.0", "gatsby-plugin-canonical-urls": "^5.9.0", "gatsby-plugin-google-analytics": "^5.9.0",