Skip to content

Commit

Permalink
release: v0.8.60
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Aug 9, 2024
1 parent 23c7658 commit 2b5d3aa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.8.60](https://github.com/WeBankFinTech/fes-design/compare/v0.8.59...v0.8.60) (2024-08-09)


### Bug Fixes

* **Table:** 修复弹窗表格初始化执行报错的问题 ([#874](https://github.com/WeBankFinTech/fes-design/issues/874)) ([23c7658](https://github.com/WeBankFinTech/fes-design/commit/23c76581f8c349ba01bee48591da4886be2ccefe))



## [0.8.59](https://github.com/WeBankFinTech/fes-design/compare/v0.8.58...v0.8.59) (2024-08-09)


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.59';
const version = '0.8.60';

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

0 comments on commit 2b5d3aa

Please sign in to comment.