Skip to content

Commit dc67923

Browse files
chore(release): 1.24.0-alpha.1 [skip ci]
# [1.24.0-alpha.1](v1.23.0...v1.24.0-alpha.1) (2026-02-05) ### Bug Fixes * dequeue some Woo styles from the theme ([#401](#401)) ([821f81c](821f81c)) * update single post template widths ([#407](#407)) ([a99b2cf](a99b2cf)) ### Features * Add My Account button block ([#400](#400)) ([7c99f35](7c99f35)) * add My Account button block to all header patterns ([#404](#404)) ([d7b8b4a](d7b8b4a))
1 parent a96a0ed commit dc67923

5 files changed

Lines changed: 20 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.24.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.23.0...v1.24.0-alpha.1) (2026-02-05)
2+
3+
4+
### Bug Fixes
5+
6+
* dequeue some Woo styles from the theme ([#401](https://github.com/Automattic/newspack-block-theme/issues/401)) ([821f81c](https://github.com/Automattic/newspack-block-theme/commit/821f81ceb53a396957e1bcbf5d1ab01e51d3ed1b))
7+
* update single post template widths ([#407](https://github.com/Automattic/newspack-block-theme/issues/407)) ([a99b2cf](https://github.com/Automattic/newspack-block-theme/commit/a99b2cf2307380acf1ff386d08bcec96677400fe))
8+
9+
10+
### Features
11+
12+
* Add My Account button block ([#400](https://github.com/Automattic/newspack-block-theme/issues/400)) ([7c99f35](https://github.com/Automattic/newspack-block-theme/commit/7c99f35e6b01d412650e9c96b867e5fc654caa46))
13+
* add My Account button block to all header patterns ([#404](https://github.com/Automattic/newspack-block-theme/issues/404)) ([d7b8b4a](https://github.com/Automattic/newspack-block-theme/commit/d7b8b4a3a501b77b6b9a404fa0fc155ea12dc43c))
14+
115
# [1.23.0](https://github.com/Automattic/newspack-block-theme/compare/v1.22.0...v1.23.0) (2026-02-02)
216

317

functions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* Newspack Block Theme functions and definitions
4-
* Version: 1.23.0
4+
* Version: 1.24.0-alpha.1
55
*
66
* @link https://developer.wordpress.org/themes/basics/theme-functions/
77
*
@@ -15,7 +15,7 @@
1515
define( 'NEWSPACK_BLOCK_THEME_FILE', __FILE__ );
1616
define( 'NEWSPACK_BLOCK_THEME_FILE_PATH', plugin_dir_path( NEWSPACK_BLOCK_THEME_FILE ) );
1717
define( 'NEWSPACK_BLOCK_THEME_URL', plugin_dir_url( NEWSPACK_BLOCK_THEME_FILE ) );
18-
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.23.0' );
18+
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.24.0-alpha.1' );
1919
}
2020

2121

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@automattic/newspack-block-theme",
3-
"version": "1.23.0",
3+
"version": "1.24.0-alpha.1",
44
"description": "A forward-looking news theme designed and developed to be highly customizable with the WordPress block editor. Brought to you by Newspack: https://newspack.com",
55
"repository": {
66
"type": "git",

src/scss/_theme-description.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: A forward-looking news theme designed and developed to be highly cu
77
Requires at least: 6.2
88
Tested up to: 6.8
99
Requires PHP: 8.0
10-
Version: 1.23.0
10+
Version: 1.24.0-alpha.1
1111
License: GNU General Public License v2 or later
1212
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1313
Template:

0 commit comments

Comments
 (0)