Skip to content

Commit b0ad4a9

Browse files
chore(release): 2.2.0-alpha.4 [skip ci]
# [2.2.0-alpha.4](v2.2.0-alpha.3...v2.2.0-alpha.4) (2023-07-13) ### Bug Fixes * **perfmatters:** add TEC CSS to excluded stylesheets ([#2554](#2554)) ([8c9b5ed](8c9b5ed))
1 parent bd2b07c commit b0ad4a9

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [2.2.0-alpha.4](https://github.com/Automattic/newspack-plugin/compare/v2.2.0-alpha.3...v2.2.0-alpha.4) (2023-07-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **perfmatters:** add TEC CSS to excluded stylesheets ([#2554](https://github.com/Automattic/newspack-plugin/issues/2554)) ([8c9b5ed](https://github.com/Automattic/newspack-plugin/commit/8c9b5eddf40b266c35b1a81f90bdbb97cb261ae5))
7+
18
## [2.1.3](https://github.com/Automattic/newspack-plugin/compare/v2.1.2...v2.1.3) (2023-07-13)
29

310

newspack.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: Newspack
44
* Description: An advanced open-source publishing and revenue-generating platform for news organizations.
5-
* Version: 2.1.3
5+
* Version: 2.2.0-alpha.4
66
* Author: Automattic
77
* Author URI: https://newspack.com/
88
* License: GPL2
@@ -14,7 +14,7 @@
1414

1515
defined( 'ABSPATH' ) || exit;
1616

17-
define( 'NEWSPACK_PLUGIN_VERSION', '2.1.3' );
17+
define( 'NEWSPACK_PLUGIN_VERSION', '2.2.0-alpha.4' );
1818

1919
// Load language files.
2020
load_plugin_textdomain( 'newspack-plugin', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newspack",
3-
"version": "2.1.3",
3+
"version": "2.2.0-alpha.4",
44
"description": "The Newspack plugin. https://newspack.com",
55
"bugs": {
66
"url": "https://github.com/Automattic/newspack-plugin/issues"

0 commit comments

Comments
 (0)