Skip to content

Commit

Permalink
release: v0.8.58
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Jul 29, 2024
1 parent 121fcfa commit d56c80e
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.8.58](https://github.com/WeBankFinTech/fes-design/compare/v0.8.57...v0.8.58) (2024-07-29)


### Bug Fixes

* **Tabs:** 修复卡片式页签下超出容器宽度后样式异常的问题 ([#869](https://github.com/WeBankFinTech/fes-design/issues/869)) ([121fcfa](https://github.com/WeBankFinTech/fes-design/commit/121fcfaa8b9f9c4c85f729948f0e7b0408a34ae5))


### Features

* **Menu:** 增加 disabled 配置项 ([#868](https://github.com/WeBankFinTech/fes-design/issues/868)) ([8c32546](https://github.com/WeBankFinTech/fes-design/commit/8c32546b96a11a0734ce005ef5277fa9dbe351d5))



## [0.8.57](https://github.com/WeBankFinTech/fes-design/compare/v0.8.56...v0.8.57) (2024-07-19)


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.57';
const version = '0.8.58';

export default version;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fesjs/fes-design",
"type": "module",
"version": "0.8.57",
"version": "0.8.58",
"description": "fes-design for PC",
"main": "dist/fes-design.js",
"module": "es/index.js",
Expand Down

0 comments on commit d56c80e

Please sign in to comment.