From 389cc555779d92421bfd1d79dcf11df08ad24305 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 19 Dec 2024 10:01:19 +0000 Subject: [PATCH] chore(release): released version console-web/v2.27.0 --- apps/deploy-web/CHANGELOG.md | 7 +++++++ apps/deploy-web/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 6351ce486..c6afe2314 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.27.0](https://github.com/akash-network/console/compare/console-web/v2.26.0...console-web/v2.27.0) (2024-12-19) + + +### Features + +* **billing:** resolve with valid only grants and allowances from http service ([77a0ffc](https://github.com/akash-network/console/commit/77a0ffcfe0ce912814d3e3803af6b1ac803cde71)) + ## [2.26.0](https://github.com/akash-network/console/compare/console-web/v2.25.4...console-web/v2.26.0) (2024-12-18) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 375a5f5d5..6d8e8c10d 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.26.0", + "version": "2.27.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",