Prepare Packages for Release (#34299)

Automated change: Prep @woocommerce/components for release.

Co-authored-by: ilyasfoo <ilyasfoo@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-08-12 16:05:13 +08:00 committed by GitHub
parent 6a95d3ee93
commit 3e7c2e52cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 30 deletions

View File

@ -2,6 +2,15 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [10.3.0](https://www.npmjs.com/package/@woocommerce/components/v/10.3.0) - 2022-08-12
- Patch - Added in missing TS definitions in package.json [#34279]
- Patch - fixed button rendering for 1 step tour which was not showing completion button due to bug in logic [#34279]
- Minor - Adding basic CollapsibleContent component. [#34279]
- Minor - Add the use of a context provider for the Form component. #34082 [#34279]
- Minor - Update types for Form component and allow Form state to be reset. [#34279]
- Minor - Removed Step 1 of 1 step description for 1 step tours [#34279]
## [10.2.1](https://www.npmjs.com/package/@woocommerce/components/v/10.2.1) - 2022-07-19
- Patch - Fix missing text domain

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Update types for Form component and allow Form state to be reset.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add the use of a context provider for the Form component. #34082

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Adding basic CollapsibleContent component.

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Package scripts were modified to support simplified running of turbo commands in the monorepo.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
fixed button rendering for 1 step tour which was not showing completion button due to bug in logic

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Added in missing TS definitions in package.json

View File

@ -1,4 +0,0 @@
Significance: minor
Type: tweak
Removed Step 1 of 1 step description for 1 step tours

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/components",
"version": "10.2.1",
"version": "10.3.0",
"description": "UI components for WooCommerce.",
"author": "Automattic",
"license": "GPL-3.0-or-later",