From 7a5395165d5d07be0a08a64496fc7f4ee63045f5 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 17 Dec 2020 00:49:58 +0000 Subject: [PATCH] chore(release): 1.1.0-alpha.1 [skip ci] # [1.1.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v1.0.0...v1.1.0-alpha.1) (2020-12-17) ### Bug Fixes * "listing type" should be a sort option by default ([684d657](https://github.com/Automattic/newspack-listings/commit/684d65761e10febf7b2e08414aa9f162a3f9976d)) * avoid a PHP warning when updating a non-single meta value ([f5bcdfe](https://github.com/Automattic/newspack-listings/commit/f5bcdfe5fcfbb5718697c898cbcfa711df068156)) ### Features * remove borders and padding in editor to match front-end styles ([#14](https://github.com/Automattic/newspack-listings/issues/14)) ([6c47a17](https://github.com/Automattic/newspack-listings/commit/6c47a1760ea9429facb089f2be7bd71a91924cf0)) --- CHANGELOG.md | 13 +++++++++++++ newspack-listings.php | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e24dbd..49e6f1c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.1.0-alpha.1](https://github.com/Automattic/newspack-listings/compare/v1.0.0...v1.1.0-alpha.1) (2020-12-17) + + +### Bug Fixes + +* "listing type" should be a sort option by default ([684d657](https://github.com/Automattic/newspack-listings/commit/684d65761e10febf7b2e08414aa9f162a3f9976d)) +* avoid a PHP warning when updating a non-single meta value ([f5bcdfe](https://github.com/Automattic/newspack-listings/commit/f5bcdfe5fcfbb5718697c898cbcfa711df068156)) + + +### Features + +* remove borders and padding in editor to match front-end styles ([#14](https://github.com/Automattic/newspack-listings/issues/14)) ([6c47a17](https://github.com/Automattic/newspack-listings/commit/6c47a1760ea9429facb089f2be7bd71a91924cf0)) + # 1.0.0 (2020-12-16) diff --git a/newspack-listings.php b/newspack-listings.php index 15f5156f..69172ea3 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: 1.0.0 + * Version: 1.1.0-alpha.1 * * @package Newspack_Listings */ diff --git a/package-lock.json b/package-lock.json index 5308c64a..d3035166 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "1.0.0", + "version": "1.1.0-alpha.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 52f73a6d..eb312a41 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-listings", - "version": "1.0.0", + "version": "1.1.0-alpha.1", "description": "", "scripts": { "cm": "git-cz",