From 2de62dc46f7ed3ca6f15e74368171f8095183094 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 12:19:08 -0500 Subject: [PATCH] chore(release): released version console-api/v2.42.0 console-web/v2.26.0 (#573) * chore(release): released version console-api/v2.42.0 * chore(release): released version console-web/v2.26.0 --------- Co-authored-by: CI --- 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 702a52073..1177b3c70 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.42.0](https://github.com/akash-network/console/compare/console-api/v2.41.1...console-api/v2.42.0) (2024-12-18) + + +### Features + +* **dx:** move internal endpoints to v1 ([6e98471](https://github.com/akash-network/console/commit/6e984717882c6c167f2cfb0b79b2f5768c57fc53)), closes [#571](https://github.com/akash-network/console/issues/571) + ## [2.41.1](https://github.com/akash-network/console/compare/console-api/v2.41.0...console-api/v2.41.1) (2024-12-16) diff --git a/apps/api/package.json b/apps/api/package.json index a47cb5343..227d524b3 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.41.1", + "version": "2.42.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 afce6bc2d..6351ce486 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.26.0](https://github.com/akash-network/console/compare/console-web/v2.25.4...console-web/v2.26.0) (2024-12-18) + + +### Features + +* **wallet:** save selected wallet type local storage ([9d1c5b5](https://github.com/akash-network/console/commit/9d1c5b5a444633012cdda800a55b4ff904b6ee58)), closes [#570](https://github.com/akash-network/console/issues/570) + ## [2.25.4](https://github.com/akash-network/console/compare/console-web/v2.25.4-beta.0...console-web/v2.25.4) (2024-12-10) ## [2.25.4-beta.0](https://github.com/akash-network/console/compare/console-web/v2.25.3...console-web/v2.25.4-beta.0) (2024-12-10) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index b60625e42..375a5f5d5 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.25.4", + "version": "2.26.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",