Skip to content

Commit e1c1dd2

Browse files
chore(release): 1.26.0-alpha.1 [skip ci]
# [1.26.0-alpha.1](v1.25.0...v1.26.0-alpha.1) (2026-03-05) ### Features * add AGENTS.md and CLAUDE.md; update README.md ([#420](#420)) ([7494928](7494928)) * add featured image caption block to templates ([#415](#415)) ([7db45fe](7db45fe)) * add new styles ([#416](#416)) ([37e82db](37e82db)) * remove newspack-grid, newspack-grid-small, newspack-grid-sidebar ([#417](#417)) ([86b8292](86b8292)) * use dynamic copyright date block in footer patterns ([#414](#414)) ([22c9bc8](22c9bc8))
1 parent 7344e0f commit e1c1dd2

5 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [1.26.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.25.0...v1.26.0-alpha.1) (2026-03-05)
2+
3+
4+
### Features
5+
6+
* add AGENTS.md and CLAUDE.md; update README.md ([#420](https://github.com/Automattic/newspack-block-theme/issues/420)) ([7494928](https://github.com/Automattic/newspack-block-theme/commit/7494928ab6d11c941bc153842fde0eb641b9f349))
7+
* add featured image caption block to templates ([#415](https://github.com/Automattic/newspack-block-theme/issues/415)) ([7db45fe](https://github.com/Automattic/newspack-block-theme/commit/7db45fe737d7cdf36b4c4ca435c090d3efd9e90b))
8+
* add new styles ([#416](https://github.com/Automattic/newspack-block-theme/issues/416)) ([37e82db](https://github.com/Automattic/newspack-block-theme/commit/37e82dbcdbd00a06adb4f70571783f5234ebb0a4))
9+
* remove newspack-grid, newspack-grid-small, newspack-grid-sidebar ([#417](https://github.com/Automattic/newspack-block-theme/issues/417)) ([86b8292](https://github.com/Automattic/newspack-block-theme/commit/86b8292489d51fdab5430f70bace3c50d32eb332))
10+
* use dynamic copyright date block in footer patterns ([#414](https://github.com/Automattic/newspack-block-theme/issues/414)) ([22c9bc8](https://github.com/Automattic/newspack-block-theme/commit/22c9bc826b385098379a5139511658c62880bba5))
11+
112
# [1.25.0](https://github.com/Automattic/newspack-block-theme/compare/v1.24.0...v1.25.0) (2026-03-02)
213

314

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