Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
revolist committed Apr 8, 2021
1 parent 7623de2 commit b87d406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revolist/vue3-datagrid",
"version": "3.0.5",
"version": "3.0.52",
"description": "Vue 3 data grid spreadsheet",
"main": "dist/vgrid.js",
"scripts": {
Expand Down Expand Up @@ -51,7 +51,7 @@
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@revolist/revogrid": "^3.0.5",
"@revolist/revogrid": "^3.0.52",
"@stencil/core": "^2.4.0"
}
}
3 changes: 2 additions & 1 deletion src/revogrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ export const RevogrViewportScroll = /*@__PURE__*/ defineContainer<JSX.RevogrView
'contentWidth',
'contentHeight',
'scrollViewport',
'resizeViewport'
'resizeViewport',
'scrollchange'
]);

0 comments on commit b87d406

Please sign in to comment.