@wordpress/create-block-interactive-template 2.6.0 → 2.7.0

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
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.7.0 (2024-09-05)
6
+
7
+ ### Enhancements
8
+
9
+ - Set the minimum supported WordPress version to 6.6 to make it work seamlessly with the latest version of `@wordpress/scripts` package ([#64920](https://github.com/WordPress/gutenberg/pull/64920)).
10
+
5
11
  ## 2.6.0 (2024-08-21)
6
12
 
7
13
  ## 2.5.0 (2024-08-07)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/create-block-interactive-template",
3
- "version": "2.6.0",
3
+ "version": "2.7.0",
4
4
  "description": "Template for @wordpress/create-block to create interactive blocks with the Interactivity API.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -26,5 +26,5 @@
26
26
  "publishConfig": {
27
27
  "access": "public"
28
28
  },
29
- "gitHead": "ab9564947967bb3f00343130954b9efacba6cdd7"
29
+ "gitHead": "c90d920de07c53dff82c5914635b56fafa503b7f"
30
30
  }
@@ -8,7 +8,7 @@
8
8
  * Description: {{description}}
9
9
  {{/description}}
10
10
  * Version: {{version}}
11
- * Requires at least: 6.1
11
+ * Requires at least: 6.6
12
12
  * Requires PHP: 7.0
13
13
  {{#author}}
14
14
  * Author: {{author}}
@@ -3,7 +3,7 @@
3
3
  Contributors: {{author}}
4
4
  {{/author}}
5
5
  Tags: block
6
- Tested up to: 6.1
6
+ Tested up to: 6.6
7
7
  Stable tag: {{version}}
8
8
  {{#license}}
9
9
  License: {{license}}