diff --git a/.changeset/six-rings-smile.md b/.changeset/six-rings-smile.md deleted file mode 100644 index 8bf14a7b..00000000 --- a/.changeset/six-rings-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/gatsby-theme-doctocat': patch ---- - -Wrap root node with an SSRProvider diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index cae39f45..8ccb7d20 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/gatsby-theme-doctocat +## 4.4.3 + +### Patch Changes + +- [`5f2f390`](https://github.com/primer/doctocat/commit/5f2f3903e93b6a64743c38fead16eaaa14788c4e) [#586](https://github.com/primer/doctocat/pull/586) Thanks [@camertron](https://github.com/camertron)! - Wrap root node with an SSRProvider + ## 4.4.2 ### Patch Changes diff --git a/theme/package.json b/theme/package.json index 9e45efd4..7da16b86 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@primer/gatsby-theme-doctocat", - "version": "4.4.2", + "version": "4.4.3", "main": "index.js", "license": "MIT", "scripts": {