From 141c12455e54e30740b3e3fbe92bb7b571ad2e8b Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Sun, 14 May 2023 22:48:20 +0200 Subject: [PATCH] docs(changelog): update changelog for 2023.05.14-77f2efc --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10259598..d0a1e826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## Version 2023.05.14-77f2efc + +### Features +- **list-converter**: a small converter who deals with column based data and do some stuff with it (#387) (83a7b3b) +- **new tool**: phone parser and normalizer (ce3150c) + +### Bug fixes +- **phone-parser**: use default country code (a43c546) +- **home**: prevent weird blue border on card (3f6c8f0) + +### Refactoring +- **ui**: replaced some n-input with c-input-text (77f2efc) + +### Chores +- **issues**: updated new tool request issue template (edae4c6) + +### Ui-lib +- **new-component**: added text input component in the c-lib (aad8d84) +- **button**: size variants (401f13f) + ## Version 2023.04.23-92bd835 ### Features