@wordpress/create-block-interactive-template 2.1.0 → 2.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.3.0 (2024-07-10)
6
+
7
+ ## 2.2.0 (2024-06-26)
8
+
5
9
  ## 2.1.0 (2024-06-15)
6
10
 
7
11
  ## 2.0.0 (2024-05-31)
@@ -20,7 +24,7 @@
20
24
 
21
25
  ## 1.17.0 (2024-03-21)
22
26
 
23
- ### Enhancement
27
+ ### Enhancements
24
28
 
25
29
  - Update the template to use `wp_interactivity_data_wp_context` for the context attribute ([#59995](https://github.com/WordPress/gutenberg/pull/59995)).
26
30
 
@@ -34,7 +38,7 @@
34
38
 
35
39
  ## 1.12.0 (2024-01-10)
36
40
 
37
- ### Enhancement
41
+ ### Enhancements
38
42
 
39
43
  - Update the template to use `viewModule` in block.json ([#57712](https://github.com/WordPress/gutenberg/pull/57712)).
40
44
 
@@ -49,7 +53,7 @@
49
53
 
50
54
  ## 1.10.0 (2023-11-29)
51
55
 
52
- ### Enhancement
56
+ ### Enhancements
53
57
 
54
58
  - Update `view.js` and `render.php` templates to the new `store()` API ([#56613](https://github.com/WordPress/gutenberg/pull/56613)).
55
59
 
@@ -69,6 +73,6 @@
69
73
 
70
74
  ## 1.2.0 (2023-08-10)
71
75
 
72
- ### Enhancement
76
+ ### Enhancements
73
77
 
74
78
  - Moves the `example` property into block.json by leveraging changes to create-block to now support `example` ([#52801](https://github.com/WordPress/gutenberg/pull/52801)).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/create-block-interactive-template",
3
- "version": "2.1.0",
3
+ "version": "2.3.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": "66d3bf12e67d16deddc4b4a9ec42e1d0bed3479a"
29
+ "gitHead": "122867d355ca4edc63d3a3bbd9411d3a2e1458df"
30
30
  }