Skip to content

Commit

Permalink
release: v0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Oct 8, 2023
1 parent a7aad88 commit b471ae6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [0.8.10](https://github.com/WeBankFinTech/fes-design/compare/v0.8.9...v0.8.10) (2023-10-08)


### Bug Fixes

* **drawer:** 解决无标题情况下,关闭按钮不可点击的问题 ([#484](https://github.com/WeBankFinTech/fes-design/issues/484)) ([a7aad88](https://github.com/WeBankFinTech/fes-design/commit/a7aad88b127be86be2510e80718258c338964b14))
* **table:** 解决设置height时,高度误差问题 ([#483](https://github.com/WeBankFinTech/fes-design/issues/483)) ([665eb39](https://github.com/WeBankFinTech/fes-design/commit/665eb392fc4e7231b8111a36d1c7e6a6a0b2bab3))


### Features

* **upload:** 增加 clearFiles、addFile、removeFile 方法,支持覆盖上传 ([#482](https://github.com/WeBankFinTech/fes-design/issues/482)) ([a91a18a](https://github.com/WeBankFinTech/fes-design/commit/a91a18a0459f66539b77af4b8511ddcb1dd96985))



## [0.8.9](https://github.com/WeBankFinTech/fes-design/compare/v0.8.8...v0.8.9) (2023-09-26)


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.8.9';
const version = '0.8.10';

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

0 comments on commit b471ae6

Please sign in to comment.