Skip to content

Commit

Permalink
chore(release): 1.64.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.64.0-alpha.1](v1.63.0...v1.64.0-alpha.1) (2023-03-03)

### Bug Fixes

* don't strip HTML from Homepage Posts Block excerpts ([#1364](#1364)) ([46ee78c](46ee78c))
* remove unneeded group & columns blocks from patterns ([#1377](#1377)) ([7b9483a](7b9483a))

### Features

* add popup info to donation block ([9493990](9493990))
* add popup info to donation block ([949c2bc](949c2bc))
* **donate:** checkout modal for woocommerce ([#1355](#1355)) ([0413ace](0413ace))
* **donate:** enquque modal checkout JS only if necessary ([f877408](f877408))
* process donation - make sure referer is relative path ([777685a](777685a))
  • Loading branch information
semantic-release-bot committed Mar 3, 2023
1 parent 93da2fb commit 48beafa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.64.0-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.63.0...v1.64.0-alpha.1) (2023-03-03)


### Bug Fixes

* don't strip HTML from Homepage Posts Block excerpts ([#1364](https://github.com/Automattic/newspack-blocks/issues/1364)) ([46ee78c](https://github.com/Automattic/newspack-blocks/commit/46ee78c9acd10397ac602e3d972d4c10386accea))
* remove unneeded group & columns blocks from patterns ([#1377](https://github.com/Automattic/newspack-blocks/issues/1377)) ([7b9483a](https://github.com/Automattic/newspack-blocks/commit/7b9483a0179136a6bb401998ddd514bfad983fde))


### Features

* add popup info to donation block ([9493990](https://github.com/Automattic/newspack-blocks/commit/94939908765dcd06c77fd456ed597d9b8fbe61b3))
* add popup info to donation block ([949c2bc](https://github.com/Automattic/newspack-blocks/commit/949c2bce9077b744cf5f78bca008b2489a344787))
* **donate:** checkout modal for woocommerce ([#1355](https://github.com/Automattic/newspack-blocks/issues/1355)) ([0413ace](https://github.com/Automattic/newspack-blocks/commit/0413ace0d37a5175043c7843e450bb637a800ef8))
* **donate:** enquque modal checkout JS only if necessary ([f877408](https://github.com/Automattic/newspack-blocks/commit/f877408ab6d168276474bdf6ca87b8dc7cfa403f))
* process donation - make sure referer is relative path ([777685a](https://github.com/Automattic/newspack-blocks/commit/777685a82a261f21f2a09a5743fb86ee67b3c715))

# [1.63.0](https://github.com/Automattic/newspack-blocks/compare/v1.62.0...v1.63.0) (2023-02-28)


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.63.0
* Version: 1.64.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.63.0' );
define( 'NEWSPACK_BLOCKS__VERSION', '1.64.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
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": "@automattic/newspack-blocks",
"version": "1.63.0",
"version": "1.64.0-alpha.1",
"author": "Automattic",
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
Expand Down

0 comments on commit 48beafa

Please sign in to comment.