Skip to content

Commit

Permalink
release: v0.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
winixt committed Jun 23, 2022
1 parent 0825218 commit 6ef00b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [0.5.13](https://github.com/WeBankFinTech/fes-design/compare/v0.5.12...v0.5.13) (2022-06-23)


### Bug Fixes

* Pagaintion组件按钮加入默认padding ([#187](https://github.com/WeBankFinTech/fes-design/issues/187)) ([1605d04](https://github.com/WeBankFinTech/fes-design/commit/1605d04ea538865a4b70dbc5ccbaf6baa628ae82))


### Features

* Upload添加tansformResponse处理请求和timeout配置 ([#189](https://github.com/WeBankFinTech/fes-design/issues/189)) ([0825218](https://github.com/WeBankFinTech/fes-design/commit/0825218bb74fff5988504da933068b9df1b1284f))



## [0.5.12](https://github.com/WeBankFinTech/fes-design/compare/v0.5.11...v0.5.12) (2022-06-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.12';
const version = '0.5.13';

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

0 comments on commit 6ef00b0

Please sign in to comment.