Prepare for @woocommerce/create-product-editor-block release 1.2.0 (#41951)

* Add changelog for 1.2.0

* Add additional changelog
This commit is contained in:
Nathan Silveira 2023-12-08 10:11:51 -03:00 committed by GitHub
parent cf33d1a31c
commit a91683b9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 26 deletions

View File

@ -2,6 +2,14 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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 - Bump required PHP version to 7.4 [#39820]
- Minor - Update to use the template API. [#39993]
- Minor - Update pnpm to 8.6.7 [#39245]
- Minor - Add @woocommerce/product-editor as an npm devDependency and use useWooBlockProps hook [#41886]
## [1.1.0](https://www.npmjs.com/package/@woocommerce/create-product-editor-block/v/1.1.0) - 2023-06-29
- Minor - Update pnpm monorepo-wide to 8.6.5 [#38990]
@ -10,3 +18,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Minor - Initial version of @woocommerce/create-product-editor-block [#38263]
- Minor - Do not add script prop to generated block.json [#38496]
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/create-product-editor-block/CHANGELOG.md).

View File

@ -1,4 +0,0 @@
Significance: patch
Type: add
Add __experimentalRole: 'content' to block properties

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add @woocommerce/product-editor as an npm devDependency and use useWooBlockProps hook

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Bump required PHP version to 7.4

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm to 8.6.7

View File

@ -1,5 +0,0 @@
Significance: patch
Type: tweak
Comment: Updated package.json to include publishConfig, which was needed for initial bootstrap.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Update to use the template API.

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/create-product-editor-block",
"version": "1.1.0",
"version": "1.2.0",
"description": "A template to be used with `@wordpress/create-block` to create a Product Editor block.",
"author": "Automattic",
"license": "GPL-3.0-or-later",