Skip to content

Commit

Permalink
Merge branch 'next' of https://github.com/revolist/vue-datagrid into …
Browse files Browse the repository at this point in the history
…next
  • Loading branch information
m2a2x committed Jun 30, 2024
2 parents 6f48aad + 26e8c29 commit fa21187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lib-test",
"description": "Demo lib test",
"version": "4.0.12",
"version": "4.0.22",
"private": true,
"scripts": {
"dev": "vite"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revolist/vue-datagrid",
"version": "4.0.12",
"version": "4.0.22",
"description": "Vue 2 DataGrid Spreadsheet component with native Vue 2 render support",
"main": "./dist/vue2-datagrid.umd.js",
"module": "./dist/vue2-datagrid.js",
Expand Down Expand Up @@ -72,6 +72,6 @@
"@stencil/core": "^4.17.1"
},
"peerDependencies": {
"@revolist/revogrid": "4.0.12"
"@revolist/revogrid": "4.0.22"
}
}

0 comments on commit fa21187

Please sign in to comment.