Skip to content

Commit

Permalink
v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Oct 17, 2022
1 parent d7f702c commit ab5fefd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
# [2.0.0-beta.2](https://github.com/Akryum/vue-virtual-scroller/compare/v1.1.1...v2.0.0-beta.2) (2022-10-17)

### Bug Fixes

* Account for the height of the leading and trailing slots when calculating visible items, fix [#685](https://github.com/Akryum/vue-virtual-scroller/issues/685) ([#754](https://github.com/Akryum/vue-virtual-scroller/issues/754)) ([fe72c43](https://github.com/Akryum/vue-virtual-scroller/commit/fe72c438f72d03153d92f0e47f49ba9ff769b83c))



# [2.0.0-beta.1](https://github.com/Akryum/vue-virtual-scroller/compare/v1.1.0...v2.0.0-beta.1) (2022-10-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroller-monorepo",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"private": true,
"scripts": {
"build": "pnpm run -r --filter=!demo build",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-virtual-scroller/package.json
@@ -1,7 +1,7 @@
{
"name": "vue-virtual-scroller",
"description": "Smooth scrolling for any amount of data",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"author": {
"name": "Guillaume Chau",
"email": "[email protected]"
Expand Down

0 comments on commit ab5fefd

Please sign in to comment.