Skip to content

Commit

Permalink
release: v0.8.56
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Jul 2, 2024
1 parent 17ba054 commit 4819051
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.8.56](https://github.com/WeBankFinTech/fes-design/compare/v0.8.55...v0.8.56) (2024-07-02)


### Bug Fixes

* 修复menu可能打开多个子菜单问题 ([#859](https://github.com/WeBankFinTech/fes-design/issues/859)) ([17ba054](https://github.com/WeBankFinTech/fes-design/commit/17ba054633353613d14dcfc225bbbe302804ae48))
* **Tag:** 修复不能复制标签文字的问题 ([#858](https://github.com/WeBankFinTech/fes-design/issues/858)) ([3ec2a3f](https://github.com/WeBankFinTech/fes-design/commit/3ec2a3fd6e79575ebbebe94eeb552c051300f769))



## [0.8.55](https://github.com/WeBankFinTech/fes-design/compare/v0.8.54...v0.8.55) (2024-07-01)


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.55';
const version = '0.8.56';

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

0 comments on commit 4819051

Please sign in to comment.