Prepare block templates package for release (#41707)
This commit is contained in:
parent
8397478c61
commit
2b60fd5e83
|
@ -1,3 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.0.0](https://www.npmjs.com/package/@woocommerce/block-templates/v/1.0.0) - 2023-11-27
|
||||
|
||||
- Minor - New product editor: Disable focus on root blocks, fixing unnecessary tab between fields in new product editor [#41436]
|
||||
- Minor - Add conditional visibility support to registered blocks. [#40722]
|
||||
- Minor - Initial version of @woocommerce/block-templates package. Adds registerWooBlockType and useWooBlockProps. [#40263]
|
||||
- Minor - Use _templateBlockDisableConditions attribute to evaluate disabled attribute [#41307]
|
||||
|
||||
[See legacy changelogs for previous versions](https://github.com/woocommerce/woocommerce/blob/68581955106947918d2b17607a01bdfdf22288a9/packages/js/block-templates/CHANGELOG.md).
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Just changing package.json command for lint
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Just updating dependencies in prep for a future PR (to figure out why these are breaking the build).
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Use _templateBlockDisableConditions attribute to evaluate disabled attribute
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Initial version of @woocommerce/block-templates package. Adds registerWooBlockType and useWooBlockProps.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add conditional visibility support to registered blocks.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
New product editor: Disable focus on root blocks, fixing unnecessary tab between fields in new product editor
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
Comment: Fix typo
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is just a change to developer commands.
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@woocommerce/block-templates",
|
||||
"version": "1.0.0-beta.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Utilities for working with block templates in WooCommerce admin.",
|
||||
"author": "Automattic",
|
||||
"license": "GPL-2.0-or-later",
|
||||
|
|
Loading…
Reference in New Issue