From b97b6a9da94a26c03299b271edd83130fbf791f0 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 8 Jun 2023 16:40:58 +0000 Subject: [PATCH] chore(release): 2.13.0-alpha.1 [skip ci] # [2.13.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.12.8...v2.13.0-alpha.1) (2023-06-08) ### Features * add POT file to Listings plugin ([#371](https://github.com/Automattic/newspack-listings/issues/371)) ([641e61b](https://github.com/Automattic/newspack-listings/commit/641e61b1676ade685714e69c11de985379ca81e2)) --- CHANGELOG.md | 7 +++++++ newspack-listings.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 617b4284..89120645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.13.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.12.8...v2.13.0-alpha.1) (2023-06-08) + + +### Features + +* add POT file to Listings plugin ([#371](https://github.com/Automattic/newspack-listings/issues/371)) ([641e61b](https://github.com/Automattic/newspack-listings/commit/641e61b1676ade685714e69c11de985379ca81e2)) + ## [2.12.8](https://github.com/Automattic/newspack-listings/compare/v2.12.7...v2.12.8) (2023-05-08) diff --git a/newspack-listings.php b/newspack-listings.php index 477a505b..72f9198c 100644 --- a/newspack-listings.php +++ b/newspack-listings.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.pub * Text Domain: newspack-listings * Domain Path: /languages - * Version: 2.12.8 + * Version: 2.13.0-alpha.1 * * @package Newspack_Listings */ @@ -19,7 +19,7 @@ define( 'NEWSPACK_LISTINGS_FILE', __FILE__ ); define( 'NEWSPACK_LISTINGS_PLUGIN_FILE', plugin_dir_path( NEWSPACK_LISTINGS_FILE ) ); define( 'NEWSPACK_LISTINGS_URL', plugin_dir_url( NEWSPACK_LISTINGS_FILE ) ); - define( 'NEWSPACK_LISTINGS_VERSION', '2.12.8' ); + define( 'NEWSPACK_LISTINGS_VERSION', '2.13.0-alpha.1' ); } // Include plugin resources. diff --git a/package-lock.json b/package-lock.json index 1b2b5be3..9e6729e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-listings", - "version": "2.12.8", + "version": "2.13.0-alpha.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-listings", - "version": "2.12.8", + "version": "2.13.0-alpha.1", "license": "GPL-2.0-or-later", "dependencies": { "newspack-components": "^2.1.0" diff --git a/package.json b/package.json index 04211e55..9fe41d79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.12.8", + "version": "2.13.0-alpha.1", "description": "", "scripts": { "cm": "newspack-scripts commit",