chore(release): 0.0.2

This commit is contained in:
xuqingkai 2023-08-18 18:51:24 +08:00
parent e985eec614
commit 52e5333c92
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
# 更新日志
### [0.0.2](https://github.com/Moonofweisheng/wot-design-uni/compare/v0.0.1...v0.0.2) (2023-08-18)
### 🐛 Bug Fixes | Bug 修复
* 🐛 修复CheckBoxGroup组件的disabled属性作用在子组件上失效的问题 ([1bab820](https://github.com/Moonofweisheng/wot-design-uni/commit/1bab820c0335c89e099c597caa47af16bb998d83))
### 0.0.1 (2023-08-16)

View File

@ -1,6 +1,6 @@
{
"name": "wot-design-uni",
"version": "0.0.1",
"version": "0.0.2",
"scripts": {
"dev:app": "uni -p app",
"dev:app-android": "uni -p app-android",