Skip to content

Commit

Permalink
release: v0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed May 23, 2022
1 parent 000af71 commit 7c7eb92
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.5](https://github.com/WeBankFinTech/fes-design/compare/v0.5.4...v0.5.5) (2022-05-23)


### Bug Fixes

* Ellipsis未渲染完毕时计算出是不tooltip,而实际上是需要tooltip ([#162](https://github.com/WeBankFinTech/fes-design/issues/162)) ([000af71](https://github.com/WeBankFinTech/fes-design/commit/000af71f1d80a9c6c358720eb76a98038c3411de))
* FSelectCascader 兼容 showPath 时未匹配到值的初始化展示 ([#161](https://github.com/WeBankFinTech/fes-design/issues/161)) ([85e6fdc](https://github.com/WeBankFinTech/fes-design/commit/85e6fdc3cfc0aec116cdebe278f6466b7e179341))



## [0.5.4](https://github.com/WeBankFinTech/fes-design/compare/v0.5.3...v0.5.4) (2022-05-20)


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.4';
const version = '0.5.5';

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

0 comments on commit 7c7eb92

Please sign in to comment.