Update/create product block package (#39023)

* Add publish config

* Add changelog
This commit is contained in:
louwie17 2023-06-30 15:23:13 -03:00 committed by GitHub
parent 61a6fc618c
commit f8c6c43721
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

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

View File

@ -24,5 +24,8 @@
"bugs": {
"url": "https://github.com/woocommerce/woocommerce/issues"
},
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-product-editor-block-extensionv#readme"
"homepage": "https://github.com/woocommerce/woocommerce/tree/trunk/packages/js/create-product-editor-block-extensionv#readme",
"publishConfig": {
"access": "public"
}
}