Skip to content

Commit

Permalink
chore(release): update versions to 4.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 30, 2024
1 parent 5177e03 commit 09a817e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/angular-datagrid-project",
"version": "4.0.23",
"version": "4.0.24",
"scripts": {
"ng": "ng",
"dev": "ng serve",
Expand All @@ -9,7 +9,7 @@
"release": "npm run build && cd ./dist/angular-datagrid && npm publish --public --tag pre-release"
},
"dependencies": {
"@revolist/revogrid": "4.0.23"
"@revolist/revogrid": "4.0.24"
},
"devDependencies": {
"@angular/animations": "^17.3.0",
Expand Down
4 changes: 2 additions & 2 deletions projects/angular-datagrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@revolist/angular-datagrid",
"version": "4.0.23",
"version": "4.0.24",
"description": "Angular DataGrid Spreadsheet component with native cell render support",
"keywords": [
"revo-grid",
Expand Down Expand Up @@ -43,7 +43,7 @@
"homepage": "https://github.com/revolist/revogrid#readme",
"license": "MIT",
"peerDependencies": {
"@revolist/revogrid": "4.0.23"
"@revolist/revogrid": "4.0.24"
},
"devDependencies": {
"@angular/common": "^17.3.0",
Expand Down

0 comments on commit 09a817e

Please sign in to comment.