diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b4dbbaf..3b8187476 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.1.0-epic-ras-acc.3](https://github.com/Automattic/newspack-theme/compare/v2.1.0-epic-ras-acc.2...v2.1.0-epic-ras-acc.3) (2024-09-18) + + +### Bug Fixes + +* allow active My Account links to be clicked ([#2376](https://github.com/Automattic/newspack-theme/issues/2376)) ([99e0509](https://github.com/Automattic/newspack-theme/commit/99e0509b2e00fc45bf3b2963c89fd638fe118d26)) + # [2.1.0-epic-ras-acc.2](https://github.com/Automattic/newspack-theme/compare/v2.1.0-epic-ras-acc.1...v2.1.0-epic-ras-acc.2) (2024-09-04) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index 739ad1592..5110e2424 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: 2.1.0-epic-ras-acc.2 +Version: 2.1.0-epic-ras-acc.3 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 a530d62f4..63d4bb991 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: 2.1.0-epic-ras-acc.2 +Version: 2.1.0-epic-ras-acc.3 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 659155852..47f8d9c82 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: 2.1.0-epic-ras-acc.2 +Version: 2.1.0-epic-ras-acc.3 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 186d267ee..1bac1c120 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: 2.1.0-epic-ras-acc.2 +Version: 2.1.0-epic-ras-acc.3 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 f61e338de..9554f2953 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: 2.1.0-epic-ras-acc.2 +Version: 2.1.0-epic-ras-acc.3 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 0b9acf264..a5052b6ad 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: 2.1.0-epic-ras-acc.2 +Version: 2.1.0-epic-ras-acc.3 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 3acb35d27..e1a8ef513 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "2.1.0-epic-ras-acc.2", + "version": "2.1.0-epic-ras-acc.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack", - "version": "2.1.0-epic-ras-acc.2", + "version": "2.1.0-epic-ras-acc.3", "devDependencies": { "@octokit/rest": "^20.0.2", "@rushstack/eslint-patch": "^1.10.4", diff --git a/package.json b/package.json index 8cb74ef63..7f28efa8d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "2.1.0-epic-ras-acc.2", + "version": "2.1.0-epic-ras-acc.3", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"