Prepare create-product-editor-block for 1.3.0 (#42844)
This commit is contained in:
parent
12572ce08c
commit
2f8ac30097
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.3.0](https://www.npmjs.com/package/@woocommerce/create-product-editor-block/v/1.3.0) - 2023-12-14
|
||||||
|
|
||||||
|
- Minor - Update template to use new function register_block_type_from_metadata [#42711]
|
||||||
|
|
||||||
## [1.2.0](https://www.npmjs.com/package/@woocommerce/create-product-editor-block/v/1.2.0) - 2023-12-07
|
## [1.2.0](https://www.npmjs.com/package/@woocommerce/create-product-editor-block/v/1.2.0) - 2023-12-07
|
||||||
|
|
||||||
- Patch - Add __experimentalRole: 'content' to block properties [#41045]
|
- Patch - Add __experimentalRole: 'content' to block properties [#41045]
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
Significance: minor
|
|
||||||
Type: update
|
|
||||||
|
|
||||||
Update template to use new function register_block_type_from_metadata
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@woocommerce/create-product-editor-block",
|
"name": "@woocommerce/create-product-editor-block",
|
||||||
"version": "1.2.0",
|
"version": "1.3.0",
|
||||||
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
|
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
|
||||||
"author": "Automattic",
|
"author": "Automattic",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
|
|
Loading…
Reference in New Issue