Skip to content

Commit

Permalink
chore(release): 1.21.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0-alpha.1](v1.20.0...v1.21.0-alpha.1) (2020-12-15)

### Bug Fixes

* editor colors ([69472f3](69472f3))
* insert time-triggered overlay campaigns above header ([#297](#297)) ([d2c473b](d2c473b)), closes [#4](#4)

### Features

* **editor:** hide post visibility selector ([ce7aa98](ce7aa98))
* add above header placement option ([#292](#292)) ([06a863e](06a863e)), closes [#260](#260)
* make campaign groups a hierarchical taxonomy ([#344](#344)) ([da4b26a](da4b26a))
* render a preview of the dismiss button in the editor ([#336](#336)) ([fa7dc05](fa7dc05))
  • Loading branch information
semantic-release-bot committed Dec 15, 2020
1 parent 20cb428 commit 69f5882
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.21.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v1.20.0...v1.21.0-alpha.1) (2020-12-15)


### Bug Fixes

* editor colors ([69472f3](https://github.com/Automattic/newspack-popups/commit/69472f342c5a58e7e6064cd87361cdb7d73c3997))
* insert time-triggered overlay campaigns above header ([#297](https://github.com/Automattic/newspack-popups/issues/297)) ([d2c473b](https://github.com/Automattic/newspack-popups/commit/d2c473bc3f610953183e8abd319edbea1133dbad)), closes [#4](https://github.com/Automattic/newspack-popups/issues/4)


### Features

* **editor:** hide post visibility selector ([ce7aa98](https://github.com/Automattic/newspack-popups/commit/ce7aa98a409d7b45a9100d5d3faa75e7c7a7b51b))
* add above header placement option ([#292](https://github.com/Automattic/newspack-popups/issues/292)) ([06a863e](https://github.com/Automattic/newspack-popups/commit/06a863efcab8c60e46015d0354c34deca77f48c8)), closes [#260](https://github.com/Automattic/newspack-popups/issues/260)
* make campaign groups a hierarchical taxonomy ([#344](https://github.com/Automattic/newspack-popups/issues/344)) ([da4b26a](https://github.com/Automattic/newspack-popups/commit/da4b26ae3e4b62e03ed7c22cd067e1e6f00383b6))
* render a preview of the dismiss button in the editor ([#336](https://github.com/Automattic/newspack-popups/issues/336)) ([fa7dc05](https://github.com/Automattic/newspack-popups/commit/fa7dc05649f9fcbf66cc95b51cafc34acb1ad8df))

# [1.20.0](https://github.com/Automattic/newspack-popups/compare/v1.19.0...v1.20.0) (2020-12-08)


Expand Down
2 changes: 1 addition & 1 deletion newspack-popups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.blog
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 1.20.0
* Version: 1.21.0-alpha.1
*
* @package Newspack_Popups
*/
Expand Down
2 changes: 1 addition & 1 deletion 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-popups",
"version": "1.20.0",
"version": "1.21.0-alpha.1",
"main": "Gruntfile.js",
"author": "YOUR NAME HERE",
"devDependencies": {
Expand Down

0 comments on commit 69f5882

Please sign in to comment.