diff --git a/.changeset/slimy-rice-double.md b/.changeset/slimy-rice-double.md deleted file mode 100644 index 47af57ec..00000000 --- a/.changeset/slimy-rice-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/gatsby-theme-doctocat": minor ---- - -Add a step to build process that will output a static `components.json` file with component status info if the site that its building has markdown files containing `componentId` frontmatter. diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index 97cfb97c..b985e33e 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/gatsby-theme-doctocat +## 3.1.0 + +### Minor Changes + +- [`3767651`](https://github.com/primer/doctocat/commit/37676515f1d7485ca7b5e932e115d96e3ef0285b) [#318](https://github.com/primer/doctocat/pull/318) Thanks [@colebemis](https://github.com/colebemis)! - Add a step to build process that will output a static `components.json` file with component status info if the site that its building has markdown files containing `componentId` frontmatter. + ## 3.0.1 ### Patch Changes diff --git a/theme/package.json b/theme/package.json index 14eb365a..6a85638b 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@primer/gatsby-theme-doctocat", - "version": "3.0.1", + "version": "3.1.0", "main": "index.js", "license": "MIT", "scripts": {