Skip to content

Commit

Permalink
chore(release): 1.2.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0-alpha.2](v1.2.0-alpha.1...v1.2.0-alpha.2) (2024-02-15)

### Bug Fixes

* assorted error handling fixes ([#52](#52)) ([234f883](234f883))
* dynamic class property deprecated warnings ([#47](#47)) ([693865c](693865c))
* prevent coauthors capability check infinite loop ([#46](#46)) ([9565cef](9565cef))
* set Yoast primary category ([#41](#41)) ([3457d19](3457d19))

### Features

* sync billing and shipping addresses ([#50](#50)) ([6a05580](6a05580))
* sync publish, trash post statuses ([#42](#42)) ([fd5d8b9](fd5d8b9))
  • Loading branch information
semantic-release-bot committed Feb 15, 2024
1 parent cd3d537 commit a07cc1d
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.2.0-alpha.2](https://github.com/Automattic/newspack-network/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2024-02-15)


### Bug Fixes

* assorted error handling fixes ([#52](https://github.com/Automattic/newspack-network/issues/52)) ([234f883](https://github.com/Automattic/newspack-network/commit/234f883716dab7ce9ba2bac8a2bf93e58bbeb887))
* dynamic class property deprecated warnings ([#47](https://github.com/Automattic/newspack-network/issues/47)) ([693865c](https://github.com/Automattic/newspack-network/commit/693865c71ea18e3b3aff2810cc61ec407144dd43))
* prevent coauthors capability check infinite loop ([#46](https://github.com/Automattic/newspack-network/issues/46)) ([9565cef](https://github.com/Automattic/newspack-network/commit/9565cefeedd7cfc518b35dd84cce21b171664781))
* set Yoast primary category ([#41](https://github.com/Automattic/newspack-network/issues/41)) ([3457d19](https://github.com/Automattic/newspack-network/commit/3457d19ab5aea56d13ea2f7179dd1296d563ae7e))


### Features

* sync billing and shipping addresses ([#50](https://github.com/Automattic/newspack-network/issues/50)) ([6a05580](https://github.com/Automattic/newspack-network/commit/6a055808f244ec2ad790a13d068431feb6acdc17))
* sync publish, trash post statuses ([#42](https://github.com/Automattic/newspack-network/issues/42)) ([fd5d8b9](https://github.com/Automattic/newspack-network/commit/fd5d8b9d2c613486a43f061df1caf73bd6fb3979))

# [1.2.0-alpha.1](https://github.com/Automattic/newspack-network/compare/v1.1.0...v1.2.0-alpha.1) (2024-02-08)


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: 1.2.0-alpha.1
* Version: 1.2.0-alpha.2
* 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.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"description": "The Newspack Network plugin.",
"license": "GPL-3.0",
"browserslist": [
Expand Down

0 comments on commit a07cc1d

Please sign in to comment.