Skip to content

Commit fee002b

Browse files
chore(release): 1.8.0 [skip ci]
# [1.8.0](v1.7.2...v1.8.0) (2020-06-18) ### Bug Fixes * correct count ([19c7a6c](19c7a6c)) * donations wizard link ([84e0092](84e0092)) ### Features * improve Homepage Posts block editor performance ([#499](#499)) ([e1c68c5](e1c68c5)), closes [#493](#493)
1 parent 2dd39d3 commit fee002b

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.8.0](https://github.com/Automattic/newspack-blocks/compare/v1.7.2...v1.8.0) (2020-06-18)
2+
3+
4+
### Bug Fixes
5+
6+
* correct count ([19c7a6c](https://github.com/Automattic/newspack-blocks/commit/19c7a6c5946eb9cbd60e838f6b9b9db06dda0855))
7+
* donations wizard link ([84e0092](https://github.com/Automattic/newspack-blocks/commit/84e0092a47d2bc1f01e041521844bfca921798c1))
8+
9+
10+
### Features
11+
12+
* improve Homepage Posts block editor performance ([#499](https://github.com/Automattic/newspack-blocks/issues/499)) ([e1c68c5](https://github.com/Automattic/newspack-blocks/commit/e1c68c56741dc4d193aa6ceea9462191c7163d35)), closes [#493](https://github.com/Automattic/newspack-blocks/issues/493)
13+
114
## [1.7.2](https://github.com/Automattic/newspack-blocks/compare/v1.7.1...v1.7.2) (2020-06-13)
215

316

newspack-blocks.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
* Author URI: https://newspack.blog/
88
* Text Domain: newspack-blocks
99
* Domain Path: /languages
10-
* Version: 1.7.2
10+
* Version: 1.8.0
1111
*
1212
* @package Newspack_Blocks
1313
*/
1414

1515
define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
1616
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
17-
define( 'NEWSPACK_BLOCKS__VERSION', '1.7.2' );
17+
define( 'NEWSPACK_BLOCKS__VERSION', '1.8.0' );
1818

1919
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks.php';
2020
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks-api.php';

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newspack-blocks",
3-
"version": "1.7.2",
3+
"version": "1.8.0",
44
"main": "Gruntfile.js",
55
"author": "Automattic",
66
"devDependencies": {

0 commit comments

Comments
 (0)