Skip to content

Commit

Permalink
chore(release): 1.3.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0-alpha.1](v1.2.2...v1.3.0-alpha.1) (2023-06-22)

### Bug Fixes

* add bottom space to post title in editor ([#60](#60)) ([ca6c9a1](ca6c9a1))
* correct single post space; add tag styles ([#59](#59)) ([f3645d0](f3645d0))
* correct spacing values ([#46](#46)) ([12cf2b4](12cf2b4))
* hide author, date for pages in search ([#53](#53)) ([52b7a7f](52b7a7f))
* make archive spacing more consistent ([#56](#56)) ([041ec88](041ec88))
* make navigation block's overlayMenu default never ([#58](#58)) ([8fa02a6](8fa02a6))
* make sure wide/full blocks can flow outside of the content ([#66](#66)) ([2e282b7](2e282b7))
* remove IDs from navigation blocks ([#50](#50)) ([1f140be](1f140be))

### Features

* add a clamp to the larger spacing sizes ([#47](#47)) ([d3a01f4](d3a01f4))
* add large image single post variation ([#54](#54)) ([838128a](838128a))
* add search toggle template parts ([#51](#51)) ([ad4e0a7](ad4e0a7))
* change search block's default settings ([#44](#44)) ([1487a69](1487a69))
* update page, homepage templates to remove unneeded elements ([#49](#49)) ([2b888cd](2b888cd))
* update search block styles ([#52](#52)) ([6ed06fb](6ed06fb))
* update search styles ([#61](#61)) ([bf0d776](bf0d776))
  • Loading branch information
semantic-release-bot authored and matticbot committed Jun 22, 2023
1 parent 0724439 commit c2b4f5e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 6 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# [1.3.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.2.2...v1.3.0-alpha.1) (2023-06-22)


### Bug Fixes

* add bottom space to post title in editor ([#60](https://github.com/Automattic/newspack-block-theme/issues/60)) ([ca6c9a1](https://github.com/Automattic/newspack-block-theme/commit/ca6c9a1f1494d0df9bc5535ebc0444ef2e92a7d3))
* correct single post space; add tag styles ([#59](https://github.com/Automattic/newspack-block-theme/issues/59)) ([f3645d0](https://github.com/Automattic/newspack-block-theme/commit/f3645d07809099400dea86937299529cf7b28566))
* correct spacing values ([#46](https://github.com/Automattic/newspack-block-theme/issues/46)) ([12cf2b4](https://github.com/Automattic/newspack-block-theme/commit/12cf2b4209239d73c4bf68a346809933dfc2f051))
* hide author, date for pages in search ([#53](https://github.com/Automattic/newspack-block-theme/issues/53)) ([52b7a7f](https://github.com/Automattic/newspack-block-theme/commit/52b7a7f747a6e62bc30e5faeab1045d00edf3b62))
* make archive spacing more consistent ([#56](https://github.com/Automattic/newspack-block-theme/issues/56)) ([041ec88](https://github.com/Automattic/newspack-block-theme/commit/041ec88f711212e6df7b2e9c598644e50d1ce10a))
* make navigation block's overlayMenu default never ([#58](https://github.com/Automattic/newspack-block-theme/issues/58)) ([8fa02a6](https://github.com/Automattic/newspack-block-theme/commit/8fa02a645382c3b2777a223aee59aed1d4a8a576))
* make sure wide/full blocks can flow outside of the content ([#66](https://github.com/Automattic/newspack-block-theme/issues/66)) ([2e282b7](https://github.com/Automattic/newspack-block-theme/commit/2e282b7945d42a5bbb75d62eb97a4639266e37df))
* remove IDs from navigation blocks ([#50](https://github.com/Automattic/newspack-block-theme/issues/50)) ([1f140be](https://github.com/Automattic/newspack-block-theme/commit/1f140be93b6e315e879a78ff17f0d2a46e69e2e9))


### Features

* add a clamp to the larger spacing sizes ([#47](https://github.com/Automattic/newspack-block-theme/issues/47)) ([d3a01f4](https://github.com/Automattic/newspack-block-theme/commit/d3a01f45acc455d795c12a8172d127164b453ae0))
* add large image single post variation ([#54](https://github.com/Automattic/newspack-block-theme/issues/54)) ([838128a](https://github.com/Automattic/newspack-block-theme/commit/838128af2823b24ae5b5f212b65b08743e4d1ae0))
* add search toggle template parts ([#51](https://github.com/Automattic/newspack-block-theme/issues/51)) ([ad4e0a7](https://github.com/Automattic/newspack-block-theme/commit/ad4e0a7fed46fa42e8087b747d0ed438c3067f31))
* change search block's default settings ([#44](https://github.com/Automattic/newspack-block-theme/issues/44)) ([1487a69](https://github.com/Automattic/newspack-block-theme/commit/1487a698b1d0924a762092e9523cf178692d830c))
* update page, homepage templates to remove unneeded elements ([#49](https://github.com/Automattic/newspack-block-theme/issues/49)) ([2b888cd](https://github.com/Automattic/newspack-block-theme/commit/2b888cd83087348e590cbe42c506a28d53bb2128))
* update search block styles ([#52](https://github.com/Automattic/newspack-block-theme/issues/52)) ([6ed06fb](https://github.com/Automattic/newspack-block-theme/commit/6ed06fb18c7647c80d99a107ea32256c5118bd8d))
* update search styles ([#61](https://github.com/Automattic/newspack-block-theme/issues/61)) ([bf0d776](https://github.com/Automattic/newspack-block-theme/commit/bf0d776e2abdb7463e2d0251ec1822dfd422b19e))

## [1.2.2](https://github.com/Automattic/newspack-block-theme/compare/v1.2.1...v1.2.2) (2023-06-20)


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.2
* Version: 1.3.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.2.2' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.3.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.2.2",
"version": "1.3.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.2.2
Version: 1.3.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 c2b4f5e

Please sign in to comment.