Skip to content

Commit a82108d

Browse files
chore(release): 1.6.0 [skip ci]
# [1.6.0](v1.5.0...v1.6.0) (2020-05-19) ### Bug Fixes * decode entities in categories when shown ([#474](#474)) ([5347ba3](5347ba3)) * decode entities in categories when shown in carousel ([#475](#475)) ([20dcfd3](20dcfd3)) * disallow 0 as post to show value ([80db497](80db497)) * initializing swiper for multiple blocks ([#476](#476)) ([f480d54](f480d54)) ### Features * add border style to group block ([#463](#463)) ([1c1f89d](1c1f89d)) * add image shape classes to the front end ([#473](#473)) ([c90df2e](c90df2e))
1 parent 1d832a8 commit a82108d

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [1.6.0](https://github.com/Automattic/newspack-blocks/compare/v1.5.0...v1.6.0) (2020-05-19)
2+
3+
4+
### Bug Fixes
5+
6+
* decode entities in categories when shown ([#474](https://github.com/Automattic/newspack-blocks/issues/474)) ([5347ba3](https://github.com/Automattic/newspack-blocks/commit/5347ba3904b12a7d4b7de5527927a3353fd198a1))
7+
* decode entities in categories when shown in carousel ([#475](https://github.com/Automattic/newspack-blocks/issues/475)) ([20dcfd3](https://github.com/Automattic/newspack-blocks/commit/20dcfd382134989a55a3d9c40889fadbb3dd79ff))
8+
* disallow 0 as post to show value ([80db497](https://github.com/Automattic/newspack-blocks/commit/80db497f1d734f8bb9b60d4441670d6deab5e7f7))
9+
* initializing swiper for multiple blocks ([#476](https://github.com/Automattic/newspack-blocks/issues/476)) ([f480d54](https://github.com/Automattic/newspack-blocks/commit/f480d5480b801d21490cf406f8c55bcfb5620fbc))
10+
11+
12+
### Features
13+
14+
* add border style to group block ([#463](https://github.com/Automattic/newspack-blocks/issues/463)) ([1c1f89d](https://github.com/Automattic/newspack-blocks/commit/1c1f89dbb8ec6cbdf39e0303457551c43612480a))
15+
* add image shape classes to the front end ([#473](https://github.com/Automattic/newspack-blocks/issues/473)) ([c90df2e](https://github.com/Automattic/newspack-blocks/commit/c90df2e2e89d685a979b20e4d7ff005af2356869))
16+
117
# [1.5.0](https://github.com/Automattic/newspack-blocks/compare/v1.4.0...v1.5.0) (2020-05-07)
218

319

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

0 commit comments

Comments
 (0)