Skip to content

Commit 101f2aa

Browse files
chore(release): update versions to 4.16.0
1 parent 1e03d6e commit 101f2aa

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/revogrid.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export const RevoGrid = /*@__PURE__*/ Vue.extend({
5454
jobsBeforeRender: {} as PropOptions<Components.RevoGrid['jobsBeforeRender']>,
5555
registerVNode: {} as PropOptions<Components.RevoGrid['registerVNode']>,
5656
accessible: {} as PropOptions<Components.RevoGrid['accessible']>,
57+
rtl: {} as PropOptions<Components.RevoGrid['rtl']>,
5758
canDrag: {} as PropOptions<Components.RevoGrid['canDrag']>,
5859
},
5960

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@revolist/vue-datagrid",
3-
"version": "4.15.8",
3+
"version": "4.16.0",
44
"description": "Vue 2 DataGrid Spreadsheet component with native Vue 2 render support",
55
"types": "./dist/index.d.ts",
66
"type": "module",
@@ -61,7 +61,7 @@
6161
"homepage": "https://github.com/revolist/revogrid#readme",
6262
"license": "MIT",
6363
"dependencies": {
64-
"@revolist/revogrid": "4.15.8"
64+
"@revolist/revogrid": "4.16.0"
6565
},
6666
"devDependencies": {
6767
"@stencil/core": "^4.24.0",

0 commit comments

Comments
 (0)