Skip to content

Commit

Permalink
v2.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Feb 6, 2023
1 parent 8f90971 commit bd83b8b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [2.0.0-beta.8](https://github.com/Akryum/vue-virtual-scroller/compare/v2.0.0-beta.7...v2.0.0-beta.8) (2023-02-06)


### Bug Fixes

* borderBoxSize not available in older browsers ([8f90971](https://github.com/Akryum/vue-virtual-scroller/commit/8f9097138d2f90ece8348141ac320c47ff7ab64a))



# [2.0.0-beta.7](https://github.com/Akryum/vue-virtual-scroller/compare/v2.0.0-beta.6...v2.0.0-beta.7) (2022-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-virtual-scroller-monorepo",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"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.7",
"version": "2.0.0-beta.8",
"author": {
"name": "Guillaume Chau",
"email": "[email protected]"
Expand Down

0 comments on commit bd83b8b

Please sign in to comment.