From be142adb3bad72cebc1e72704855328957ebd190 Mon Sep 17 00:00:00 2001 From: alycejenni Date: Tue, 13 Feb 2024 13:50:00 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.7.0=20=E2=86=92=200.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.cz.json b/.cz.json index 8a7352f..8e3d8c2 100644 --- a/.cz.json +++ b/.cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_nhm", - "version": "0.7.0", + "version": "0.8.0", "tag_format": "v$version", "update_changelog_on_bump": true, "changelog_incremental": true, diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4971c..0fc2601 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## v0.8.0 (2024-02-13) + +### Feature + +- add tabs component + +### Fix + +- fix option sorting based on order + +### Refactor + +- move buttons into separate folder + +### Docs + +- **storybook**: improve docs for buttons in storybook + +### Chores/Misc + +- build dist package +- build dist package + ## v0.7.0 (2024-01-12) ### Feature diff --git a/package.json b/package.json index 8a06956..82c48dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nhm-data/zoa", - "version": "0.7.0", + "version": "0.8.0", "description": "UI toolkit for the NHM Data Portal.", "homepage": "https://github.com/NaturalHistoryMuseum/zoa", "bugs": {