diff --git a/CHANGELOG.md b/CHANGELOG.md index 79cd9cbfd..8076c4aa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.85.0](https://github.com/Automattic/newspack-theme/compare/v1.84.1...v1.85.0) (2024-02-20) + + +### Bug Fixes + +* **my-account:** fixes for My Account ([#2240](https://github.com/Automattic/newspack-theme/issues/2240)) ([90f2b8f](https://github.com/Automattic/newspack-theme/commit/90f2b8f805c8de02e1b68cefe6dc1901d1051e18)) + + +### Features + +* **ci:** add epic/* release workflow and rename `master` to `trunk` ([#2225](https://github.com/Automattic/newspack-theme/issues/2225)) ([86e6ada](https://github.com/Automattic/newspack-theme/commit/86e6ada53147925df1bd50eac00dd00527995203)) +* simplify footer credits ([#2222](https://github.com/Automattic/newspack-theme/issues/2222)) ([01ef71d](https://github.com/Automattic/newspack-theme/commit/01ef71d020384062c5567e70fa5728eec599df0d)) + # [1.85.0-alpha.1](https://github.com/Automattic/newspack-theme/compare/v1.84.1...v1.85.0-alpha.1) (2024-02-08) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index dd92dd443..c76d94036 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.85.0-alpha.1 +Version: 1.85.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 25d20039a..f8cd2f11c 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.85.0-alpha.1 +Version: 1.85.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 556c80b25..56adb1cc8 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.85.0-alpha.1 +Version: 1.85.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 4e4b13d6a..5ed9c981a 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.85.0-alpha.1 +Version: 1.85.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 8dec9a748..512621919 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.85.0-alpha.1 +Version: 1.85.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 a7fed96aa..34446c12e 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.85.0-alpha.1 +Version: 1.85.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 86f84d371..440ad25fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "1.85.0-alpha.1", + "version": "1.85.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack", - "version": "1.85.0-alpha.1", + "version": "1.85.0", "devDependencies": { "@octokit/rest": "^19.0.13", "@rushstack/eslint-patch": "^1.3.2", diff --git a/package.json b/package.json index 0d26deaf1..06925431d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "1.85.0-alpha.1", + "version": "1.85.0", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues"