diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index 5c090b0a6..d39c826dc 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.58.1](https://github.com/akash-network/console/compare/console-api/v2.58.0...console-api/v2.58.1) (2025-02-05) + + +### Bug Fixes + +* **deployment:** searches leases with the correct params ([#794](https://github.com/akash-network/console/issues/794)) ([b93eedf](https://github.com/akash-network/console/commit/b93eedfb62b5d19ece300bfc8e60e7109289d5ea)) + ## [2.58.0](https://github.com/akash-network/console/compare/console-api/v2.57.0...console-api/v2.58.0) (2025-02-05) diff --git a/apps/api/package.json b/apps/api/package.json index 8f8544839..a91045d32 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.58.0", + "version": "2.58.1", "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 62f6b390b..5b374c633 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.40.0](https://github.com/akash-network/console/compare/console-web/v2.39.0...console-web/v2.40.0) (2025-02-05) + + +### Features + +* **deployment:** add help sidebar link ([54c501c](https://github.com/akash-network/console/commit/54c501c65276c621b7bf440d758a7c5a4ae3acb6)), closes [#788](https://github.com/akash-network/console/issues/788) + ## [2.39.0](https://github.com/akash-network/console/compare/console-web/v2.38.0...console-web/v2.39.0) (2025-02-05) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 029ad7056..d7b3bc75e 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.39.0", + "version": "2.40.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",