From cfcdfa8b22c9582a60e1688e5f7e3ec8cdc2eaaf Mon Sep 17 00:00:00 2001 From: matticbot Date: Mon, 8 Jan 2024 18:11:12 +0000 Subject: [PATCH] chore(release): 1.83.0 [skip ci] # [1.83.0](https://github.com/Automattic/newspack-theme/compare/v1.82.0...v1.83.0) (2024-01-08) ### Bug Fixes * make sidebar donate block button style more specific ([#2217](https://github.com/Automattic/newspack-theme/issues/2217)) ([10609d7](https://github.com/Automattic/newspack-theme/commit/10609d7e226a21b66499726314de6bb3e0d1231f)) ### Features * add filter to social icons map ([#2212](https://github.com/Automattic/newspack-theme/issues/2212)) ([7b6c411](https://github.com/Automattic/newspack-theme/commit/7b6c4117a07ad97c4e20aa5ca5680830c61114bc)) --- 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 a7585c4de..c839b30ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.83.0](https://github.com/Automattic/newspack-theme/compare/v1.82.0...v1.83.0) (2024-01-08) + + +### Bug Fixes + +* make sidebar donate block button style more specific ([#2217](https://github.com/Automattic/newspack-theme/issues/2217)) ([10609d7](https://github.com/Automattic/newspack-theme/commit/10609d7e226a21b66499726314de6bb3e0d1231f)) + + +### Features + +* add filter to social icons map ([#2212](https://github.com/Automattic/newspack-theme/issues/2212)) ([7b6c411](https://github.com/Automattic/newspack-theme/commit/7b6c4117a07ad97c4e20aa5ca5680830c61114bc)) + # [1.83.0-alpha.2](https://github.com/Automattic/newspack-theme/compare/v1.83.0-alpha.1...v1.83.0-alpha.2) (2024-01-04) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index b05731d99..71fe9ffd0 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.83.0-alpha.2 +Version: 1.83.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 653356079..5c13a17fc 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.83.0-alpha.2 +Version: 1.83.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 e7117a68c..d55023515 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.83.0-alpha.2 +Version: 1.83.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 e8c93901a..2eec5b3c5 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.83.0-alpha.2 +Version: 1.83.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 cb50436de..785296e8f 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.83.0-alpha.2 +Version: 1.83.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 ac12098ec..d36b733a4 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.83.0-alpha.2 +Version: 1.83.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 02a557484..75deb7560 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "1.83.0-alpha.2", + "version": "1.83.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "1.83.0-alpha.2", + "version": "1.83.0", "devDependencies": { "@octokit/rest": "^19.0.13", "@rushstack/eslint-patch": "^1.3.2", diff --git a/package.json b/package.json index 2ad1723e4..9866d8147 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.83.0-alpha.2", + "version": "1.83.0", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"