Skip to content

Commit

Permalink
release: v0.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ocean-gao committed Oct 30, 2023
1 parent 7af8047 commit e460b10
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.12](https://github.com/WeBankFinTech/fes-design/compare/v0.8.11...v0.8.12) (2023-10-30)


### Bug Fixes

* **VirtualList:** 虚拟列表组件,配置项 minSize 支持响应式,增加 Scrollbar 组件配置项,以及修复滚动到指定索引不生效的问题 ([#489](https://github.com/WeBankFinTech/fes-design/issues/489)) ([7af8047](https://github.com/WeBankFinTech/fes-design/commit/7af804798857eb7758745cc0d04413ce52278369))



## [0.8.11](https://github.com/WeBankFinTech/fes-design/compare/v0.8.10...v0.8.11) (2023-10-23)


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.11';
const version = '0.8.12';

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

0 comments on commit e460b10

Please sign in to comment.