Skip to content

Commit

Permalink
chore(release): 1.1.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0-alpha.1](v1.0.0...v1.1.0-alpha.1) (2023-05-11)

### Features

* add mobile menu part proof of concept ([#3](#3)) ([3768123](3768123))
  • Loading branch information
semantic-release-bot authored and matticbot committed May 11, 2023
1 parent 306c0ea commit b9961b5
Show file tree
Hide file tree
Showing 6 changed files with 29 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.1.0-alpha.1](https://github.com/Automattic/newspack-block-theme/compare/v1.0.0...v1.1.0-alpha.1) (2023-05-11)


### Features

* add mobile menu part proof of concept ([#3](https://github.com/Automattic/newspack-block-theme/issues/3)) ([3768123](https://github.com/Automattic/newspack-block-theme/commit/3768123019a5400509d145b033300934b901f55f))

# 1.0.0 (2023-05-03)


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.0.0
* Version: 1.1.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.0.0' );
define( 'NEWSPACK_BLOCK_THEME_VERSION', '1.1.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.0.0",
"version": "1.1.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.0.0
Version: 1.1.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
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 b9961b5

Please sign in to comment.