From f658dbe4291e3ce49d3d88ecaf0a543dbf441098 Mon Sep 17 00:00:00 2001 From: xuqingkai Date: Mon, 26 Feb 2024 13:23:39 +0800 Subject: [PATCH] chore(release): 0.3.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27c095739..058f4baef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # 更新日志 +### [0.3.1](https://github.com/Moonofweisheng/wot-design-uni/compare/v0.3.0...v0.3.1) (2024-02-26) + + +### 🐛 Bug Fixes | Bug 修复 + +* 🐛 修复大尺寸checkbox选中样式异常的问题 ([413cf3b](https://github.com/Moonofweisheng/wot-design-uni/commit/413cf3b6a04358bca5284704d750cfd224c1d277)) + ## [0.3.0](https://github.com/Moonofweisheng/wot-design-uni/compare/v0.2.23...v0.3.0) (2024-02-21) diff --git a/package.json b/package.json index db789f3d8..d06ea9516 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wot-design-uni", - "version": "0.3.0", + "version": "0.3.1", "repository": { "type": "git", "url": "https://github.com/Moonofweisheng/wot-design-uni.git"