Skip to content

Commit

Permalink
chore(release): update versions to 4.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 19, 2024
1 parent a1655af commit 74f249c
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.8.8",
"version": "4.8.9",
"scripts": {
"ng": "ng",
"dev": "ng serve demo",
Expand All @@ -10,7 +10,7 @@
"release": "npm run build && cd ./dist/angular-datagrid && npm publish --public --tag pre-release"
},
"dependencies": {
"@revolist/revogrid": "4.8.8",
"@revolist/revogrid": "4.8.9",
"@stencil/core": "^4.19.2"
},
"devDependencies": {
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.8.8",
"version": "4.8.9",
"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",
"dependencies": {
"@revolist/revogrid": "4.8.8",
"@revolist/revogrid": "4.8.9",
"@stencil/core": "^4.19.2",
"tslib": "^2.6.3"
},
Expand Down

0 comments on commit 74f249c

Please sign in to comment.