Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.1...v2.4.0) (2022-09-15)

### Bug Fixes

* force release build ([e25a11e](e25a11e))
* remove duplicate newspack-popups class name ([#947](#947)) ([ff0d82f](ff0d82f))

### Features

* allow custom frequencies as long as NEWSPACK_EXPERIMENTAL_READER_ACTIVATION is true ([#953](#953)) ([a8cfc42](a8cfc42))
* **analytics:** prevent marking client as a subscriber if subscribing to only the master list ([0dd5390](0dd5390))
* log reg form info to analytics events ([#951](#951)) ([026361b](026361b))
* polyfills for some amp scripts ([#946](#946)) ([245fcac](245fcac))
* simplify overlay max-height ([#950](#950)) ([c9c6001](c9c6001))
* tapping on overlay background no longer dismisses prompt ([#948](#948)) ([fe34eef](fe34eef))
  • Loading branch information
semantic-release-bot committed Sep 15, 2022
1 parent e25a11e commit 9918849
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.4.0](https://github.com/Automattic/newspack-popups/compare/v2.3.1...v2.4.0) (2022-09-15)


### Bug Fixes

* force release build ([e25a11e](https://github.com/Automattic/newspack-popups/commit/e25a11ea7fdb5de0df787d15520b5555dee3077c))
* remove duplicate newspack-popups class name ([#947](https://github.com/Automattic/newspack-popups/issues/947)) ([ff0d82f](https://github.com/Automattic/newspack-popups/commit/ff0d82fc770198185bb5d98157c3dec81da20802))


### Features

* allow custom frequencies as long as NEWSPACK_EXPERIMENTAL_READER_ACTIVATION is true ([#953](https://github.com/Automattic/newspack-popups/issues/953)) ([a8cfc42](https://github.com/Automattic/newspack-popups/commit/a8cfc42c4e9b84a79f9e53323e7543270a1b7599))
* **analytics:** prevent marking client as a subscriber if subscribing to only the master list ([0dd5390](https://github.com/Automattic/newspack-popups/commit/0dd5390adb3ca18067917fdd0c0a4a27c9812bd3))
* log reg form info to analytics events ([#951](https://github.com/Automattic/newspack-popups/issues/951)) ([026361b](https://github.com/Automattic/newspack-popups/commit/026361be6520b1d5941784384b88ac4fcee4ec80))
* polyfills for some amp scripts ([#946](https://github.com/Automattic/newspack-popups/issues/946)) ([245fcac](https://github.com/Automattic/newspack-popups/commit/245fcac10cb97de58f0599746b6f3a8c718e914a))
* simplify overlay max-height ([#950](https://github.com/Automattic/newspack-popups/issues/950)) ([c9c6001](https://github.com/Automattic/newspack-popups/commit/c9c60014ab8e98185d1ccd7f9b42f51a1e31899c))
* tapping on overlay background no longer dismisses prompt ([#948](https://github.com/Automattic/newspack-popups/issues/948)) ([fe34eef](https://github.com/Automattic/newspack-popups/commit/fe34eef40b0ff80931f5630ccdf59fffe8d6c0e9))

# [2.4.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.3.1...v2.4.0-alpha.1) (2022-09-06)


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.4.0-alpha.1
* Version: 2.4.0
*
* @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.

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": "2.4.0-alpha.1",
"version": "2.4.0",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit 9918849

Please sign in to comment.