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.10.1...v2.0.0) (2024-08-13)

### Bug Fixes

* **memberships-sync:** handle active subs from other nodes ([#114](#114)) ([97f9a58](97f9a58))
* update dependencies to support `@wordpress/scripts` ([#104](#104)) ([e9691b8](e9691b8))

### Features

* **distributor:** sync comment status ([#116](#116)) ([5844853](5844853))
* ensure that membership plans have unique network id ([#108](#108)) ([d2d63a0](d2d63a0))

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

* chore: update composer

* fix: peer dependencies

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

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

* chore: remove unnecessary prettier config file

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

* fix: update phpcs.xml

* chore: bump newspack-scripts to v5.5.2
  • Loading branch information
semantic-release-bot committed Aug 13, 2024
1 parent 73e4797 commit 159cfbc
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
# [2.0.0](https://github.com/Automattic/newspack-network/compare/v1.10.1...v2.0.0) (2024-08-13)


### Bug Fixes

* **memberships-sync:** handle active subs from other nodes ([#114](https://github.com/Automattic/newspack-network/issues/114)) ([97f9a58](https://github.com/Automattic/newspack-network/commit/97f9a58b90e660ec9511833b84af881357176163))
* update dependencies to support `@wordpress/scripts` ([#104](https://github.com/Automattic/newspack-network/issues/104)) ([e9691b8](https://github.com/Automattic/newspack-network/commit/e9691b8edcdc58cd3466bff46d2cbe4eacba9eaf))


### Features

* **distributor:** sync comment status ([#116](https://github.com/Automattic/newspack-network/issues/116)) ([5844853](https://github.com/Automattic/newspack-network/commit/58448533aa562238a6ea080b866155cb13764853))
* ensure that membership plans have unique network id ([#108](https://github.com/Automattic/newspack-network/issues/108)) ([d2d63a0](https://github.com/Automattic/newspack-network/commit/d2d63a04127718cadca74a57ff074d5fcfebb300))


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

* chore: update composer

* fix: peer dependencies

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

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

* chore: remove unnecessary prettier config file

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

* fix: update phpcs.xml

* chore: bump newspack-scripts to v5.5.2

## [1.10.1](https://github.com/Automattic/newspack-network/compare/v1.10.0...v1.10.1) (2024-08-01)


Expand Down
2 changes: 1 addition & 1 deletion newspack-network.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack Network
* Description: The Newspack Network plugin.
* Version: 2.0.0-alpha.1
* Version: 2.0.0
* Author: Automattic
* Author URI: https://newspack.com/
* License: GPL3
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-network",
"version": "1.10.1",
"version": "2.0.0",
"description": "The Newspack Network plugin.",
"license": "GPL-3.0",
"browserslist": [
Expand Down

0 comments on commit 159cfbc

Please sign in to comment.