Skip to content

Commit

Permalink
chore(release): 2.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.6.0](v2.5.0...v2.6.0) (2022-09-27)

### Bug Fixes

* fallback to AMP script polyfills if AMP scripts are blocked ([#961](#961)) ([923e4fb](923e4fb))

### Features

* add concept of prompt styles and add large style ([0d3ad81](0d3ad81))
* polyfill amp-access script ([9271111](9271111)), closes [#193](#193)
* remove wp-dom-ready, medialement dependencies for frontend script ([b4c930c](b4c930c))
* **segmentation:** by former donor status ([#954](#954)) ([0859c54](0859c54))
  • Loading branch information
semantic-release-bot committed Sep 27, 2022
1 parent 47605cc commit 13cf336
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [2.6.0](https://github.com/Automattic/newspack-popups/compare/v2.5.0...v2.6.0) (2022-09-27)


### Bug Fixes

* fallback to AMP script polyfills if AMP scripts are blocked ([#961](https://github.com/Automattic/newspack-popups/issues/961)) ([923e4fb](https://github.com/Automattic/newspack-popups/commit/923e4fbcc9ed1eed5984b2a4bfecb0ec2339a1ea))


### Features

* add concept of prompt styles and add large style ([0d3ad81](https://github.com/Automattic/newspack-popups/commit/0d3ad8181dff183eb686691e065e80b4ac856b64))
* polyfill amp-access script ([9271111](https://github.com/Automattic/newspack-popups/commit/92711113be26885aace8ffd7856155c2442b807d)), closes [#193](https://github.com/Automattic/newspack-popups/issues/193)
* remove wp-dom-ready, medialement dependencies for frontend script ([b4c930c](https://github.com/Automattic/newspack-popups/commit/b4c930cc8ca735f62c0f2cb4660e4da156dd75f8))
* **segmentation:** by former donor status ([#954](https://github.com/Automattic/newspack-popups/issues/954)) ([0859c54](https://github.com/Automattic/newspack-popups/commit/0859c5473523b7c11cf4b1bad970f4fcfd81ac06))

# [2.6.0-alpha.2](https://github.com/Automattic/newspack-popups/compare/v2.6.0-alpha.1...v2.6.0-alpha.2) (2022-09-26)


Expand Down
2 changes: 1 addition & 1 deletion newspack-popups.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-popups
* Domain Path: /languages
* Version: 2.6.0-alpha.2
* Version: 2.6.0
*
* @package Newspack_Popups
*/
Expand Down
4 changes: 2 additions & 2 deletions 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-popups",
"version": "2.6.0-alpha.2",
"version": "2.6.0",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit 13cf336

Please sign in to comment.