Prepare block templates package for release (#41707)

This commit is contained in:
louwie17 2023-11-27 14:09:54 -04:00 committed by GitHub
parent 8397478c61
commit 2b60fd5e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 36 deletions

View File

@ -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).

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: Just changing package.json command for lint

View File

@ -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).

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Use _templateBlockDisableConditions attribute to evaluate disabled attribute

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Initial version of @woocommerce/block-templates package. Adds registerWooBlockType and useWooBlockProps.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add conditional visibility support to registered blocks.

View File

@ -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

View File

@ -1,5 +0,0 @@
Significance: patch
Type: tweak
Comment: Fix typo

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This is just a change to developer commands.

View File

@ -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",