Skip to content

Commit

Permalink
release: v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Apr 7, 2022
1 parent 6114401 commit 36291c8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [0.4.1](https://github.com/WeBankFinTech/fes-design/compare/v0.4.0...v0.4.1) (2022-04-07)


### Features

* ellipsis新增定制Tooltip功能 ([#90](https://github.com/WeBankFinTech/fes-design/issues/90)) ([0a70dab](https://github.com/WeBankFinTech/fes-design/commit/0a70dabb97a19cdd7a0afe1410b378c0a1f516de))
* modal confirm 开放 closable ([5c04bcd](https://github.com/WeBankFinTech/fes-design/commit/5c04bcddd494f3f02da710af1d47d1969da28125))
* Table组件提供API 展开关闭行([#96](https://github.com/WeBankFinTech/fes-design/issues/96)) ([81ead27](https://github.com/WeBankFinTech/fes-design/commit/81ead273691c27db88bc3c5038b3d8a3574527a3))



# [0.4.0](https://github.com/WeBankFinTech/fes-design/compare/v0.3.12...v0.4.0) (2022-03-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.4.0';
const version = '0.4.1';

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

0 comments on commit 36291c8

Please sign in to comment.