From 0994143a8d6f68d3408af0f51572f19b35fd5084 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 2 Jan 2025 19:35:02 +0000 Subject: [PATCH] chore(release): released version console-web/v2.28.0 --- apps/deploy-web/CHANGELOG.md | 12 ++++++++++++ apps/deploy-web/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index e52741237..2062e1b9b 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,17 @@ +## [2.28.0](https://github.com/akash-network/console/compare/console-web/v2.27.10...console-web/v2.28.0) (2025-01-02) + + +### Features + +* **user:** remove anonymous user from localstorage if it's removed ([36298ee](https://github.com/akash-network/console/commit/36298ee0ba4426d5fe2e70cf741b90e26773fc01)) + + +### Bug Fixes + +* **billing:** properly reference a var in balances hook ([ba53d6b](https://github.com/akash-network/console/commit/ba53d6b70341f0bb03aaa609a05b8a73931b5120)) + ## [2.27.10](https://github.com/akash-network/console/compare/console-web/v2.27.9...console-web/v2.27.10) (2024-12-30) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 060db7eb1..5b39019ff 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.27.10", + "version": "2.28.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",