From 04586b52d81b706767f08976da0f080e19f88e38 Mon Sep 17 00:00:00 2001 From: Ricco Xie Date: Thu, 22 Jun 2023 14:16:41 +0800 Subject: [PATCH] chore(release): v0.10.3 --- CHANGELOG.md | 7 +++++++ packages/tailwind/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba3fe3..bfbe7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.3](https://github.com/sira-design/sira/compare/v0.10.2...v0.10.3) (2023-06-22) + + +### Bug Fixes + +* button height fit & outline padding. ([d3fa4e0](https://github.com/sira-design/sira/commit/d3fa4e0c9cfb438eabc9e91885861978e210f9b5)) + ## [0.10.2](https://github.com/sira-design/sira/compare/v0.10.1...v0.10.2) (2023-06-22) diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 2b0d117..fc48bc4 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@sira-ui/tailwind", - "version": "0.10.2", + "version": "0.10.3", "description": "Sira UI - Tailwind CSS components version", "repository": { "type": "git",