@wordpress/create-block-interactive-template 2.1.0 → 2.2.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 +6 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.2.0 (2024-06-26)
6
+
5
7
  ## 2.1.0 (2024-06-15)
6
8
 
7
9
  ## 2.0.0 (2024-05-31)
@@ -20,7 +22,7 @@
20
22
 
21
23
  ## 1.17.0 (2024-03-21)
22
24
 
23
- ### Enhancement
25
+ ### Enhancements
24
26
 
25
27
  - Update the template to use `wp_interactivity_data_wp_context` for the context attribute ([#59995](https://github.com/WordPress/gutenberg/pull/59995)).
26
28
 
@@ -34,7 +36,7 @@
34
36
 
35
37
  ## 1.12.0 (2024-01-10)
36
38
 
37
- ### Enhancement
39
+ ### Enhancements
38
40
 
39
41
  - Update the template to use `viewModule` in block.json ([#57712](https://github.com/WordPress/gutenberg/pull/57712)).
40
42
 
@@ -49,7 +51,7 @@
49
51
 
50
52
  ## 1.10.0 (2023-11-29)
51
53
 
52
- ### Enhancement
54
+ ### Enhancements
53
55
 
54
56
  - Update `view.js` and `render.php` templates to the new `store()` API ([#56613](https://github.com/WordPress/gutenberg/pull/56613)).
55
57
 
@@ -69,6 +71,6 @@
69
71
 
70
72
  ## 1.2.0 (2023-08-10)
71
73
 
72
- ### Enhancement
74
+ ### Enhancements
73
75
 
74
76
  - 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.2.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": "aa5b14bb5bdbb8d8a02914e154c3bc1c2f18ace6"
30
30
  }