diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index f3e411020..aa1ba0e04 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.27.8](https://github.com/akash-network/console/compare/console-web/v2.27.7...console-web/v2.27.8) (2024-12-30) + + +### Bug Fixes + +* **billing:** disable grantee grants query for managed deployments deposit modal ([91bf940](https://github.com/akash-network/console/commit/91bf9401bf8d9558465f009a0c01b39afef6a349)) + ## [2.27.7](https://github.com/akash-network/console/compare/console-web/v2.27.6...console-web/v2.27.7) (2024-12-30) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index c39744284..e11034498 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.27.7", + "version": "2.27.8", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",