Skip to content

Commit

Permalink
release: v0.8.70
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Nov 4, 2024
1 parent 03836d0 commit d7d701c
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.70](https://github.com/WeBankFinTech/fes-design/compare/v0.8.69...v0.8.70) (2024-11-04)


### Bug Fixes

* **Switch:** 修复 onMounted 初始值设置不生效的问题 ([37464c6](https://github.com/WeBankFinTech/fes-design/commit/37464c6c348470f143f16c3b1160767c32c27327))
* **VirtualList:** 修复 Select 结合 VirtualList 时滚动到底部不正确的问题 ([#904](https://github.com/WeBankFinTech/fes-design/issues/904)) ([03836d0](https://github.com/WeBankFinTech/fes-design/commit/03836d01b3aa1bb43d5a15a68732d33fc589db2f))



## [0.8.69](https://github.com/WeBankFinTech/fes-design/compare/v0.8.68...v0.8.69) (2024-11-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.69';
const version = '0.8.70';

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

0 comments on commit d7d701c

Please sign in to comment.