diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aab044d..9bb13c56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [3.1.1](https://github.com/Automattic/newspack-popups/compare/v3.1.0...v3.1.1) (2024-11-11) + + +### Bug Fixes + +* prevent extra scrollbar ([#1354](https://github.com/Automattic/newspack-popups/issues/1354)) ([5138051](https://github.com/Automattic/newspack-popups/commit/5138051e2b0ff4a7010b872546a799ab87a36498)) +* remove inline-block display type ([#1356](https://github.com/Automattic/newspack-popups/issues/1356)) ([d2b0f21](https://github.com/Automattic/newspack-popups/commit/d2b0f211d1bd66fbae3862a3f38d4e8dc2507c89)) + # [3.1.0](https://github.com/Automattic/newspack-popups/compare/v3.0.1...v3.1.0) (2024-10-08) diff --git a/newspack-popups.php b/newspack-popups.php index 0d8736c1..0fcd4f57 100755 --- a/newspack-popups.php +++ b/newspack-popups.php @@ -7,7 +7,7 @@ * Author URI: https://newspack.com * Text Domain: newspack-popups * Domain Path: /languages - * Version: 3.1.1-alpha.1 + * Version: 3.1.1 * * @package Newspack_Popups */ diff --git a/package-lock.json b/package-lock.json index 374e04f8..22fee1bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newspack-popups", - "version": "3.1.0", + "version": "3.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "newspack-popups", - "version": "3.1.0", + "version": "3.1.1", "dependencies": { "classnames": "^2.5.1", "intersection-observer": "^0.12.2", diff --git a/package.json b/package.json index 5be35b89..99692771 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newspack-popups", - "version": "3.1.0", + "version": "3.1.1", "author": "Automattic", "scripts": { "cm": "newspack-scripts commit",