Skip to content

Commit

Permalink
chore(release): update versions to 4.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 18, 2024
1 parent 5f027ae commit aa169ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.11.5",
"version": "4.11.6",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@revolist/vue3-datagrid": "4.11.5",
"@revolist/vue3-datagrid": "4.11.6",
"vue": "^3.4.21"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion lib/revogrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ export const RevoGrid = /*@__PURE__*/ defineContainer<JSX.RevoGrid>('revo-grid',
'beforerange',
'afterfocus',
'roworderchanged',
'beforesortingapply',
'beforesorting',
'beforesourcesortingapply',
'beforesortingapply',
'rowdragstart',
'headerclick',
'beforecellfocus',
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/vue3-datagrid",
"version": "4.11.5",
"version": "4.11.6",
"description": "Vue 3 DataGrid Spreadsheet component with native Vue 3 cell render support",
"main": "./dist/vue3-datagrid.umd.cjs",
"module": "./dist/vue3-datagrid.js",
Expand Down Expand Up @@ -65,7 +65,7 @@
"homepage": "https://github.com/revolist/revogrid#readme",
"license": "MIT",
"dependencies": {
"@revolist/revogrid": "4.11.5"
"@revolist/revogrid": "4.11.6"
},
"devDependencies": {
"@stencil/core": "^4.19.2",
Expand Down

0 comments on commit aa169ae

Please sign in to comment.