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:
parent
6a95d3ee93
commit
3e7c2e52cd
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Update types for Form component and allow Form state to be reset.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add the use of a context provider for the Form component. #34082
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Adding basic CollapsibleContent component.
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Package scripts were modified to support simplified running of turbo commands in the monorepo.
|
||||
|
||||
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Added in missing TS definitions in package.json
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: tweak
|
||||
|
||||
Removed Step 1 of 1 step description for 1 step tours
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue