From b371818dbe6a444cd0160890979c7218d22b09b8 Mon Sep 17 00:00:00 2001 From: matticbot Date: Fri, 26 Jan 2024 16:57:22 +0000 Subject: [PATCH] chore(release): 1.84.1-alpha.1 [skip ci] ## [1.84.1-alpha.1](https://github.com/Automattic/newspack-theme/compare/v1.84.0...v1.84.1-alpha.1) (2024-01-26) ### Bug Fixes * **my-account:** make active menu links clickable ([#2221](https://github.com/Automattic/newspack-theme/issues/2221)) ([23f8955](https://github.com/Automattic/newspack-theme/commit/23f89555323669b806849d7e688a18c9898ce30a)) * replace contrast-related colours code with CSS variables ([#2109](https://github.com/Automattic/newspack-theme/issues/2109)) ([b2dbc60](https://github.com/Automattic/newspack-theme/commit/b2dbc607fdcbb70952a186b71ac6b7b81d4b994d)) --- CHANGELOG.md | 8 ++++++++ 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, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b22d6a2d..f15d6ae0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.84.1-alpha.1](https://github.com/Automattic/newspack-theme/compare/v1.84.0...v1.84.1-alpha.1) (2024-01-26) + + +### Bug Fixes + +* **my-account:** make active menu links clickable ([#2221](https://github.com/Automattic/newspack-theme/issues/2221)) ([23f8955](https://github.com/Automattic/newspack-theme/commit/23f89555323669b806849d7e688a18c9898ce30a)) +* replace contrast-related colours code with CSS variables ([#2109](https://github.com/Automattic/newspack-theme/issues/2109)) ([b2dbc60](https://github.com/Automattic/newspack-theme/commit/b2dbc607fdcbb70952a186b71ac6b7b81d4b994d)) + # [1.84.0](https://github.com/Automattic/newspack-theme/compare/v1.83.0...v1.84.0) (2024-01-25) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index f4ca9fd15..48d8fd71d 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.84.0 +Version: 1.84.1-alpha.1 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 de1054dbe..4ef383cda 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.84.0 +Version: 1.84.1-alpha.1 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 207f715e5..5b1c487a6 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.84.0 +Version: 1.84.1-alpha.1 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 c849867e1..f0411ef73 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.84.0 +Version: 1.84.1-alpha.1 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 fa6cf91d3..9f13d56b8 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.84.0 +Version: 1.84.1-alpha.1 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 63cfff613..3a332656d 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.84.0 +Version: 1.84.1-alpha.1 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 ed20db16e..c19055543 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "1.84.0", + "version": "1.84.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "1.84.0", + "version": "1.84.1-alpha.1", "devDependencies": { "@octokit/rest": "^19.0.13", "@rushstack/eslint-patch": "^1.3.2", diff --git a/package.json b/package.json index a1ee437dc..1cbf74b5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.84.0", + "version": "1.84.1-alpha.1", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"