Skip to content

Commit

Permalink
release: v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Jun 20, 2022
1 parent c5c123d commit b4c6475
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.12](https://github.com/WeBankFinTech/fes-design/compare/v0.5.11...v0.5.12) (2022-06-20)


### Bug Fixes

* 修复Upload拖拽上传未配置accpet都会被拦截问题 ([c5c123d](https://github.com/WeBankFinTech/fes-design/commit/c5c123d6c12f4913ce9c13e85ad14b6965e69600))
* 修复多级表头无法正确显示问题 ([#185](https://github.com/WeBankFinTech/fes-design/issues/185)) ([cbc763d](https://github.com/WeBankFinTech/fes-design/commit/cbc763d99c7af241011f1317bbd2cbc61dbe86bd))



## [0.5.11](https://github.com/WeBankFinTech/fes-design/compare/v0.5.10...v0.5.11) (2022-06-17)


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.11';
const version = '0.5.12';

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

0 comments on commit b4c6475

Please sign in to comment.