From 1fee7f2b574506196bcc9c2524fc8a784231107b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 21 Nov 2024 00:07:35 +0000 Subject: [PATCH] chore(release): 0.10.0 # [0.10.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.9.0...v0.10.0) (2024-11-21) ### Features * Add a dark theme to the showcase ([#33](https://github.com/bloomreach/limitless-ui-react/issues/33)) ([2e99731](https://github.com/bloomreach/limitless-ui-react/commit/2e99731d3ba8585052197d36591ebda614380af3)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09a4b0c..b6b8448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.10.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.9.0...v0.10.0) (2024-11-21) + + +### Features + +* Add a dark theme to the showcase ([#33](https://github.com/bloomreach/limitless-ui-react/issues/33)) ([2e99731](https://github.com/bloomreach/limitless-ui-react/commit/2e99731d3ba8585052197d36591ebda614380af3)) + # [0.9.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.8.0...v0.9.0) (2024-11-20) diff --git a/package.json b/package.json index d0564b9..d6d6401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bloomreach/limitless-ui-react", - "version": "0.9.0", + "version": "0.10.0", "repository": { "type": "git", "url": "git+https://github.com/bloomreach/limitless-ui-react.git"