Skip to content

Commit

Permalink
release: v0.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Jul 5, 2022
1 parent 29ea579 commit 6236c86
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.5.15](https://github.com/WeBankFinTech/fes-design/compare/v0.5.14...v0.5.15) (2022-07-05)


### Bug Fixes

* 修复Select等组件多选时gap样式兼容性差问题 ([#195](https://github.com/WeBankFinTech/fes-design/issues/195)) ([29ea579](https://github.com/WeBankFinTech/fes-design/commit/29ea579fb747019cf95fe30a5d7e2b5aea486437))
* datePicker range 样式问题 ([#194](https://github.com/WeBankFinTech/fes-design/issues/194)) ([01dad24](https://github.com/WeBankFinTech/fes-design/commit/01dad24a808c36d8f7815cc689e2eeb0582ab672))



## [0.5.14](https://github.com/WeBankFinTech/fes-design/compare/v0.5.13...v0.5.14) (2022-06-29)


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.5.14';
const version = '0.5.15';

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.5.14",
"version": "0.5.15",
"description": "fes-design for PC",
"main": "dist/fes-design.js",
"module": "es/index.js",
Expand Down

0 comments on commit 6236c86

Please sign in to comment.