Skip to content

Commit

Permalink
release: v0.8.65
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Sep 26, 2024
1 parent 2a585b8 commit a8c4c1d
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.65](https://github.com/WeBankFinTech/fes-design/compare/v0.8.64...v0.8.65) (2024-09-26)


### Bug Fixes

* select limit 限制异常 ([#889](https://github.com/WeBankFinTech/fes-design/issues/889)) ([d237d2e](https://github.com/WeBankFinTech/fes-design/commit/d237d2e851c6b3921b67cbf4ff6c52d6fdca7b9b))


### Features

* tree node slot 支持 hover 参数 ([#890](https://github.com/WeBankFinTech/fes-design/issues/890)) ([7019b2f](https://github.com/WeBankFinTech/fes-design/commit/7019b2f85b6a1f71a212f61cef6ab940f25468f4))



## [0.8.64](https://github.com/WeBankFinTech/fes-design/compare/v0.8.63...v0.8.64) (2024-09-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.64';
const version = '0.8.65';

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

0 comments on commit a8c4c1d

Please sign in to comment.