Skip to content

Commit

Permalink
chore(release): 1.84.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.84.0-alpha.1](v1.83.1...v1.84.0-alpha.1) (2022-06-02)

### Bug Fixes

* **reader-revenue:** initial order state with total of 0 ([7c30b09](7c30b09))

### Features

* **ads:** handle gam default ad units ([#1654](#1654)) ([321b98e](321b98e))
* reader registration on donate ([#1655](#1655)) ([5821b57](5821b57))
* remove theme selection from setup wizard ([#1656](#1656)) ([94e4580](94e4580))
  • Loading branch information
semantic-release-bot committed Jun 2, 2022
1 parent b5a9488 commit c016c29
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.84.0-alpha.1](https://github.com/Automattic/newspack-plugin/compare/v1.83.1...v1.84.0-alpha.1) (2022-06-02)


### Bug Fixes

* **reader-revenue:** initial order state with total of 0 ([7c30b09](https://github.com/Automattic/newspack-plugin/commit/7c30b09351cc2292726404bd3b7db95652bf1bc2))


### Features

* **ads:** handle gam default ad units ([#1654](https://github.com/Automattic/newspack-plugin/issues/1654)) ([321b98e](https://github.com/Automattic/newspack-plugin/commit/321b98e426bb74e03299878accab04ac8dcb7e08))
* reader registration on donate ([#1655](https://github.com/Automattic/newspack-plugin/issues/1655)) ([5821b57](https://github.com/Automattic/newspack-plugin/commit/5821b5785910baa14d7fcd774fad1dd34392e1ba))
* remove theme selection from setup wizard ([#1656](https://github.com/Automattic/newspack-plugin/issues/1656)) ([94e4580](https://github.com/Automattic/newspack-plugin/commit/94e4580042ddf8d55b93ca199a1cb4d64d678ca4))

## [1.83.1](https://github.com/Automattic/newspack-plugin/compare/v1.83.0...v1.83.1) (2022-05-30)


Expand Down
2 changes: 1 addition & 1 deletion newspack.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Newspack
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
* Version: 1.83.1
* Version: 1.84.0-alpha.1
* Author: Automattic
* Author URI: https://newspack.pub/
* License: GPL2
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",
"version": "1.83.1",
"version": "1.84.0-alpha.1",
"description": "The Newspack plugin. https://newspack.pub",
"bugs": {
"url": "https://github.com/Automattic/newspack-plugin/issues"
Expand Down

0 comments on commit c016c29

Please sign in to comment.