Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2021-09-13 15:02:57 -03:00 committed by GitHub
parent 7b9c721c16
commit f9ac95b5e5
3 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Unreleased
# 2.0.2
# 2.0.3
- Adjust task-item css class to prevent css conflicts. #7593
- Update task-item logic to only display content when expanded is true. #7611

View File

@ -1,6 +1,6 @@
{
"name": "@woocommerce/experimental",
"version": "2.0.2",
"version": "2.0.3",
"description": "WooCommerce experimental components.",
"author": "Automattic",
"license": "GPL-3.0-or-later",

View File

@ -2,6 +2,7 @@
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "src",
"outDir": "build-module"
"outDir": "build-module",
"target": "es2019"
}
}