From 99678023dc6f81a186ed585992b0ca0a5d017ebb Mon Sep 17 00:00:00 2001 From: matticbot Date: Tue, 28 May 2024 22:24:09 +0000 Subject: [PATCH] chore(release): 1.8.0 [skip ci] # [1.8.0](https://github.com/Automattic/newspack-block-theme/compare/v1.7.0...v1.8.0) (2024-05-28) ### Bug Fixes * correct annoying search preview issue ([#147](https://github.com/Automattic/newspack-block-theme/issues/147)) ([7dde399](https://github.com/Automattic/newspack-block-theme/commit/7dde399d98aa05eee770e75c71c12b6f1bb0611d)) ### Features * add comments sidebar ([#135](https://github.com/Automattic/newspack-block-theme/issues/135)) ([5ffcd15](https://github.com/Automattic/newspack-block-theme/commit/5ffcd155b89346e61478198df3ee085a08e70a23)) * add support for co-author plus blocks ([#139](https://github.com/Automattic/newspack-block-theme/issues/139)) ([14e2893](https://github.com/Automattic/newspack-block-theme/commit/14e2893870daded17d5ee626aa1c260d3369e0b4)) * update search templates ([#137](https://github.com/Automattic/newspack-block-theme/issues/137)) ([5e89534](https://github.com/Automattic/newspack-block-theme/commit/5e89534b21517d8cbc59575eb05ce4494c7d0ffe)) --- CHANGELOG.md | 14 ++++++++++++++ functions.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- src/scss/_theme-description.scss | 2 +- 5 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f83318..f93139b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.8.0](https://github.com/Automattic/newspack-block-theme/compare/v1.7.0...v1.8.0) (2024-05-28) + + +### Bug Fixes + +* correct annoying search preview issue ([#147](https://github.com/Automattic/newspack-block-theme/issues/147)) ([7dde399](https://github.com/Automattic/newspack-block-theme/commit/7dde399d98aa05eee770e75c71c12b6f1bb0611d)) + + +### Features + +* add comments sidebar ([#135](https://github.com/Automattic/newspack-block-theme/issues/135)) ([5ffcd15](https://github.com/Automattic/newspack-block-theme/commit/5ffcd155b89346e61478198df3ee085a08e70a23)) +* add support for co-author plus blocks ([#139](https://github.com/Automattic/newspack-block-theme/issues/139)) ([14e2893](https://github.com/Automattic/newspack-block-theme/commit/14e2893870daded17d5ee626aa1c260d3369e0b4)) +* update search templates ([#137](https://github.com/Automattic/newspack-block-theme/issues/137)) ([5e89534](https://github.com/Automattic/newspack-block-theme/commit/5e89534b21517d8cbc59575eb05ce4494c7d0ffe)) + # [1.8.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.7.0...v1.8.0-alpha.1) (2024-05-20) diff --git a/functions.php b/functions.php index aa51ca7a..8744003b 100644 --- a/functions.php +++ b/functions.php @@ -1,7 +1,7 @@