From a9cce9746d4ab74d8e337c39bef496d5fe1acce9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 14 Feb 2025 21:05:08 +0000 Subject: [PATCH] chore(release): 0.10.3 [skip ci] --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7b101b..65dc043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [0.10.3](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.10.2...v0.10.3) (2025-02-14) + + +### Bug Fixes + +* theme config ([36199f2](https://github.com/chingu-x/chingu-dashboard-components/commit/36199f257c62e5932c2307e0e23a7bb8b67044dd)) +* theme config ([7bd411b](https://github.com/chingu-x/chingu-dashboard-components/commit/7bd411b59adc522cdf1837041463f1bae72f199e)) + ## [0.10.2](https://github.com/chingu-x/chingu-dashboard-components/compare/v0.10.1...v0.10.2) (2025-02-14) diff --git a/package.json b/package.json index c84bbcc..050fe06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chingu-x/components", - "version": "0.10.2", + "version": "0.10.3", "description": "Component library for Chingu dashboard projects", "module": "dist/index.js", "type": "module",