Skip to content

Commit

Permalink
chore(release): 1.2.0-alpha.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0-alpha.2](v1.2.0-alpha.1...v1.2.0-alpha.2) (2023-05-31)

### Bug Fixes

* correct spacer block values ([#42](#42)) ([05980d9](05980d9))
* remove style.css from the theme repo ([#32](#32)) ([51d849f](51d849f))

### Features

* add block style to 'flatten' mobile nav ([#37](#37)) ([7b00671](7b00671))
* building out 404 page ([#43](#43)) ([514111e](514111e))
  • Loading branch information
semantic-release-bot authored and matticbot committed May 31, 2023
1 parent 941b65c commit eb39fa3
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 6 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.2.0-alpha.2](https://github.com/Automattic/newspack-block-theme/compare/v1.2.0-alpha.1...v1.2.0-alpha.2) (2023-05-31)


### Bug Fixes

* correct spacer block values ([#42](https://github.com/Automattic/newspack-block-theme/issues/42)) ([05980d9](https://github.com/Automattic/newspack-block-theme/commit/05980d98a22de9d56af4d2d3ac3de7437de03103))
* remove style.css from the theme repo ([#32](https://github.com/Automattic/newspack-block-theme/issues/32)) ([51d849f](https://github.com/Automattic/newspack-block-theme/commit/51d849fc3e332a074a3d6c6e42bde60fbeb55ad5))


### Features

* add block style to 'flatten' mobile nav ([#37](https://github.com/Automattic/newspack-block-theme/issues/37)) ([7b00671](https://github.com/Automattic/newspack-block-theme/commit/7b00671356fc7315a5e13af941b6f5b2c790f88f))
* building out 404 page ([#43](https://github.com/Automattic/newspack-block-theme/issues/43)) ([514111e](https://github.com/Automattic/newspack-block-theme/commit/514111e59e81fe135a4492a1f83c4f246d0dfcd4))

# [1.2.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.1.0...v1.2.0-alpha.1) (2023-05-25)


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.2.0-alpha.1
* Version: 1.2.0-alpha.2
*
* @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.2.0-alpha.1' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.2.0-alpha.2' );
}


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.2.0-alpha.1",
"version": "1.2.0-alpha.2",
"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.2.0-alpha.1
Version: 1.2.0-alpha.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template:
Expand Down
16 changes: 16 additions & 0 deletions style.css

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

0 comments on commit eb39fa3

Please sign in to comment.