diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dff70cdd..d440872d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [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) + + +### Bug Fixes + +* avoid warnings ([#2367](https://github.com/Automattic/newspack-theme/issues/2367)) ([5218a12](https://github.com/Automattic/newspack-theme/commit/5218a1284f2dc1c66e9723dc42915d8afd9aab94)) +* downgrade octokit version to v20 ([#2370](https://github.com/Automattic/newspack-theme/issues/2370)) ([5ac4510](https://github.com/Automattic/newspack-theme/commit/5ac451004e64b1df14439218eedc74610f358540)) + # [2.1.0-epic-ras-acc.1](https://github.com/Automattic/newspack-theme/compare/v2.0.0...v2.1.0-epic-ras-acc.1) (2024-08-14) diff --git a/newspack-joseph/sass/theme-description.scss b/newspack-joseph/sass/theme-description.scss index f3a926bd9..739ad1592 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.1 +Version: 2.1.0-epic-ras-acc.2 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 38b4d7dac..a530d62f4 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.1 +Version: 2.1.0-epic-ras-acc.2 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 2cac47b47..659155852 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.1 +Version: 2.1.0-epic-ras-acc.2 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 7a0de0919..186d267ee 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.1 +Version: 2.1.0-epic-ras-acc.2 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 b7a2b0d12..f61e338de 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.1 +Version: 2.1.0-epic-ras-acc.2 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 5794524df..0b9acf264 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.1 +Version: 2.1.0-epic-ras-acc.2 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 10516831f..b14043fe0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack", - "version": "2.1.0-epic-ras-acc.1", + "version": "2.1.0-epic-ras-acc.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack", - "version": "2.1.0-epic-ras-acc.1", + "version": "2.1.0-epic-ras-acc.2", "devDependencies": { "@octokit/rest": "^20.0.2", "@rushstack/eslint-patch": "^1.10.4", diff --git a/package.json b/package.json index e9e2befe6..6d870a06c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack", - "version": "2.1.0-epic-ras-acc.1", + "version": "2.1.0-epic-ras-acc.2", "description": "A theme for Newspack. https://newspack.com", "bugs": { "url": "https://github.com/Automattic/newspack-theme/issues" @@ -61,4 +61,4 @@ "ajv": "^6.0.0" } } -} \ No newline at end of file +}