Skip to content

Commit

Permalink
chore(release): 2.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.21.0](v2.20.0...v2.21.0) (2023-07-03)

### Bug Fixes

* ensure inline posts are inserted into main post content only ([#1137](#1137)) ([624bd56](624bd56))
* remove dismissed event after form is submitted ([#1143](#1143)) ([b470efd](b470efd))
* render prompts on metered content ([#1152](#1152)) ([05b5f76](05b5f76))

### Features

* front-end GA4 events for prompt interactions ([#1136](#1136)) ([ae274aa](ae274aa)), closes [#1133](#1133)
* rearrange info on popup metadta events ([#1144](#1144)) ([dcac4b7](dcac4b7))
  • Loading branch information
semantic-release-bot committed Jul 3, 2023
1 parent 127d65b commit 407734c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.21.0](https://github.com/Automattic/newspack-popups/compare/v2.20.0...v2.21.0) (2023-07-03)


### Bug Fixes

* ensure inline posts are inserted into main post content only ([#1137](https://github.com/Automattic/newspack-popups/issues/1137)) ([624bd56](https://github.com/Automattic/newspack-popups/commit/624bd56f4327ea92112cf465733837b1c343ac6c))
* remove dismissed event after form is submitted ([#1143](https://github.com/Automattic/newspack-popups/issues/1143)) ([b470efd](https://github.com/Automattic/newspack-popups/commit/b470efdc753f242b8470251345acea87a678414e))
* render prompts on metered content ([#1152](https://github.com/Automattic/newspack-popups/issues/1152)) ([05b5f76](https://github.com/Automattic/newspack-popups/commit/05b5f7621d4bf935904dd9a45a0832f1c3e34d90))


### Features

* front-end GA4 events for prompt interactions ([#1136](https://github.com/Automattic/newspack-popups/issues/1136)) ([ae274aa](https://github.com/Automattic/newspack-popups/commit/ae274aaed210e93a741d640f3d2b1c95ccacff8a)), closes [#1133](https://github.com/Automattic/newspack-popups/issues/1133)
* rearrange info on popup metadta events ([#1144](https://github.com/Automattic/newspack-popups/issues/1144)) ([dcac4b7](https://github.com/Automattic/newspack-popups/commit/dcac4b7823f9913572a67c9010d63a72a350d936))

# [2.21.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.20.0...v2.21.0-alpha.1) (2023-06-22)


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

0 comments on commit 407734c

Please sign in to comment.