From 39a9b76534e4f2612ae9fbdc7e89b0bba118383c Mon Sep 17 00:00:00 2001 From: hyochan Date: Thu, 15 Oct 2020 01:43:30 +0900 Subject: [PATCH] Update Changelog --- CHANGELOGS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 884c67a90..6e7b14e88 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,5 +1,15 @@ ## Changelogs +- **[0.0.23]** + + - Renamed CheckBox dir to Checkbox and fix import error. + - Type enhancement on [Badge] [#359](https://github.com/dooboolab/dooboo-ui/pull/359) + +- **[0.0.22]** + + - Major refactoring on [Button], [EditText] and various works given by contributions. Fixes import bug on [Checkbox]. Move [PinchZoom] and [DatePicker] to packages. + Reorganize assets for main and packages. For packages, it should go inside its root while main direct to \_\_assets in the same dir. + - **[0.0.21]** - Upgrade expo sdk to 39 which has reac-native version of 0.63+ [#355](https://github.com/dooboolab/dooboo-ui/pull/355)