From 5ddc3ba43b4e3550c4896cd5effc20cd2a9dd9ef Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 3 May 2020 16:48:35 -0700 Subject: [PATCH] chore(changelog): v0.5.1 notes --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee4b1087..d2976c5c 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.5.1](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.5.1) - 2020-05-03 + +- Fix focus/dispatch bug in `Modal`, `ComposedModal` + ([PR#173](https://github.com/IBM/carbon-components-svelte/pull/173), thanks [@mfeitoza](https://github.com/mfeitoza)!) + ## [0.5.0](https://github.com/IBM/carbon-components-svelte/releases/tag/v0.5.0) - 2020-04-29 - Ship `DataTable` that supports sorting