Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-03-02)

### Bug Fixes

* correct 'Load more posts' German translation ([8913258](8913258))
* fix video attribute handling ([cfe96e8](cfe96e8))
* load more button - remove amp-layout container, append each new article individually. ([#375](#375)) ([efee9dc](efee9dc))
* Manual video input ([72efba4](72efba4))
* remove background color behind load more button in editor. fixes [#367](#367). ([#374](#374)) ([f5758fc](f5758fc))

### Features

* add alignment options for youtube playlist block ([11c54f2](11c54f2))
* Add campaign field to Donate block ([8268836](8268836))
* Add settings and flesh out further ([f343d99](f343d99))
* Basic video playlist block ([d66485a](d66485a))
* Get basic everything working well ([b5537c8](b5537c8))
* Make block player interactive in editor. ([d1dce97](d1dce97))
  • Loading branch information
semantic-release-bot committed Mar 2, 2020
1 parent abf7fb3 commit ecef122
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 1.0.0 (2020-03-02)


### Bug Fixes

* correct 'Load more posts' German translation ([8913258](https://github.com/Automattic/newspack-blocks/commit/8913258ff32b32e0aaf4f20194002f78bbee89a3))
* fix video attribute handling ([cfe96e8](https://github.com/Automattic/newspack-blocks/commit/cfe96e82983f4b341f18120017456c287d1294fa))
* load more button - remove amp-layout container, append each new article individually. ([#375](https://github.com/Automattic/newspack-blocks/issues/375)) ([efee9dc](https://github.com/Automattic/newspack-blocks/commit/efee9dc47704253036961ba8fb06b7518c25bb80))
* Manual video input ([72efba4](https://github.com/Automattic/newspack-blocks/commit/72efba48972a2d5283ce03a702b9b594a3c68efa))
* remove background color behind load more button in editor. fixes [#367](https://github.com/Automattic/newspack-blocks/issues/367). ([#374](https://github.com/Automattic/newspack-blocks/issues/374)) ([f5758fc](https://github.com/Automattic/newspack-blocks/commit/f5758fc79d0e2dad7efb4386bb87677f8a55a58d))


### Features

* add alignment options for youtube playlist block ([11c54f2](https://github.com/Automattic/newspack-blocks/commit/11c54f26b695a5d390a7ce29cb21297286173a9c))
* Add campaign field to Donate block ([8268836](https://github.com/Automattic/newspack-blocks/commit/8268836f648bb67f293ac4477b9ffd747192be0b))
* Add settings and flesh out further ([f343d99](https://github.com/Automattic/newspack-blocks/commit/f343d998d5bc23090bb91a8ef9e32bb500faa053))
* Basic video playlist block ([d66485a](https://github.com/Automattic/newspack-blocks/commit/d66485ab1c6cab6378aa16a02c71f360d0211f65))
* Get basic everything working well ([b5537c8](https://github.com/Automattic/newspack-blocks/commit/b5537c8f9c1893d334edda3cf2601a7d459c5d80))
* Make block player interactive in editor. ([d1dce97](https://github.com/Automattic/newspack-blocks/commit/d1dce97dcb33233ff5ef9e3ba612e2238c680b58))
4 changes: 2 additions & 2 deletions newspack-blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
* Author URI: https://newspack.blog/
* Text Domain: newspack-blocks
* Domain Path: /languages
* Version: 1.0.0-alpha.28
* Version: 1.0.0
*
* @package Newspack_Blocks
*/

define( 'NEWSPACK_BLOCKS__BLOCKS_DIRECTORY', 'dist/' );
define( 'NEWSPACK_BLOCKS__PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'NEWSPACK_BLOCKS__VERSION', '1.0.0-alpha.28' );
define( 'NEWSPACK_BLOCKS__VERSION', '1.0.0' );

require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks.php';
require_once NEWSPACK_BLOCKS__PLUGIN_DIR . 'class-newspack-blocks-api.php';
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-blocks",
"version": "0.0.0",
"version": "1.0.0",
"main": "Gruntfile.js",
"author": "Automattic",
"devDependencies": {
Expand Down

0 comments on commit ecef122

Please sign in to comment.