From 5d9cd33649aed2599505fcb1444f7eaecf6e5894 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 24 Aug 2023 19:02:13 +0000 Subject: [PATCH] chore(release): 2.23.0 [skip ci] # [2.23.0](https://github.com/Automattic/newspack-popups/compare/v2.22.0...v2.23.0) (2023-08-24) ### Bug Fixes * account for frequency presets in printed config ([#1203](https://github.com/Automattic/newspack-popups/issues/1203)) ([a97bc8f](https://github.com/Automattic/newspack-popups/commit/a97bc8fdb187799bc4b9bc0fdb842de8396d5e3b)) * add .hidden styles for above header prompts ([#1207](https://github.com/Automattic/newspack-popups/issues/1207)) ([a19d64d](https://github.com/Automattic/newspack-popups/commit/a19d64dcd1a3b8cdd7cd9cc55839a60269b9e30b)) * ensure url param segment is set ([#1197](https://github.com/Automattic/newspack-popups/issues/1197)) ([dc6c130](https://github.com/Automattic/newspack-popups/commit/dc6c13027356dd6a0dbacddd654745cbe697bccf)) * eslint new rule declaration-block-no-redundant-longhand-properties ([d1bf215](https://github.com/Automattic/newspack-popups/commit/d1bf2158999e18c8329a008b2e78fb2c7cdbb80a)) * include missing file ([#1194](https://github.com/Automattic/newspack-popups/issues/1194)) ([d5fe344](https://github.com/Automattic/newspack-popups/commit/d5fe34425340b04c459d6f5a6f2ad5c7740ac12b)) * move the close button when Hide Padding is enabled ([#1165](https://github.com/Automattic/newspack-popups/issues/1165)) ([20d17d9](https://github.com/Automattic/newspack-popups/commit/20d17d94758d3e53508a02f4cbbde9e36f4bc628)) * remove string from overlay prompt ([#1204](https://github.com/Automattic/newspack-popups/issues/1204)) ([232f05a](https://github.com/Automattic/newspack-popups/commit/232f05a6badb06a155ddac4ad94d354f0bde3bdc)) ### Features * add segmentation README and more useful info to debug object ([#1195](https://github.com/Automattic/newspack-popups/issues/1195)) ([b501d9a](https://github.com/Automattic/newspack-popups/commit/b501d9adb8d5d095b77a3c7dca59926cc78cdcb6)) * campaigns segmentation API rearchitecture ([#1192](https://github.com/Automattic/newspack-popups/issues/1192)) ([d554151](https://github.com/Automattic/newspack-popups/commit/d554151bfd05d7278d86825385d337847956b037)), closes [#1155](https://github.com/Automattic/newspack-popups/issues/1155) [#1166](https://github.com/Automattic/newspack-popups/issues/1166) [#1167](https://github.com/Automattic/newspack-popups/issues/1167) [#1159](https://github.com/Automattic/newspack-popups/issues/1159) [#1175](https://github.com/Automattic/newspack-popups/issues/1175) [#1169](https://github.com/Automattic/newspack-popups/issues/1169) --- CHANGELOG.md | 19 +++++++++++++++++++ newspack-popups.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc2eef6..f7b7b7e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# [2.23.0](https://github.com/Automattic/newspack-popups/compare/v2.22.0...v2.23.0) (2023-08-24) + + +### Bug Fixes + +* account for frequency presets in printed config ([#1203](https://github.com/Automattic/newspack-popups/issues/1203)) ([a97bc8f](https://github.com/Automattic/newspack-popups/commit/a97bc8fdb187799bc4b9bc0fdb842de8396d5e3b)) +* add .hidden styles for above header prompts ([#1207](https://github.com/Automattic/newspack-popups/issues/1207)) ([a19d64d](https://github.com/Automattic/newspack-popups/commit/a19d64dcd1a3b8cdd7cd9cc55839a60269b9e30b)) +* ensure url param segment is set ([#1197](https://github.com/Automattic/newspack-popups/issues/1197)) ([dc6c130](https://github.com/Automattic/newspack-popups/commit/dc6c13027356dd6a0dbacddd654745cbe697bccf)) +* eslint new rule declaration-block-no-redundant-longhand-properties ([d1bf215](https://github.com/Automattic/newspack-popups/commit/d1bf2158999e18c8329a008b2e78fb2c7cdbb80a)) +* include missing file ([#1194](https://github.com/Automattic/newspack-popups/issues/1194)) ([d5fe344](https://github.com/Automattic/newspack-popups/commit/d5fe34425340b04c459d6f5a6f2ad5c7740ac12b)) +* move the close button when Hide Padding is enabled ([#1165](https://github.com/Automattic/newspack-popups/issues/1165)) ([20d17d9](https://github.com/Automattic/newspack-popups/commit/20d17d94758d3e53508a02f4cbbde9e36f4bc628)) +* remove string from overlay prompt ([#1204](https://github.com/Automattic/newspack-popups/issues/1204)) ([232f05a](https://github.com/Automattic/newspack-popups/commit/232f05a6badb06a155ddac4ad94d354f0bde3bdc)) + + +### Features + +* add segmentation README and more useful info to debug object ([#1195](https://github.com/Automattic/newspack-popups/issues/1195)) ([b501d9a](https://github.com/Automattic/newspack-popups/commit/b501d9adb8d5d095b77a3c7dca59926cc78cdcb6)) +* campaigns segmentation API rearchitecture ([#1192](https://github.com/Automattic/newspack-popups/issues/1192)) ([d554151](https://github.com/Automattic/newspack-popups/commit/d554151bfd05d7278d86825385d337847956b037)), closes [#1155](https://github.com/Automattic/newspack-popups/issues/1155) [#1166](https://github.com/Automattic/newspack-popups/issues/1166) [#1167](https://github.com/Automattic/newspack-popups/issues/1167) [#1159](https://github.com/Automattic/newspack-popups/issues/1159) [#1175](https://github.com/Automattic/newspack-popups/issues/1175) [#1169](https://github.com/Automattic/newspack-popups/issues/1169) + # [2.23.0-alpha.4](https://github.com/Automattic/newspack-popups/compare/v2.23.0-alpha.3...v2.23.0-alpha.4) (2023-08-23) diff --git a/newspack-popups.php b/newspack-popups.php index 5da4b64b..b315a19b 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-popups * Domain Path: /languages - * Version: 2.23.0-alpha.4 + * Version: 2.23.0 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 2c2608a2..29fe84cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.23.0-alpha.4", + "version": "2.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.23.0-alpha.4", + "version": "2.23.0", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 63e8b6c3..c1563453 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.23.0-alpha.4", + "version": "2.23.0", "main": "Gruntfile.js", "author": "Automattic", "scripts": {