From a317b9c995a71fc586f8c3f3b6edfbd9b3aa6a48 Mon Sep 17 00:00:00 2001 From: matticbot Date: Mon, 1 Nov 2021 21:55:41 +0000 Subject: [PATCH] chore(release): 2.7.0-alpha.1 [skip ci] # [2.7.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.6.0...v2.7.0-alpha.1) (2021-11-01) ### Bug Fixes * ci build command typo ([#141](https://github.com/Automattic/newspack-listings/issues/141)) ([371ce2d](https://github.com/Automattic/newspack-listings/commit/371ce2d13ec7f9d7a25360fb92a062ad86e4ae21)) * prevent shadow taxonomies from being editable via quick edit ([#138](https://github.com/Automattic/newspack-listings/issues/138)) ([4e588ac](https://github.com/Automattic/newspack-listings/commit/4e588acd4aa63a10075d3d30d2fef66358e48671)) * update ci images ([#139](https://github.com/Automattic/newspack-listings/issues/139)) ([c07ac9b](https://github.com/Automattic/newspack-listings/commit/c07ac9b7fd21ecd5c6c9af2a6c8a4ff45e4211c0)) ### Features * **ugc:** featured listings ([#124](https://github.com/Automattic/newspack-listings/issues/124)) ([e1ac8d2](https://github.com/Automattic/newspack-listings/commit/e1ac8d2337602ec3646f4e7c3294d8e8e22fe0a0)) --- CHANGELOG.md | 14 ++++++++++++++ newspack-listings.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10906728..8593fc8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [2.7.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v2.6.0...v2.7.0-alpha.1) (2021-11-01) + + +### Bug Fixes + +* ci build command typo ([#141](https://github.com/Automattic/newspack-listings/issues/141)) ([371ce2d](https://github.com/Automattic/newspack-listings/commit/371ce2d13ec7f9d7a25360fb92a062ad86e4ae21)) +* prevent shadow taxonomies from being editable via quick edit ([#138](https://github.com/Automattic/newspack-listings/issues/138)) ([4e588ac](https://github.com/Automattic/newspack-listings/commit/4e588acd4aa63a10075d3d30d2fef66358e48671)) +* update ci images ([#139](https://github.com/Automattic/newspack-listings/issues/139)) ([c07ac9b](https://github.com/Automattic/newspack-listings/commit/c07ac9b7fd21ecd5c6c9af2a6c8a4ff45e4211c0)) + + +### Features + +* **ugc:** featured listings ([#124](https://github.com/Automattic/newspack-listings/issues/124)) ([e1ac8d2](https://github.com/Automattic/newspack-listings/commit/e1ac8d2337602ec3646f4e7c3294d8e8e22fe0a0)) + # [2.6.0](https://github.com/Automattic/newspack-listings/compare/v2.5.0...v2.6.0) (2021-10-19) diff --git a/newspack-listings.php b/newspack-listings.php index e6943cf2..2922429e 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.6.0 + * Version: 2.7.0-alpha.1 * * @package Newspack_Listings */ diff --git a/package-lock.json b/package-lock.json index 02f8fa61..b566f5cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.6.0", + "version": "2.7.0-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af345ac6..31d38680 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "2.6.0", + "version": "2.7.0-alpha.1", "description": "", "scripts": { "cm": "git-cz",