From eeea25b7971b4e4a88a049146080f8c2dfefcc5d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sat, 9 May 2020 07:30:37 -0700 Subject: [PATCH] chore(changelog): v0.6.2 notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79bad7f..3de2e491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Selectable/expandable `DataTable` +## [0.6.2](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.6.2) - 2020-05-09 + +- Fix `tileMaxHeight` bug in `ExpandableTile` by setting the value only if the default value is 0 + ([Issue #180](https://github.com/IBM/carbon-components-svelte/issues/180)) + ## [0.6.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.6.1) - 2020-05-08 - Fix `Pagination` bug by binding the correct variable (`selected`) to the `Select` component