From 6d441a695770faebf384b517a81fc35dd7668860 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Mon, 21 Aug 2023 13:27:14 -0700 Subject: [PATCH] Version Packages (#625) Co-authored-by: github-actions[bot] --- .changeset/fresh-files-melt.md | 5 ----- .changeset/tasty-snakes-end.md | 5 ----- theme/CHANGELOG.md | 10 ++++++++++ theme/package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/fresh-files-melt.md delete mode 100644 .changeset/tasty-snakes-end.md diff --git a/.changeset/fresh-files-melt.md b/.changeset/fresh-files-melt.md deleted file mode 100644 index 770edc17..00000000 --- a/.changeset/fresh-files-melt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/gatsby-theme-doctocat': minor ---- - -Ability to add custom docs to search diff --git a/.changeset/tasty-snakes-end.md b/.changeset/tasty-snakes-end.md deleted file mode 100644 index 3e376d9a..00000000 --- a/.changeset/tasty-snakes-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/gatsby-theme-doctocat": patch ---- - -- Add maxWidth: '1200' to the base layout container so that content widths are consistent across primer.style docs diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index f3509411..d21767f5 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/gatsby-theme-doctocat +## 4.7.0 + +### Minor Changes + +- [`a7749f9`](https://github.com/primer/doctocat/commit/a7749f9d44681e2eaa5b265d35767461a648e259) [#624](https://github.com/primer/doctocat/pull/624) Thanks [@camertron](https://github.com/camertron)! - Ability to add custom docs to search + +### Patch Changes + +- [`d03feaa`](https://github.com/primer/doctocat/commit/d03feaab9942485559e99da5525ccb34f1502a68) [#623](https://github.com/primer/doctocat/pull/623) Thanks [@emilybrick](https://github.com/emilybrick)! - - Add maxWidth: '1200' to the base layout container so that content widths are consistent across primer.style docs + ## 4.6.3 ### Patch Changes diff --git a/theme/package.json b/theme/package.json index 315773ba..70ffa59e 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@primer/gatsby-theme-doctocat", - "version": "4.6.3", + "version": "4.7.0", "main": "index.js", "license": "MIT", "scripts": {