Skip to content

Commit

Permalink
chore(release): update versions to 4.10.32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 25, 2024
1 parent 9d5ed2d commit 584483e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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.10.31",
"version": "4.10.32",
"private": true,
"type": "module",
"scripts": {
Expand All @@ -10,7 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"@revolist/vue3-datagrid": "4.10.31",
"@revolist/vue3-datagrid": "4.10.32",
"vue": "^3.4.21"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions lib/revogrid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const RevoGrid = /*@__PURE__*/ defineContainer<JSX.RevoGrid>('revo-grid',
'rowClass',
'autoSizeColumn',
'filter',
'sorting',
'focusTemplate',
'canMoveColumns',
'trimmedRows',
Expand Down Expand Up @@ -75,6 +76,7 @@ export const RevoGrid = /*@__PURE__*/ defineContainer<JSX.RevoGrid>('revo-grid',
'aftercolumnresize',
'beforerowdefinition',
'filterconfigchanged',
'sortingconfigchanged',
'rowheaderschanged',
'beforegridrender',
'aftergridrender',
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.10.31",
"version": "4.10.32",
"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.10.31"
"@revolist/revogrid": "4.10.32"
},
"devDependencies": {
"@stencil/core": "^4.19.2",
Expand Down

0 comments on commit 584483e

Please sign in to comment.