Skip to content

Commit

Permalink
release: v0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Mar 21, 2022
1 parent 837e709 commit a2e7c75
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.3.10](https://github.com/WeBankFinTech/fes-design/compare/v0.3.9...v0.3.10) (2022-03-21)


### Bug Fixes

* 暴露 formItem 的 validate 事件 ([67982d2](https://github.com/WeBankFinTech/fes-design/commit/67982d284f68904a0e1d292af63b0acf05aa5a9c))
* input触发表单的input事件 ([a57bb51](https://github.com/WeBankFinTech/fes-design/commit/a57bb5119026192554c5eda8d863e3a3681e9c8f))


### Features

* prop支持属性选择 ([60f21f2](https://github.com/WeBankFinTech/fes-design/commit/60f21f22f6d3998a29545724626930cb4d3c98ad))



## [0.3.9](https://github.com/WeBankFinTech/fes-design/compare/v0.3.8...v0.3.9) (2022-03-18)


Expand Down
2 changes: 1 addition & 1 deletion components/version/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const version = '0.3.9';
const version = '0.3.10';

export default version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fesjs/fes-design",
"version": "0.3.9",
"version": "0.3.10",
"description": "fes-design for PC",
"main": "dist/fes-design.js",
"module": "es/index.js",
Expand Down

0 comments on commit a2e7c75

Please sign in to comment.