Skip to content

Commit

Permalink
chore(release): 1.33.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.33.0-alpha.1](v1.32.0...v1.33.0-alpha.1) (2021-08-10)

### Bug Fixes

* select specific posts with white space at the end of the title ([a0c0075](a0c0075))
* **homepage posts:** fix inconsistent column sizing when border enabled ([361fed5](361fed5)), closes [#825](#825)
* **sponsor logo:** fix sponsor logo accessibility ([901db8c](901db8c)), closes [#678](#678)

### Features

* **homepage-posts:** handle category exclusion ([45a3001](45a3001)), closes [#600](#600)
  • Loading branch information
semantic-release-bot committed Aug 10, 2021
1 parent bcb78d4 commit 21ca39b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.33.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.32.0...v1.33.0-alpha.1) (2021-08-10)


### Bug Fixes

* select specific posts with white space at the end of the title ([a0c0075](https://github.com/Automattic/newspack-blocks/commit/a0c007532aee151c2e3b093573ecc1f3a7e8b279))
* **homepage posts:** fix inconsistent column sizing when border enabled ([361fed5](https://github.com/Automattic/newspack-blocks/commit/361fed5ae8ef5a41d63845dad387e00b3776ebc6)), closes [#825](https://github.com/Automattic/newspack-blocks/issues/825)
* **sponsor logo:** fix sponsor logo accessibility ([901db8c](https://github.com/Automattic/newspack-blocks/commit/901db8c2402d6f3add2c7221c68461355748d162)), closes [#678](https://github.com/Automattic/newspack-blocks/issues/678)


### Features

* **homepage-posts:** handle category exclusion ([45a3001](https://github.com/Automattic/newspack-blocks/commit/45a3001cab4b19ce6f638258180355003c02018f)), closes [#600](https://github.com/Automattic/newspack-blocks/issues/600)

# [1.32.0](https://github.com/Automattic/newspack-blocks/compare/v1.31.0...v1.32.0) (2021-08-03)


Expand Down
4 changes: 2 additions & 2 deletions newspack-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
* Author URI: https://newspack.blog/
* Text Domain: newspack-blocks
* Domain Path: /languages
* Version: 1.32.0
* Version: 1.33.0-alpha.1
*
* @package Newspack_Blocks
*/

define( 'NEWSPACK_BLOCKS__PLUGIN_FILE', __FILE__ );
define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( NEWSPACK_BLOCKS__PLUGIN_FILE ) );
define( 'NEWSPACK_BLOCKS__VERSION', '1.32.0' );
define( 'NEWSPACK_BLOCKS__VERSION', '1.33.0-alpha.1' );

require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks.php';
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'includes/class-newspack-blocks-api.php';
Expand Down
2 changes: 1 addition & 1 deletion 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-blocks",
"version": "1.32.0",
"version": "1.33.0-alpha.1",
"author": "Automattic",
"devDependencies": {
"@automattic/calypso-build": "^9.0.0",
Expand Down

0 comments on commit 21ca39b

Please sign in to comment.