Skip to content

Commit 1ebeee4

Browse files
chore(release): 1.29.1 [skip ci]
## newspack-block-theme [1.29.1](https://github.com/Automattic/newspack-workspace/compare/newspack-block-theme@1.29.0...newspack-block-theme@1.29.1) (2026-07-09) ### Bug Fixes * **themes:** remove unintended highlight behind colored text ([#574](#574)) ([d94254c](d94254c))
1 parent d94254c commit 1ebeee4

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

themes/newspack-block-theme/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## newspack-block-theme [1.29.1](https://github.com/Automattic/newspack-workspace/compare/newspack-block-theme@1.29.0...newspack-block-theme@1.29.1) (2026-07-09)
2+
3+
4+
### Bug Fixes
5+
6+
* **themes:** remove unintended highlight behind colored text ([#574](https://github.com/Automattic/newspack-workspace/issues/574)) ([d94254c](https://github.com/Automattic/newspack-workspace/commit/d94254c6427f689d70c140b710a017a102c07a8f))
7+
18
# newspack-block-theme [1.29.0](https://github.com/Automattic/newspack-workspace/compare/newspack-block-theme@1.28.6...newspack-block-theme@1.29.0) (2026-06-29)
29

310

themes/newspack-block-theme/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.29.0
4+
* Version: 1.29.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.29.0' );
18+
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.29.1' );
1919
}
2020

2121

themes/newspack-block-theme/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: 7.0
88
Tested up to: 7.0
99
Requires PHP: 8.0
10-
Version: 1.29.0
10+
Version: 1.29.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)