Skip to content

Commit

Permalink
chore(release): 1.5.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.5.0-alpha.1](v1.4.0...v1.5.0-alpha.1) (2024-01-26)

### Bug Fixes

* parenthesis ([a0c485f](a0c485f))
* remove link from post date archive ([#90](#90)) ([d08ba5e](d08ba5e))

### Features

* add 2x-small font size ([#102](#102)) ([cb17fdc](cb17fdc))
* add new "Paul" style ([#88](#88)) ([5605dab](5605dab))
* update archive template ([#89](#89)) ([3c8556d](3c8556d))
* update button block ([#91](#91)) ([b66f75a](b66f75a))
* update button style ([#103](#103)) ([4b686f9](4b686f9))
* update desktop header template part ([#106](#106)) ([b5d45ba](b5d45ba))
* update footer part and lock blocks ([#105](#105)) ([0490354](0490354))
* update grid and typography ([64c70d7](64c70d7))
* update grid and typography ([f5073ef](f5073ef))
* update svg icons and search overlay ([#111](#111)) ([9ee5b6a](9ee5b6a))
* update the query pagination block ([#93](#93)) ([03e7fb6](03e7fb6))
  • Loading branch information
semantic-release-bot authored and matticbot committed Jan 26, 2024
1 parent 3f2b541 commit 7819f3d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [1.5.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.4.0...v1.5.0-alpha.1) (2024-01-26)


### Bug Fixes

* parenthesis ([a0c485f](https://github.com/Automattic/newspack-block-theme/commit/a0c485f30cd39286d2fd897620e8880b61dee409))
* remove link from post date archive ([#90](https://github.com/Automattic/newspack-block-theme/issues/90)) ([d08ba5e](https://github.com/Automattic/newspack-block-theme/commit/d08ba5efb043a326dd1fdb9899c847628acac957))


### Features

* add 2x-small font size ([#102](https://github.com/Automattic/newspack-block-theme/issues/102)) ([cb17fdc](https://github.com/Automattic/newspack-block-theme/commit/cb17fdcfbd988e04105e69615ec7b6f73f1b9abb))
* add new "Paul" style ([#88](https://github.com/Automattic/newspack-block-theme/issues/88)) ([5605dab](https://github.com/Automattic/newspack-block-theme/commit/5605dabfe6d27e434c2ba124c14638db07becd63))
* update archive template ([#89](https://github.com/Automattic/newspack-block-theme/issues/89)) ([3c8556d](https://github.com/Automattic/newspack-block-theme/commit/3c8556daa85b60ccbab6ac58df5d9a3513eb90e8))
* update button block ([#91](https://github.com/Automattic/newspack-block-theme/issues/91)) ([b66f75a](https://github.com/Automattic/newspack-block-theme/commit/b66f75a219fdab176a1191281e361e9e7abec5a6))
* update button style ([#103](https://github.com/Automattic/newspack-block-theme/issues/103)) ([4b686f9](https://github.com/Automattic/newspack-block-theme/commit/4b686f9b605591307f15257e89ca75cab8d24bc0))
* update desktop header template part ([#106](https://github.com/Automattic/newspack-block-theme/issues/106)) ([b5d45ba](https://github.com/Automattic/newspack-block-theme/commit/b5d45ba3f25fb94967d475fcc98cdc7cdeba0f04))
* update footer part and lock blocks ([#105](https://github.com/Automattic/newspack-block-theme/issues/105)) ([0490354](https://github.com/Automattic/newspack-block-theme/commit/0490354f93f0fbc253bee85dde36e803acb332c7))
* update grid and typography ([64c70d7](https://github.com/Automattic/newspack-block-theme/commit/64c70d7cb4c2c88a82e01a2f99a9091a278042a5))
* update grid and typography ([f5073ef](https://github.com/Automattic/newspack-block-theme/commit/f5073eff3068f8e37796f2ac5edaefc69f244094))
* update svg icons and search overlay ([#111](https://github.com/Automattic/newspack-block-theme/issues/111)) ([9ee5b6a](https://github.com/Automattic/newspack-block-theme/commit/9ee5b6af172f0e9f7fc4e14351590fbdcac86a8b))
* update the query pagination block ([#93](https://github.com/Automattic/newspack-block-theme/issues/93)) ([03e7fb6](https://github.com/Automattic/newspack-block-theme/commit/03e7fb64ccdab7ab7934a6f61ec4136618c71d9b))

# [1.4.0](https://github.com/Automattic/newspack-block-theme/compare/v1.3.0...v1.4.0) (2024-01-08)


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.4.0
* Version: 1.5.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.4.0' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.5.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.4.0",
"version": "1.5.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.4.0
Version: 1.5.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 7819f3d

Please sign in to comment.