From a9ac4976754d4ac0385f4060c94d490f8471ed0f Mon Sep 17 00:00:00 2001 From: Ricco Xie Date: Thu, 2 Feb 2023 21:20:20 +0800 Subject: [PATCH] chore(release): v0.0.6 --- CHANGELOG.md | 7 +++++++ packages/tailwind/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ef685..2f88ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/riccox/sira/compare/v0.0.5...v0.0.6) (2023-02-02) + + +### Performance Improvements + +* adjust badge & switch component size params ([7eb4b36](https://github.com/riccox/sira/commit/7eb4b364b405c0ca1bd6dfa6d0f628cc31387bf9)) + ## [0.0.5](https://github.com/riccox/sira/compare/v0.0.4...v0.0.5) (2023-02-01) diff --git a/packages/tailwind/package.json b/packages/tailwind/package.json index 423ea20..4073eae 100644 --- a/packages/tailwind/package.json +++ b/packages/tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@sira-ui/tailwind", - "version": "0.0.5", + "version": "0.0.6", "description": "Sira UI - Tailwind CSS components version", "repository": { "type": "git",