diff --git a/CHANGELOG.md b/CHANGELOG.md index cf701eb..bbc836e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,39 @@ +# [2.0.0](https://github.com/Automattic/newspack-sponsors/compare/v1.13.1...v2.0.0) (2024-08-13) + + +### Bug Fixes + +* update dependencies to support `@wordpress/scripts` ([#303](https://github.com/Automattic/newspack-sponsors/issues/303)) ([98738e1](https://github.com/Automattic/newspack-sponsors/commit/98738e15cabe1e90be5c1839088d229050d64117)) + + +### BREAKING CHANGES + +* Updates dependencies for compatibility with WordPress 6.6.*, but breaks JS in WordPress 6.5.* and below. If you need support for WP 6.5.*, please do not upgrade to this new major version. + +* chore: refactor for newspack-scripts dependency updates + +* refactor: use proxy script for eslint and stylelint scripts + +* fix: peer dependencies + +* chore: update newspack-scripts to v5.6.0-alpha.3 + +* chore: add .stylelintrc.js + +* chore: update newspack-scripts to v5.6.0-alpha.4 + +* fix: add missing Prettier config files + +* chore: update newspack-scripts to 5.6.0-alpha.5 + +* chore: update newspack-scripts to v5.6.0-alpha.7 + +* chore: update newspack-scripts to v5.6.0-alpha.8 + +* fix: phpcs + +* chore: bump newspack-scripts to v5.5.2 + ## [1.13.1](https://github.com/Automattic/newspack-sponsors/compare/v1.13.0...v1.13.1) (2024-07-02) diff --git a/newspack-sponsors.php b/newspack-sponsors.php index bb6c9b1..6ccffac 100644 --- a/newspack-sponsors.php +++ b/newspack-sponsors.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-sponsors * Domain Path: /languages - * Version: 2.0.0-alpha.1 + * Version: 2.0.0 * * @package Newspack_Sponsors */ diff --git a/package-lock.json b/package-lock.json index dc8424c..284f138 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-sponsors", - "version": "1.13.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack-sponsors", - "version": "1.13.1", + "version": "2.0.0", "license": "GPL-2.0-or-later", "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", diff --git a/package.json b/package.json index 1e79f4e..332af8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-sponsors", - "version": "1.13.1", + "version": "2.0.0", "description": "", "scripts": { "cm": "newspack-scripts commit",