From 456d99d319c4d9b9fe5ecd20ebe0799c88f7323a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 11 Dec 2024 16:48:57 +0000 Subject: [PATCH] chore(release): 3.0.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f114e07..a2900e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.0.0](https://github.com/input-output-hk/lace-ui-toolkit/compare/v2.0.0...v3.0.0) (2024-12-11) + + +* feat!: make token amount details configurable [LW-11733] ([bfab9e7](https://github.com/input-output-hk/lace-ui-toolkit/commit/bfab9e7440ecbe022706e75b093fcfce4d066172)) + + +### BREAKING CHANGES + +* TokenAmount props changed from a simple fiatPrice prop +to a more flexible "details" prop which can further be customized by +passing "detailsColor" and "detailsWeight" to cover more scenarios + # [2.0.0](https://github.com/input-output-hk/lace-ui-toolkit/compare/v1.24.0...v2.0.0) (2024-11-21) # [1.24.0](https://github.com/input-output-hk/lace-ui-toolkit/compare/v1.23.0...v1.24.0) (2024-10-18) diff --git a/package.json b/package.json index 87aaf8d..30f99be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@input-output-hk/lace-ui-toolkit", - "version": "2.0.0", + "version": "3.0.0", "description": "Lace UI Toolkit", "homepage": "https://github.com/input-output-hk/lace-ui-toolkit/blob/main/README.md", "bugs": {