From 1ef3235c0f4ae3a2eece19b514df6da71905c03e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Sep 2024 17:06:18 +0000 Subject: [PATCH] chore(release): 0.3.0 # [0.3.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.2.0...v0.3.0) (2024-09-26) ### Features * Add ThemeProvider and a story for the Theme component ([#11](https://github.com/bloomreach/limitless-ui-react/issues/11)) ([8c500dd](https://github.com/bloomreach/limitless-ui-react/commit/8c500dd848ebb443762b1087cdec478327b2f0d8)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da2aa2e..3a579be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.3.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.2.0...v0.3.0) (2024-09-26) + + +### Features + +* Add ThemeProvider and a story for the Theme component ([#11](https://github.com/bloomreach/limitless-ui-react/issues/11)) ([8c500dd](https://github.com/bloomreach/limitless-ui-react/commit/8c500dd848ebb443762b1087cdec478327b2f0d8)) + # [0.2.0](https://github.com/bloomreach/limitless-ui-react/compare/v0.1.0...v0.2.0) (2024-09-24) diff --git a/package.json b/package.json index 2b19c79..8fbfb4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bloomreach/limitless-ui-react", - "version": "0.2.0", + "version": "0.3.0", "repository": { "type": "git", "url": "git+https://github.com/bloomreach/limitless-ui-react.git"