From fc54d8244b42c6da422c9dce43e12603ab0495d1 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 22 Jun 2023 17:58:41 +0000 Subject: [PATCH] chore(release): 2.21.0-alpha.1 [skip ci] # [2.21.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.20.0...v2.21.0-alpha.1) (2023-06-22) ### 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)) --- CHANGELOG.md | 15 +++++++++++++++ newspack-popups.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e1a029..c6687aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [2.21.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.20.0...v2.21.0-alpha.1) (2023-06-22) + + +### 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.20.0](https://github.com/Automattic/newspack-popups/compare/v2.19.0...v2.20.0) (2023-06-19) diff --git a/newspack-popups.php b/newspack-popups.php index 6d3256aa..ff19fb0a 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.blog * Text Domain: newspack-popups * Domain Path: /languages - * Version: 2.20.0 + * Version: 2.21.0-alpha.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 88f2fadb..58bf9cb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.20.0", + "version": "2.21.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.20.0", + "version": "2.21.0-alpha.1", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 95c6a661..14d0a790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.20.0", + "version": "2.21.0-alpha.1", "main": "Gruntfile.js", "author": "Automattic", "scripts": {