From f3a1f319e5f049270c333923bee1467f919f0fc5 Mon Sep 17 00:00:00 2001 From: matticbot Date: Thu, 25 Jan 2024 19:13:00 +0000 Subject: [PATCH] chore(release): 2.6.0 [skip ci] # [2.6.0](https://github.com/Automattic/newspack-blocks/compare/v2.5.0...v2.6.0) (2024-01-25) ### Features * add filter when building WP_Query arguments ([#1412](https://github.com/Automattic/newspack-blocks/issues/1412)) ([f960bd6](https://github.com/Automattic/newspack-blocks/commit/f960bd6d5b9582cc4fcdeea11cae3b7123f976ce)) --- CHANGELOG.md | 7 +++++++ newspack-blocks.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 0589f5fe4..8e7867a6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.6.0](https://github.com/Automattic/newspack-blocks/compare/v2.5.0...v2.6.0) (2024-01-25) + + +### Features + +* add filter when building WP_Query arguments ([#1412](https://github.com/Automattic/newspack-blocks/issues/1412)) ([f960bd6](https://github.com/Automattic/newspack-blocks/commit/f960bd6d5b9582cc4fcdeea11cae3b7123f976ce)) + # [2.6.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v2.5.0...v2.6.0-alpha.1) (2024-01-11) diff --git a/newspack-blocks.php b/newspack-blocks.php index 81eb59184..c93745bc8 100755 --- a/newspack-blocks.php +++ b/newspack-blocks.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com/ * Text Domain: newspack-blocks * Domain Path: /languages - * Version: 2.6.0-alpha.1 + * Version: 2.6.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', '2.6.0-alpha.1' ); +define( 'NEWSPACK_BLOCKS__VERSION', '2.6.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 a7c1303a2..5e1647d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@automattic/newspack-blocks", - "version": "2.6.0-alpha.1", + "version": "2.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@automattic/newspack-blocks", - "version": "2.6.0-alpha.1", + "version": "2.6.0", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 51bebb9d4..9d9afbc7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@automattic/newspack-blocks", - "version": "2.6.0-alpha.1", + "version": "2.6.0", "author": "Automattic", "devDependencies": { "@rushstack/eslint-patch": "^1.5.1",