Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.6.1...v2.0.0) (2024-08-13)

### Bug Fixes

* update dependencies to support `@wordpress/scripts` ([#206](#206)) ([7322c4b](7322c4b))

### 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

* fix: peer dependencies

* chore: update newspack-scripts to v5.6.0-alpha.3

* chore: udpate package-lock.json

* chore: update newspack-scripts to v5.6.0-alpha.4

* 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

* chore: bump version number in package.json

Co-authored-by: Miguel Peixe <[email protected]>
  • Loading branch information
semantic-release-bot and miguelpeixe committed Aug 13, 2024
1 parent 69cf219 commit f3971d7
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 5 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# [2.0.0](https://github.com/Automattic/republication-tracker-tool/compare/v1.6.1...v2.0.0) (2024-08-13)


### Bug Fixes

* update dependencies to support `@wordpress/scripts` ([#206](https://github.com/Automattic/republication-tracker-tool/issues/206)) ([7322c4b](https://github.com/Automattic/republication-tracker-tool/commit/7322c4ba1d26cb5e3b16e24eaec9d6299cbfe8af))


### 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

* fix: peer dependencies

* chore: update newspack-scripts to v5.6.0-alpha.3

* chore: udpate package-lock.json

* chore: update newspack-scripts to v5.6.0-alpha.4

* 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

* chore: bump version number in package.json

Co-authored-by: Miguel Peixe <[email protected]>

## [1.6.1](https://github.com/Automattic/republication-tracker-tool/compare/v1.6.0...v1.6.1) (2024-07-01)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "republication-tracker-tool",
"version": "1.6.1",
"version": "2.0.0",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand All @@ -26,4 +26,4 @@
"grunt-wp-readme-to-markdown": "~1.0.0",
"newspack-scripts": "5.6.0-alpha.8"
}
}
}
2 changes: 1 addition & 1 deletion republication-tracker-tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Author URI: https://labs.inn.org
* Text Domain: republication-tracker-tool
* Domain Path: /languages
* Version: 2.0.0-alpha.1
* Version: 2.0.0
*
* @package Republication_Tracker_Tool
*/
Expand Down

0 comments on commit f3971d7

Please sign in to comment.