From 83704b56db501dcb08338013aea7c66c0cbb82e2 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Tue, 28 May 2024 20:41:55 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a0=20=E2=86=92=200.2.0a1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index 80505ea..14834cd 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0a0" +version = "0.2.0a1" version_files = [ ".cz.toml:version", "package.json:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index d05d417..78f6f8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.0a1 (2024-05-28) + +### Fix + +- restructure components, fix storybook + ## 0.2.0a0 (2024-05-27) ### Feat diff --git a/package.json b/package.json index 084aff5..259f7de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotosm/ui", - "version": "0.2.0a0", + "version": "0.2.0a1", "description": "Shared UI components with theming for use across HOTOSM tools.", "type": "module", "engines": {