Skip to content

Commit 330b06d

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.1...v1.4.0) (2020-05-05) ### Bug Fixes * byline, avatar and date in carousel block ([#455](#455)) ([85b7865](85b7865)) * patterns preview thumbnails ([#453](#453)) ([3ca80e0](3ca80e0)) * update editor selector for reordering columns ([#435](#435)) ([396826a](396826a)) ### Features * use swiper for non-amp carousels ([94c0a2b](94c0a2b))
1 parent 27309e1 commit 330b06d

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [1.4.0](https://github.com/Automattic/newspack-blocks/compare/v1.3.1...v1.4.0) (2020-05-05)
2+
3+
4+
### Bug Fixes
5+
6+
* byline, avatar and date in carousel block ([#455](https://github.com/Automattic/newspack-blocks/issues/455)) ([85b7865](https://github.com/Automattic/newspack-blocks/commit/85b78651a1ed270d5a316c7abf4bf9060a77e890))
7+
* patterns preview thumbnails ([#453](https://github.com/Automattic/newspack-blocks/issues/453)) ([3ca80e0](https://github.com/Automattic/newspack-blocks/commit/3ca80e056f0df5f0db978f6065625963739ef050))
8+
* update editor selector for reordering columns ([#435](https://github.com/Automattic/newspack-blocks/issues/435)) ([396826a](https://github.com/Automattic/newspack-blocks/commit/396826adc88217b9ea02a7d60512c9fb6e497bfe))
9+
10+
11+
### Features
12+
13+
* use swiper for non-amp carousels ([94c0a2b](https://github.com/Automattic/newspack-blocks/commit/94c0a2bf3f203f08a72326e578724f06bc0464cc))
14+
115
## [1.3.1](https://github.com/Automattic/newspack-blocks/compare/v1.3.0...v1.3.1) (2020-04-29)
216

317

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.3.1
10+
* Version: 1.4.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.3.1' );
17+
define( 'NEWSPACK_BLOCKS__VERSION', '1.4.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.3.1",
3+
"version": "1.4.0",
44
"main": "Gruntfile.js",
55
"author": "Automattic",
66
"devDependencies": {

0 commit comments

Comments
 (0)