@automattic/newspack-blocks 1.58.0 → 1.58.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## [1.58.1](https://github.com/Automattic/newspack-blocks/compare/v1.58.0...v1.58.1) (2022-10-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * linter errors caused by $sponsor_classes ([#1286](https://github.com/Automattic/newspack-blocks/issues/1286)) ([21c6545](https://github.com/Automattic/newspack-blocks/commit/21c65453d66c5e279a8f258c83bf4851bb072236))
7
+ * make sure sponsor flag previews in editor ([#1279](https://github.com/Automattic/newspack-blocks/issues/1279)) ([e63c3ab](https://github.com/Automattic/newspack-blocks/commit/e63c3ab04b0b01545f54a6c8df741e3b7f082cd8))
8
+
9
+ ## [1.58.1-alpha.1](https://github.com/Automattic/newspack-blocks/compare/v1.58.0...v1.58.1-alpha.1) (2022-10-06)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * linter errors caused by $sponsor_classes ([#1286](https://github.com/Automattic/newspack-blocks/issues/1286)) ([21c6545](https://github.com/Automattic/newspack-blocks/commit/21c65453d66c5e279a8f258c83bf4851bb072236))
15
+ * make sure sponsor flag previews in editor ([#1279](https://github.com/Automattic/newspack-blocks/issues/1279)) ([e63c3ab](https://github.com/Automattic/newspack-blocks/commit/e63c3ab04b0b01545f54a6c8df741e3b7f082cd8))
16
+
1
17
  # [1.58.0](https://github.com/Automattic/newspack-blocks/compare/v1.57.0...v1.58.0) (2022-09-27)
2
18
 
3
19
 
package/composer.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "phpcompatibility/phpcompatibility-wp": "*",
13
13
  "sirbrillig/phpcs-variable-analysis": "^2.10",
14
14
  "yoast/phpunit-polyfills": "^1.0",
15
- "phpunit/phpunit": "^7.0"
15
+ "phpunit/phpunit": "^7.0 || ^9.5"
16
16
  },
17
17
  "license": "GPL-3.0-or-later",
18
18
  "scripts": {
@@ -35,6 +35,9 @@
35
35
  }
36
36
  },
37
37
  "config": {
38
+ "platform": {
39
+ "php": "7.4"
40
+ },
38
41
  "allow-plugins": {
39
42
  "composer/installers": true,
40
43
  "dealerdirect/phpcodesniffer-composer-installer": true