From 3442d76a9c7499ce6029c80a293dadf85748fb8e Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 12 Jun 2024 15:47:05 +0000 Subject: [PATCH] chore(release): 1.89.0 [skip ci] # [1.89.0](https://github.com/Automattic/newspack-theme/compare/v1.88.2...v1.89.0) (2024-06-12) ### Bug Fixes * handle attachement fetch failure ([#2301](https://github.com/Automattic/newspack-theme/issues/2301)) ([6bdffe0](https://github.com/Automattic/newspack-theme/commit/6bdffe0359553999bedb960731b8897933869a7f)) ### Features * add specific css for subscribe pattern 5 and 6 ([#2305](https://github.com/Automattic/newspack-theme/issues/2305)) ([f7cf899](https://github.com/Automattic/newspack-theme/commit/f7cf899be7858a92affdd0a6d8bc668e3f9e1218)) --- CHANGELOG.md | 12 ++++++++++++ newspack-joseph/sass/theme-description.scss | 2 +- newspack-katharine/sass/theme-description.scss | 2 +- newspack-nelson/sass/theme-description.scss | 2 +- newspack-sacha/sass/theme-description.scss | 2 +- newspack-scott/sass/theme-description.scss | 2 +- newspack-theme/sass/theme-description.scss | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 9 files changed, 21 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c43666925..7f06ff64e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.89.0](https://github.com/Automattic/newspack-theme/compare/v1.88.2...v1.89.0) (2024-06-12) + + +### Bug Fixes + +* handle attachement fetch failure ([#2301](https://github.com/Automattic/newspack-theme/issues/2301)) ([6bdffe0](https://github.com/Automattic/newspack-theme/commit/6bdffe0359553999bedb960731b8897933869a7f)) + + +### Features + +* add specific css for subscribe pattern 5 and 6 ([#2305](https://github.com/Automattic/newspack-theme/issues/2305)) ([f7cf899](https://github.com/Automattic/newspack-theme/commit/f7cf899be7858a92affdd0a6d8bc668e3f9e1218)) + # [1.89.0-alpha.1](https://github.com/Automattic/newspack-theme/compare/v1.88.2...v1.89.0-alpha.1) (2024-05-31) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index 14f0937c5..765630c73 100644 --- a/newspack-joseph/sass/theme-description.scss +++ b/newspack-joseph/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.89.0-alpha.1 +Version: 1.89.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-katharine/sass/theme-description.scss b/newspack-katharine/sass/theme-description.scss index 7f773b7b9..f64974cad 100644 --- a/newspack-katharine/sass/theme-description.scss +++ b/newspack-katharine/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.89.0-alpha.1 +Version: 1.89.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-nelson/sass/theme-description.scss b/newspack-nelson/sass/theme-description.scss index c8ea07242..070d1e775 100644 --- a/newspack-nelson/sass/theme-description.scss +++ b/newspack-nelson/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.89.0-alpha.1 +Version: 1.89.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-sacha/sass/theme-description.scss b/newspack-sacha/sass/theme-description.scss index fc5c3f35f..6a1ef590c 100644 --- a/newspack-sacha/sass/theme-description.scss +++ b/newspack-sacha/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.89.0-alpha.1 +Version: 1.89.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-scott/sass/theme-description.scss b/newspack-scott/sass/theme-description.scss index 7473e581c..735df9cac 100644 --- a/newspack-scott/sass/theme-description.scss +++ b/newspack-scott/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.89.0-alpha.1 +Version: 1.89.0 License: GNU General Public License v2 or later License URI: LICENSE Template: newspack-theme diff --git a/newspack-theme/sass/theme-description.scss b/newspack-theme/sass/theme-description.scss index c80cfb9ff..6cb9b9323 100644 --- a/newspack-theme/sass/theme-description.scss +++ b/newspack-theme/sass/theme-description.scss @@ -5,7 +5,7 @@ Author: Automattic Author URI: https://newspack.com Description: Requires at least: WordPress 4.9.6 -Version: 1.89.0-alpha.1 +Version: 1.89.0 License: GNU General Public License v2 or later License URI: LICENSE Text Domain: newspack diff --git a/package-lock.json b/package-lock.json index 7dbcf4ac4..6a74b9080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "1.89.0-alpha.1", + "version": "1.89.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "1.89.0-alpha.1", + "version": "1.89.0", "devDependencies": { "@octokit/rest": "^20.1.1", "@rushstack/eslint-patch": "^1.10.3", diff --git a/package.json b/package.json index 7bf5b45d2..8cdb23501 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.89.0-alpha.1", + "version": "1.89.0", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"