Skip to content

Commit

Permalink
chore(release): 1.24.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.24.0](Automattic/newspack-theme@v1.23.0...v1.24.0) (2020-12-08)

### Bug Fixes

* center sponsor flag in Newspack Sacha ([Automattic#1156](Automattic#1156)) ([2b268eb](Automattic@2b268eb))
* correct width of columns block with wide alignment ([Automattic#1161](Automattic#1161)) ([42386e1](Automattic@42386e1))
* make sure block styles are applied outside of content area ([Automattic#1133](Automattic#1133)) ([f8c51b5](Automattic@f8c51b5))

### Features

* add option to show excerpts on archives ([Automattic#1157](Automattic#1157)) ([cf4282c](Automattic@cf4282c))
  • Loading branch information
semantic-release-bot committed Dec 8, 2020
1 parent 8b3d43c commit 581cf2f
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [1.24.0](https://github.com/Automattic/newspack-theme/compare/v1.23.0...v1.24.0) (2020-12-08)


### Bug Fixes

* center sponsor flag in Newspack Sacha ([#1156](https://github.com/Automattic/newspack-theme/issues/1156)) ([2b268eb](https://github.com/Automattic/newspack-theme/commit/2b268eb36b9cc4759e0688fe4e9d755adf66fad6))
* correct width of columns block with wide alignment ([#1161](https://github.com/Automattic/newspack-theme/issues/1161)) ([42386e1](https://github.com/Automattic/newspack-theme/commit/42386e1789e1037f3099d131249f8280372e4ba9))
* make sure block styles are applied outside of content area ([#1133](https://github.com/Automattic/newspack-theme/issues/1133)) ([f8c51b5](https://github.com/Automattic/newspack-theme/commit/f8c51b5981d153ad5a0c38113ec596181966cab9))


### Features

* add option to show excerpts on archives ([#1157](https://github.com/Automattic/newspack-theme/issues/1157)) ([cf4282c](https://github.com/Automattic/newspack-theme/commit/cf4282c35689a05785b25951f52ee83546ed35e8))

# [1.23.0](https://github.com/Automattic/newspack-theme/compare/v1.22.0...v1.23.0) (2020-12-03)


Expand Down
2 changes: 1 addition & 1 deletion newspack-joseph/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Automattic
Author URI: https://newspack.blog
Description:
Requires at least: WordPress 4.9.6
Version: 1.23.0
Version: 1.24.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-katharine/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Automattic
Author URI: https://newspack.blog
Description:
Requires at least: WordPress 4.9.6
Version: 1.23.0
Version: 1.24.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-nelson/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Automattic
Author URI: https://newspack.blog
Description:
Requires at least: WordPress 4.9.6
Version: 1.23.0
Version: 1.24.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-sacha/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Automattic
Author URI: https://newspack.blog
Description:
Requires at least: WordPress 4.9.6
Version: 1.23.0
Version: 1.24.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-scott/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Automattic
Author URI: https://newspack.blog
Description:
Requires at least: WordPress 4.9.6
Version: 1.23.0
Version: 1.24.0
License: GNU General Public License v2 or later
License URI: LICENSE
Template: newspack-theme
Expand Down
2 changes: 1 addition & 1 deletion newspack-theme/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Author: Automattic
Author URI: https://newspack.blog
Description:
Requires at least: WordPress 4.9.6
Version: 1.23.0
Version: 1.24.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newspack
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",
"version": "1.23.0",
"version": "1.24.0",
"description": "A theme for Newspack. https://newspack.blog",
"bugs": {
"url": "https://github.com/Automattic/newspack-theme/issues"
Expand Down

0 comments on commit 581cf2f

Please sign in to comment.