Skip to content

Commit

Permalink
chore(release): 1.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2020-06-30)

### Bug Fixes

* apply custom styles even if styling tab in sidebar is closed ([#240](#240)) ([20b08bc](20b08bc))
* localize date formats and notice text ([0cb82f1](0cb82f1))
* posts-inserter columns warning ([5db6b97](5db6b97))
* store translated success note as prop ([5638aee](5638aee))

### Features

* add "sent" status to posts list in dashboard ([ed369e4](ed369e4))
* add a "sent" editor notice after a campaign has been sent ([188908e](188908e))
* column middle alignment handling ([5f82db4](5f82db4)), closes [#231](#231)
* handle custom styling of layouts ([#238](#238)) ([2ba844d](2ba844d)), closes [#225](#225)
  • Loading branch information
semantic-release-bot committed Jun 30, 2020
1 parent 7de3063 commit 0066a55
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [1.3.0](https://github.com/Automattic/newspack-newsletters/compare/v1.2.0...v1.3.0) (2020-06-30)


### Bug Fixes

* apply custom styles even if styling tab in sidebar is closed ([#240](https://github.com/Automattic/newspack-newsletters/issues/240)) ([20b08bc](https://github.com/Automattic/newspack-newsletters/commit/20b08bca750434f52d0a4415b99ce4142e707eae))
* localize date formats and notice text ([0cb82f1](https://github.com/Automattic/newspack-newsletters/commit/0cb82f1ebad2a23e71e50d0daa9cd9feb30b1732))
* posts-inserter columns warning ([5db6b97](https://github.com/Automattic/newspack-newsletters/commit/5db6b97c30272d357f8bc780ce108814a4745a4c))
* store translated success note as prop ([5638aee](https://github.com/Automattic/newspack-newsletters/commit/5638aee41caaa4a368b3513c4dfbe4fd1fc759f9))


### Features

* add "sent" status to posts list in dashboard ([ed369e4](https://github.com/Automattic/newspack-newsletters/commit/ed369e46f71670ff1685b294af64ea0c46786feb))
* add a "sent" editor notice after a campaign has been sent ([188908e](https://github.com/Automattic/newspack-newsletters/commit/188908ede101860911f19c4f900a140cdcd31868))
* column middle alignment handling ([5f82db4](https://github.com/Automattic/newspack-newsletters/commit/5f82db4f14dd38845882935d7b9c246d83f91b4b)), closes [#231](https://github.com/Automattic/newspack-newsletters/issues/231)
* handle custom styling of layouts ([#238](https://github.com/Automattic/newspack-newsletters/issues/238)) ([2ba844d](https://github.com/Automattic/newspack-newsletters/commit/2ba844dc5f2d9d62c82217b3dd4897a6573ebe8d)), closes [#225](https://github.com/Automattic/newspack-newsletters/issues/225)

# [1.2.0](https://github.com/Automattic/newspack-newsletters/compare/v1.1.0...v1.2.0) (2020-06-18)


Expand Down
2 changes: 1 addition & 1 deletion newspack-newsletters.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://newspack.blog
* Text Domain: newspack-newsletters
* Domain Path: /languages
* Version: 1.2.0
* Version: 1.3.0
*
* @package Newspack_Newsletters
*/
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-newsletters",
"version": "1.2.0",
"version": "1.3.0",
"description": "",
"scripts": {
"cm": "git-cz",
Expand Down

0 comments on commit 0066a55

Please sign in to comment.