From ba86bbdb82eef037bb480a330b9b0b5ee5d30ee4 Mon Sep 17 00:00:00 2001 From: matticbot Date: Wed, 17 Jan 2024 16:58:00 +0000 Subject: [PATCH] chore(release): 2.29.1-alpha.1 [skip ci] ## [2.29.1-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.29.0...v2.29.1-alpha.1) (2024-01-17) ### Bug Fixes * dont change global post before header ([#1258](https://github.com/Automattic/newspack-popups/issues/1258)) ([1c3d931](https://github.com/Automattic/newspack-popups/commit/1c3d931d237f4ee537c000d6d19225cb5f1087a1)) * prompts and segments schema ([#1260](https://github.com/Automattic/newspack-popups/issues/1260)) ([21fa990](https://github.com/Automattic/newspack-popups/commit/21fa99044de730287abad7924b990ea812b6cfe8)) --- CHANGELOG.md | 8 ++++++++ newspack-popups.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e7805b..5347db17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.29.1-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.29.0...v2.29.1-alpha.1) (2024-01-17) + + +### Bug Fixes + +* dont change global post before header ([#1258](https://github.com/Automattic/newspack-popups/issues/1258)) ([1c3d931](https://github.com/Automattic/newspack-popups/commit/1c3d931d237f4ee537c000d6d19225cb5f1087a1)) +* prompts and segments schema ([#1260](https://github.com/Automattic/newspack-popups/issues/1260)) ([21fa990](https://github.com/Automattic/newspack-popups/commit/21fa99044de730287abad7924b990ea812b6cfe8)) + # [2.29.0](https://github.com/Automattic/newspack-popups/compare/v2.28.0...v2.29.0) (2024-01-17) diff --git a/newspack-popups.php b/newspack-popups.php index 1b4fc4e8..aec00313 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.29.0 + * Version: 2.29.1-alpha.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 57015777..53bc7c23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.29.0", + "version": "2.29.1-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.29.0", + "version": "2.29.1-alpha.1", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index c543660a..3f62ef16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.29.0", + "version": "2.29.1-alpha.1", "main": "Gruntfile.js", "author": "Automattic", "scripts": {