From 5463b6d6c345617ec3df5f710a6111f1f15b4c04 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 29 May 2024 19:44:07 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a2=20=E2=86=92=200.2.0a3?= 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 b81f12a..fc40b48 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.2.0a2" +version = "0.2.0a3" version_files = [ ".cz.toml:version", "package.json:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 593875a..b118977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.2.0a3 (2024-05-29) + +### Feat + +- add matomo tracking banner & standard button components + ## 0.2.0a2 (2024-05-29) ## 0.2.0a1 (2024-05-28) diff --git a/package.json b/package.json index 410c713..22171ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotosm/ui", - "version": "0.2.0a2", + "version": "0.2.0a3", "description": "Shared UI components with theming for use across HOTOSM tools.", "type": "module", "engines": {