Skip to content

Commit a464246

Browse files
chore(release): 1.25.0-alpha.1 [skip ci]
# [1.25.0-alpha.1](v1.24.0...v1.25.0-alpha.1) (2026-02-19) ### Features * allow parent to dictate position when it has the position class ([#409](#409)) ([94e3ce7](94e3ce7)) * make My Account button only show icon on mobile ([#406](#406)) ([c04788b](c04788b))
1 parent 0caec07 commit a464246

File tree

5 files changed

+14
-6
lines changed

5 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.25.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.24.0...v1.25.0-alpha.1) (2026-02-19)
2+
3+
4+
### Features
5+
6+
* allow parent to dictate position when it has the position class ([#409](https://github.com/Automattic/newspack-block-theme/issues/409)) ([94e3ce7](https://github.com/Automattic/newspack-block-theme/commit/94e3ce72de544214fadcfe9915de5029a70b5dd2))
7+
* make My Account button only show icon on mobile ([#406](https://github.com/Automattic/newspack-block-theme/issues/406)) ([c04788b](https://github.com/Automattic/newspack-block-theme/commit/c04788b8b73f72e24fb1f4eccee14746e3bf5939))
8+
19
# [1.24.0](https://github.com/Automattic/newspack-block-theme/compare/v1.23.0...v1.24.0) (2026-02-16)
210

311

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.24.0
4+
* Version: 1.25.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.24.0' );
18+
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.25.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.24.0",
3+
"version": "1.25.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.24.0
10+
Version: 1.25.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)