From b9f0108aa38213e6c22205fd84185065f9c6f5e9 Mon Sep 17 00:00:00 2001 From: matticbot Date: Tue, 5 Apr 2022 18:46:09 +0000 Subject: [PATCH] chore(release): 1.47.0 [skip ci] # [1.47.0](https://github.com/Automattic/newspack-blocks/compare/v1.46.1...v1.47.0) (2022-04-05) ### Bug Fixes * **author-list:** handle alphabetizing last names containing spaces ([#1057](https://github.com/Automattic/newspack-blocks/issues/1057)) ([1af7e19](https://github.com/Automattic/newspack-blocks/commit/1af7e198fcd2abe189ef61f7d206451a8ca0512d)) * authors and guest authors in homepage posts ([#1083](https://github.com/Automattic/newspack-blocks/issues/1083)) ([038d9a4](https://github.com/Automattic/newspack-blocks/commit/038d9a42a59a84d30dbba5f6d7f4036113bbc2e8)) * donate block non-default styles grid breakpoint ([#1078](https://github.com/Automattic/newspack-blocks/issues/1078)) ([5450e57](https://github.com/Automattic/newspack-blocks/commit/5450e5775dbadb28020a49090533c3dd4ddc82da)) * **homepage-posts:** post fetch for widget blocks ([#1066](https://github.com/Automattic/newspack-blocks/issues/1066)) ([3734a3f](https://github.com/Automattic/newspack-blocks/commit/3734a3f2e8db788dc493b84100fcc7aaf7db1733)) * incorrect nesting of tax_query args ([#1087](https://github.com/Automattic/newspack-blocks/issues/1087)) ([a613874](https://github.com/Automattic/newspack-blocks/commit/a613874a398ffed6cfbeb699a3d49c95bb559a5a)) ### Features * add alternate and minimal styles to donate block ([#1068](https://github.com/Automattic/newspack-blocks/issues/1068)) ([3c914d2](https://github.com/Automattic/newspack-blocks/commit/3c914d2a5e95b62834fd27670f449d7c34686ab2)) --- CHANGELOG.md | 16 ++++++++++++++++ newspack-blocks.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de3ec6721..cd9460c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [1.47.0](https://github.com/Automattic/newspack-blocks/compare/v1.46.1...v1.47.0) (2022-04-05) + + +### Bug Fixes + +* **author-list:** handle alphabetizing last names containing spaces ([#1057](https://github.com/Automattic/newspack-blocks/issues/1057)) ([1af7e19](https://github.com/Automattic/newspack-blocks/commit/1af7e198fcd2abe189ef61f7d206451a8ca0512d)) +* authors and guest authors in homepage posts ([#1083](https://github.com/Automattic/newspack-blocks/issues/1083)) ([038d9a4](https://github.com/Automattic/newspack-blocks/commit/038d9a42a59a84d30dbba5f6d7f4036113bbc2e8)) +* donate block non-default styles grid breakpoint ([#1078](https://github.com/Automattic/newspack-blocks/issues/1078)) ([5450e57](https://github.com/Automattic/newspack-blocks/commit/5450e5775dbadb28020a49090533c3dd4ddc82da)) +* **homepage-posts:** post fetch for widget blocks ([#1066](https://github.com/Automattic/newspack-blocks/issues/1066)) ([3734a3f](https://github.com/Automattic/newspack-blocks/commit/3734a3f2e8db788dc493b84100fcc7aaf7db1733)) +* incorrect nesting of tax_query args ([#1087](https://github.com/Automattic/newspack-blocks/issues/1087)) ([a613874](https://github.com/Automattic/newspack-blocks/commit/a613874a398ffed6cfbeb699a3d49c95bb559a5a)) + + +### Features + +* add alternate and minimal styles to donate block ([#1068](https://github.com/Automattic/newspack-blocks/issues/1068)) ([3c914d2](https://github.com/Automattic/newspack-blocks/commit/3c914d2a5e95b62834fd27670f449d7c34686ab2)) + # [1.47.0-alpha.2](https://github.com/Automattic/newspack-blocks/compare/v1.47.0-alpha.1...v1.47.0-alpha.2) (2022-04-05) diff --git a/newspack-blocks.php b/newspack-blocks.php index 3a7902bcf..95f113fe6 100755 --- a/newspack-blocks.php +++ b/newspack-blocks.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.blog/ * Text Domain: newspack-blocks * Domain Path: /languages - * Version: 1.47.0-alpha.2 + * Version: 1.47.0 * * @package Newspack_Blocks */ @@ -15,7 +15,7 @@ define( 'NEWSPACK_BLOCKS__PLUGIN_FILE', __FILE__ ); define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' ); define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( NEWSPACK_BLOCKS__PLUGIN_FILE ) ); -define( 'NEWSPACK_BLOCKS__VERSION', '1.47.0-alpha.2' ); +define( 'NEWSPACK_BLOCKS__VERSION', '1.47.0' ); require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks.php'; require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks-api.php'; diff --git a/package-lock.json b/package-lock.json index ede323d95..88f86358f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-blocks", - "version": "1.47.0-alpha.2", + "version": "1.47.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newspack-blocks", - "version": "1.47.0-alpha.2", + "version": "1.47.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 5530cf090..b0c1fb648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-blocks", - "version": "1.47.0-alpha.2", + "version": "1.47.0", "author": "Automattic", "devDependencies": { "@rushstack/eslint-patch": "^1.1.1",