Skip to content

Commit

Permalink
chore(release): 2.16.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [2.16.0-alpha.1](v2.15.0...v2.16.0-alpha.1) (2023-04-28)

### Bug Fixes

* adjust pre-commit hook ([#1086](#1086)) ([19de3f0](19de3f0))
* pre commit and add pre push ([#1084](#1084)) ([1f0a59d](1f0a59d))

### Features

* add custom prompt taxonomies ([f75f6fc](f75f6fc))
* add custom prompt taxonomies [#1100](#1100) ([1af879d](1af879d))
* add filter to maybe display prompt check ([7b5bb9b](7b5bb9b))
* add filter to maybe display prompt check [#1095](#1095) ([1bbe843](1bbe843))
* filter the whole result ([40863dd](40863dd))
* hide overlays on sign in modal ([#1094](#1094)) ([226bb5e](226bb5e))
* RAS setup UI and default Campaigns wizard ([#1103](#1103)) ([f595046](f595046)), closes [#1078](#1078) [#1090](#1090) [#1096](#1096) [#1097](#1097) [#1102](#1102)
  • Loading branch information
semantic-release-bot committed Apr 28, 2023
1 parent bb5eb1b commit f0ef39e
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.16.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.15.0...v2.16.0-alpha.1) (2023-04-28)


### Bug Fixes

* adjust pre-commit hook ([#1086](https://github.com/Automattic/newspack-popups/issues/1086)) ([19de3f0](https://github.com/Automattic/newspack-popups/commit/19de3f0a70f03552a70dde0e944d7e5749475df0))
* pre commit and add pre push ([#1084](https://github.com/Automattic/newspack-popups/issues/1084)) ([1f0a59d](https://github.com/Automattic/newspack-popups/commit/1f0a59d508988bac13546eddf3e2384e598e6cf9))


### Features

* add custom prompt taxonomies ([f75f6fc](https://github.com/Automattic/newspack-popups/commit/f75f6fcff8941b674cb8bb2573dd0ba2840d200c))
* add custom prompt taxonomies [#1100](https://github.com/Automattic/newspack-popups/issues/1100) ([1af879d](https://github.com/Automattic/newspack-popups/commit/1af879d7865466900754a5028bfdae8b87c97ec7))
* add filter to maybe display prompt check ([7b5bb9b](https://github.com/Automattic/newspack-popups/commit/7b5bb9bd0de864133d96714ef466608d384b27dc))
* add filter to maybe display prompt check [#1095](https://github.com/Automattic/newspack-popups/issues/1095) ([1bbe843](https://github.com/Automattic/newspack-popups/commit/1bbe84319456ec23de1214c980572e039f894716))
* filter the whole result ([40863dd](https://github.com/Automattic/newspack-popups/commit/40863ddb4c532d79cc2701f3ad8b223809d0102b))
* hide overlays on sign in modal ([#1094](https://github.com/Automattic/newspack-popups/issues/1094)) ([226bb5e](https://github.com/Automattic/newspack-popups/commit/226bb5e0472b125288d83e35f386af471ca188bc))
* RAS setup UI and default Campaigns wizard ([#1103](https://github.com/Automattic/newspack-popups/issues/1103)) ([f595046](https://github.com/Automattic/newspack-popups/commit/f595046e0acf5e4678852fb9d3217a811a1abc42)), closes [#1078](https://github.com/Automattic/newspack-popups/issues/1078) [#1090](https://github.com/Automattic/newspack-popups/issues/1090) [#1096](https://github.com/Automattic/newspack-popups/issues/1096) [#1097](https://github.com/Automattic/newspack-popups/issues/1097) [#1102](https://github.com/Automattic/newspack-popups/issues/1102)

# [2.15.0](https://github.com/Automattic/newspack-popups/compare/v2.14.0...v2.15.0) (2023-04-10)


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: 2.15.0
* Version: 2.16.0-alpha.1
*
* @package Newspack_Popups
*/
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.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-popups",
"version": "2.15.0",
"version": "2.16.0-alpha.1",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand All @@ -24,8 +24,8 @@
},
"lint-staged": {
"*.js": "npm run lint:js:staged",
"*.scss": "npm run lint:scss:staged",
"*.php": "npm run lint:php:staged"
"*.scss": "npm run lint:scss:staged",
"*.php": "npm run lint:php:staged"
},
"dependencies": {
"classnames": "^2.3.2",
Expand Down

0 comments on commit f0ef39e

Please sign in to comment.