From b530d6a9f31fd24d0c7ef423ffcf90bb7198dc1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 09:59:56 +0100 Subject: [PATCH] chore(release): update versions and changelogs --- apps/api/CHANGELOG.md | 7 +++++++ apps/api/package.json | 2 +- apps/deploy-web/CHANGELOG.md | 7 +++++++ apps/deploy-web/package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index bc4ee2efe..5c090b0a6 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.58.0](https://github.com/akash-network/console/compare/console-api/v2.57.0...console-api/v2.58.0) (2025-02-05) + + +### Features + +* **deployment:** implements ui auto top up toggle ([f03df32](https://github.com/akash-network/console/commit/f03df324e1064f76b477cf888278eb4ad8f443cf)), closes [#714](https://github.com/akash-network/console/issues/714) + ## [2.57.0](https://github.com/akash-network/console/compare/console-api/v2.56.0...console-api/v2.57.0) (2025-02-05) diff --git a/apps/api/package.json b/apps/api/package.json index 6bc19b2e3..8f8544839 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.57.0", + "version": "2.58.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git", diff --git a/apps/deploy-web/CHANGELOG.md b/apps/deploy-web/CHANGELOG.md index 0225864e3..62f6b390b 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.39.0](https://github.com/akash-network/console/compare/console-web/v2.38.0...console-web/v2.39.0) (2025-02-05) + + +### Features + +* **deployment:** implements ui auto top up toggle ([f03df32](https://github.com/akash-network/console/commit/f03df324e1064f76b477cf888278eb4ad8f443cf)), closes [#714](https://github.com/akash-network/console/issues/714) + ## [2.38.0](https://github.com/akash-network/console/compare/console-web/v2.37.1...console-web/v2.38.0) (2025-02-03) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 4835af2ec..029ad7056 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.38.0", + "version": "2.39.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",