From 5fc7c7da9f9714d22b8d6e69147f789cc60a3258 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 1 Dec 2022 19:43:59 +0000 Subject: [PATCH] chore(release): 2.9.0-alpha.1 [skip ci] # [2.9.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.8.3...v2.9.0-alpha.1) (2022-12-01) ### Bug Fixes * **ga:** add custom dimensions via Newspack instead of a remote config ([#1014](https://github.com/Automattic/newspack-popups/issues/1014)) ([fc49f4d](https://github.com/Automattic/newspack-popups/commit/fc49f4de92ae17ea42e73421e61a6c69f843a8b2)), closes [#325](https://github.com/Automattic/newspack-popups/issues/325) * update CI orb newspack-scripts ([2bec2ad](https://github.com/Automattic/newspack-popups/commit/2bec2ad608cd543e0e4223b00fe73925bcb2857a)) ### Features * create Json schemas ([#1019](https://github.com/Automattic/newspack-popups/issues/1019)) ([b244f9e](https://github.com/Automattic/newspack-popups/commit/b244f9e526cb3a18df6e6d5b69dbb7ca6224b7ee)) * support custom class names on inline prompt blocks ([#1015](https://github.com/Automattic/newspack-popups/issues/1015)) ([853de19](https://github.com/Automattic/newspack-popups/commit/853de19c974a70edba88d31487bb791e810f8876)) --- CHANGELOG.md | 14 ++++++++++++++ newspack-popups.php | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f0d419..0c34e5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.9.0-alpha.1](https://github.com/Automattic/newspack-popups/compare/v2.8.3...v2.9.0-alpha.1) (2022-12-01) + + +### Bug Fixes + +* **ga:** add custom dimensions via Newspack instead of a remote config ([#1014](https://github.com/Automattic/newspack-popups/issues/1014)) ([fc49f4d](https://github.com/Automattic/newspack-popups/commit/fc49f4de92ae17ea42e73421e61a6c69f843a8b2)), closes [#325](https://github.com/Automattic/newspack-popups/issues/325) +* update CI orb newspack-scripts ([2bec2ad](https://github.com/Automattic/newspack-popups/commit/2bec2ad608cd543e0e4223b00fe73925bcb2857a)) + + +### Features + +* create Json schemas ([#1019](https://github.com/Automattic/newspack-popups/issues/1019)) ([b244f9e](https://github.com/Automattic/newspack-popups/commit/b244f9e526cb3a18df6e6d5b69dbb7ca6224b7ee)) +* support custom class names on inline prompt blocks ([#1015](https://github.com/Automattic/newspack-popups/issues/1015)) ([853de19](https://github.com/Automattic/newspack-popups/commit/853de19c974a70edba88d31487bb791e810f8876)) + ## [2.8.3](https://github.com/Automattic/newspack-popups/compare/v2.8.2...v2.8.3) (2022-11-16) diff --git a/newspack-popups.php b/newspack-popups.php index 18d29633..2f2fd383 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.8.3 + * Version: 2.9.0-alpha.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 5a922cd6..64c0781d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "2.8.3", + "version": "2.9.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "2.8.3", + "version": "2.9.0-alpha.1", "dependencies": { "classnames": "^2.3.2", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 81201547..9e175eea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "2.8.3", + "version": "2.9.0-alpha.1", "main": "Gruntfile.js", "author": "Automattic", "scripts": {