From d4c32ff824f1e13db9f659b24dacb18a25cd9b81 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Jul 2024 17:19:26 +0000 Subject: [PATCH] chore(release): 10.2.10 [skip ci] ## [10.2.10](https://github.com/nulogy/design-system/compare/v10.2.9...v10.2.10) (2024-07-24) ### Bug Fixes * Improve types for the PrimaryButton component ([#1429](https://github.com/nulogy/design-system/issues/1429)) ([d3bb61c](https://github.com/nulogy/design-system/commit/d3bb61c0ca95530e2d254dafcef8be6399db9c2d)) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccaf4ec1b..e9eac8238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.2.10](https://github.com/nulogy/design-system/compare/v10.2.9...v10.2.10) (2024-07-24) + + +### Bug Fixes + +* Improve types for the PrimaryButton component ([#1429](https://github.com/nulogy/design-system/issues/1429)) ([d3bb61c](https://github.com/nulogy/design-system/commit/d3bb61c0ca95530e2d254dafcef8be6399db9c2d)) + ## [10.2.9](https://github.com/nulogy/design-system/compare/v10.2.8...v10.2.9) (2024-07-03)