From 02073a2198bb230d34d808016df89b51f824509b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Apr 2024 15:57:53 +0000 Subject: [PATCH] Version Packages --- .changeset/fresh-yaks-battle.md | 5 ----- theme/CHANGELOG.md | 6 ++++++ theme/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fresh-yaks-battle.md diff --git a/.changeset/fresh-yaks-battle.md b/.changeset/fresh-yaks-battle.md deleted file mode 100644 index 1ae88b23..00000000 --- a/.changeset/fresh-yaks-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/gatsby-theme-doctocat': minor ---- - -Add optional tracking option to head diff --git a/theme/CHANGELOG.md b/theme/CHANGELOG.md index 5e4975da..9d0727a0 100644 --- a/theme/CHANGELOG.md +++ b/theme/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/gatsby-theme-doctocat +## 5.1.0 + +### Minor Changes + +- [`0798937`](https://github.com/primer/doctocat/commit/0798937ceb981c88abc95e428a1d73e3237a6460) [#727](https://github.com/primer/doctocat/pull/727) Thanks [@dipree](https://github.com/dipree)! - Add optional tracking option to head + ## 5.0.0 ### Major Changes diff --git a/theme/package.json b/theme/package.json index 4407f778..fa121602 100644 --- a/theme/package.json +++ b/theme/package.json @@ -1,6 +1,6 @@ { "name": "@primer/gatsby-theme-doctocat", - "version": "5.0.0", + "version": "5.1.0", "main": "index.js", "license": "MIT", "scripts": {