Skip to content

Commit

Permalink
chore(release): 2.23.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.23.0](v2.22.0...v2.23.0) (2023-08-24)

### Bug Fixes

* account for frequency presets in printed config ([#1203](#1203)) ([a97bc8f](a97bc8f))
* add .hidden styles for above header prompts ([#1207](#1207)) ([a19d64d](a19d64d))
* ensure url param segment is set ([#1197](#1197)) ([dc6c130](dc6c130))
* eslint new rule declaration-block-no-redundant-longhand-properties ([d1bf215](d1bf215))
* include missing file ([#1194](#1194)) ([d5fe344](d5fe344))
* move the close button when Hide Padding is enabled ([#1165](#1165)) ([20d17d9](20d17d9))
* remove string from overlay prompt ([#1204](#1204)) ([232f05a](232f05a))

### Features

* add segmentation README and more useful info to debug object ([#1195](#1195)) ([b501d9a](b501d9a))
* campaigns segmentation API rearchitecture ([#1192](#1192)) ([d554151](d554151)), closes [#1155](#1155) [#1166](#1166) [#1167](#1167) [#1159](#1159) [#1175](#1175) [#1169](#1169)
  • Loading branch information
semantic-release-bot committed Aug 24, 2023
1 parent ada4246 commit 5d9cd33
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.23.0](https://github.com/Automattic/newspack-popups/compare/v2.22.0...v2.23.0) (2023-08-24)


### Bug Fixes

* account for frequency presets in printed config ([#1203](https://github.com/Automattic/newspack-popups/issues/1203)) ([a97bc8f](https://github.com/Automattic/newspack-popups/commit/a97bc8fdb187799bc4b9bc0fdb842de8396d5e3b))
* add .hidden styles for above header prompts ([#1207](https://github.com/Automattic/newspack-popups/issues/1207)) ([a19d64d](https://github.com/Automattic/newspack-popups/commit/a19d64dcd1a3b8cdd7cd9cc55839a60269b9e30b))
* ensure url param segment is set ([#1197](https://github.com/Automattic/newspack-popups/issues/1197)) ([dc6c130](https://github.com/Automattic/newspack-popups/commit/dc6c13027356dd6a0dbacddd654745cbe697bccf))
* eslint new rule declaration-block-no-redundant-longhand-properties ([d1bf215](https://github.com/Automattic/newspack-popups/commit/d1bf2158999e18c8329a008b2e78fb2c7cdbb80a))
* include missing file ([#1194](https://github.com/Automattic/newspack-popups/issues/1194)) ([d5fe344](https://github.com/Automattic/newspack-popups/commit/d5fe34425340b04c459d6f5a6f2ad5c7740ac12b))
* move the close button when Hide Padding is enabled ([#1165](https://github.com/Automattic/newspack-popups/issues/1165)) ([20d17d9](https://github.com/Automattic/newspack-popups/commit/20d17d94758d3e53508a02f4cbbde9e36f4bc628))
* remove string from overlay prompt ([#1204](https://github.com/Automattic/newspack-popups/issues/1204)) ([232f05a](https://github.com/Automattic/newspack-popups/commit/232f05a6badb06a155ddac4ad94d354f0bde3bdc))


### Features

* add segmentation README and more useful info to debug object ([#1195](https://github.com/Automattic/newspack-popups/issues/1195)) ([b501d9a](https://github.com/Automattic/newspack-popups/commit/b501d9adb8d5d095b77a3c7dca59926cc78cdcb6))
* campaigns segmentation API rearchitecture ([#1192](https://github.com/Automattic/newspack-popups/issues/1192)) ([d554151](https://github.com/Automattic/newspack-popups/commit/d554151bfd05d7278d86825385d337847956b037)), closes [#1155](https://github.com/Automattic/newspack-popups/issues/1155) [#1166](https://github.com/Automattic/newspack-popups/issues/1166) [#1167](https://github.com/Automattic/newspack-popups/issues/1167) [#1159](https://github.com/Automattic/newspack-popups/issues/1159) [#1175](https://github.com/Automattic/newspack-popups/issues/1175) [#1169](https://github.com/Automattic/newspack-popups/issues/1169)

# [2.23.0-alpha.4](https://github.com/Automattic/newspack-popups/compare/v2.23.0-alpha.3...v2.23.0-alpha.4) (2023-08-23)


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.com
* Text Domain: newspack-popups
* Domain Path: /languages
* Version: 2.23.0-alpha.4
* Version: 2.23.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.23.0-alpha.4",
"version": "2.23.0",
"main": "Gruntfile.js",
"author": "Automattic",
"scripts": {
Expand Down

0 comments on commit 5d9cd33

Please sign in to comment.