Skip to content

Commit

Permalink
chore(release): 1.9.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.9.0-alpha.1](v1.8.0...v1.9.0-alpha.1) (2024-05-31)

### Bug Fixes

* disqus captcha cropping ([#163](#163)) ([93d6d06](93d6d06))

### Features

* add basic styles for input submit ([#157](#157)) ([df2ace1](df2ace1))
* add blank page template ([#158](#158)) ([b56d2b6](b56d2b6))
* add jetpack compatibility file ([#160](#160)) ([dce13dd](dce13dd))
* add post-meta pattern ([#148](#148)) ([67d3860](67d3860))
* add specific styles for media & text block ([#154](#154)) ([99e77c9](99e77c9))
* add support for jetpack top posts ([#161](#161)) ([492538b](492538b))
* add support for table block ([#166](#166)) ([1b3d85f](1b3d85f))
* **post-comments:** improve style for pingback and trackbacks ([#162](#162)) ([1f7cc01](1f7cc01))
  • Loading branch information
semantic-release-bot authored and matticbot committed May 31, 2024
1 parent cabc379 commit 7169505
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [1.9.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.8.0...v1.9.0-alpha.1) (2024-05-31)


### Bug Fixes

* disqus captcha cropping ([#163](https://github.com/Automattic/newspack-block-theme/issues/163)) ([93d6d06](https://github.com/Automattic/newspack-block-theme/commit/93d6d066c6e2371dc1460861b2697bbc95417741))


### Features

* add basic styles for input submit ([#157](https://github.com/Automattic/newspack-block-theme/issues/157)) ([df2ace1](https://github.com/Automattic/newspack-block-theme/commit/df2ace1317b354d0c493cc8969eb53f7e3df2fe7))
* add blank page template ([#158](https://github.com/Automattic/newspack-block-theme/issues/158)) ([b56d2b6](https://github.com/Automattic/newspack-block-theme/commit/b56d2b65b1d77b0c90f826c27fb79235a06576a6))
* add jetpack compatibility file ([#160](https://github.com/Automattic/newspack-block-theme/issues/160)) ([dce13dd](https://github.com/Automattic/newspack-block-theme/commit/dce13dd29dfa798acad232b01d76970ffa76da93))
* add post-meta pattern ([#148](https://github.com/Automattic/newspack-block-theme/issues/148)) ([67d3860](https://github.com/Automattic/newspack-block-theme/commit/67d38600bfa128707c060ef510ce39271542a1d0))
* add specific styles for media & text block ([#154](https://github.com/Automattic/newspack-block-theme/issues/154)) ([99e77c9](https://github.com/Automattic/newspack-block-theme/commit/99e77c90226b26d86ef57d98185c9c859e5e0d84))
* add support for jetpack top posts ([#161](https://github.com/Automattic/newspack-block-theme/issues/161)) ([492538b](https://github.com/Automattic/newspack-block-theme/commit/492538b0ef5b30b7dde6f0c4a8b04359faa9a08d))
* add support for table block ([#166](https://github.com/Automattic/newspack-block-theme/issues/166)) ([1b3d85f](https://github.com/Automattic/newspack-block-theme/commit/1b3d85f2d60b3c6c8194f5eefdfb5ab240c577b8))
* **post-comments:** improve style for pingback and trackbacks ([#162](https://github.com/Automattic/newspack-block-theme/issues/162)) ([1f7cc01](https://github.com/Automattic/newspack-block-theme/commit/1f7cc012c5d26a6ea4b53e4f5e06524ef1c2cc21))

# [1.8.0](https://github.com/Automattic/newspack-block-theme/compare/v1.7.0...v1.8.0) (2024-05-28)


Expand Down
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Newspack Block Theme functions and definitions
* Version: 1.8.0
* Version: 1.9.0-alpha.1
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
Expand All @@ -16,7 +16,7 @@
define( 'NEWSPACK_BLOCK_THEME_FILE', __FILE__ );
define( 'NEWSPACK_BLOCK_THEME_FILE_PATH', plugin_dir_path( NEWSPACK_BLOCK_THEME_FILE ) );
define( 'NEWSPACK_BLOCK_THEME_URL', plugin_dir_url( NEWSPACK_BLOCK_THEME_FILE ) );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.8.0' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.9.0-alpha.1' );
}


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newspack-block-theme",
"version": "1.8.0",
"version": "1.9.0-alpha.1",
"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",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/scss/_theme-description.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: A forward-looking news theme designed and developed to be highly cu
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 1.8.0
Version: 1.9.0-alpha.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Expand Down

0 comments on commit 7169505

Please sign in to comment.