Skip to content

Commit

Permalink
chore(release): 1.13.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.13.0-alpha.1](v1.12.0...v1.13.0-alpha.1) (2024-08-29)

### Features

* **footer:** update template part to use desktop and mobile parts ([#282](#282)) ([f1ea195](f1ea195))
  • Loading branch information
semantic-release-bot authored and matticbot committed Aug 29, 2024
1 parent a21050b commit 70df1bc
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.13.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.12.0...v1.13.0-alpha.1) (2024-08-29)


### Features

* **footer:** update template part to use desktop and mobile parts ([#282](https://github.com/Automattic/newspack-block-theme/issues/282)) ([f1ea195](https://github.com/Automattic/newspack-block-theme/commit/f1ea1956e8cbbd521bf6eacb38941dfec2b2167d))

# [1.12.0](https://github.com/Automattic/newspack-block-theme/compare/v1.11.0...v1.12.0) (2024-07-30)


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.12.0
* Version: 1.13.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.12.0' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.13.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.12.0",
"version": "1.13.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: 6.5
Tested up to: 6.6
Requires PHP: 8.0
Version: 1.12.0
Version: 1.13.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 70df1bc

Please sign in to comment.