From 917a7097b8abc880a325594f254e01ecb01429de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 15:12:35 -0500 Subject: [PATCH] chore(release): update versions and changelogs (#717) --- 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 176531cbc..2adf555a7 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.54.0](https://github.com/akash-network/console/compare/console-api/v2.53.1...console-api/v2.54.0) (2025-01-24) + + +### Features + +* **deployment:** move gpu-bot into the api ([15217bf](https://github.com/akash-network/console/commit/15217bf53360de2bf3d8f00a3435e9f38ec82ebb)), closes [#674](https://github.com/akash-network/console/issues/674) + ## [2.53.1](https://github.com/akash-network/console/compare/console-api/v2.53.0...console-api/v2.53.1) (2025-01-22) diff --git a/apps/api/package.json b/apps/api/package.json index 40c4e7b3c..6cfd6d7c4 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.53.1", + "version": "2.54.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 a30fd563a..b8f88e4be 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.33.1](https://github.com/akash-network/console/compare/console-web/v2.33.0...console-web/v2.33.1) (2025-01-24) + + +### Bug Fixes + +* **deployment:** fix deployment not found ([#709](https://github.com/akash-network/console/issues/709)) ([548e538](https://github.com/akash-network/console/commit/548e5387f2265290af872e35393b1f430737c9a3)) + ## [2.33.0](https://github.com/akash-network/console/compare/console-web/v2.32.0...console-web/v2.33.0) (2025-01-21) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 69a1c7015..a355c2710 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.33.0", + "version": "2.33.1", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",