diff --git a/apps/api/CHANGELOG.md b/apps/api/CHANGELOG.md index ccc3f8522..90763ffc5 100644 --- a/apps/api/CHANGELOG.md +++ b/apps/api/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.51.0](https://github.com/akash-network/console/compare/console-api/v2.50.1...console-api/v2.51.0) (2025-01-20) + + +### Features + +* **stats:** shows ephemeral and persistent storage separately on pie chart ([#647](https://github.com/akash-network/console/issues/647)) ([7512198](https://github.com/akash-network/console/commit/75121983391db0b932b324656a939370c47827c7)), closes [#645](https://github.com/akash-network/console/issues/645) [#665](https://github.com/akash-network/console/issues/665) + ## [2.50.1](https://github.com/akash-network/console/compare/console-api/v2.50.0...console-api/v2.50.1) (2025-01-20) diff --git a/apps/api/package.json b/apps/api/package.json index dc6a21940..6d3f9a3ac 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-api", - "version": "2.50.1", + "version": "2.51.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 ad5bf78f1..2a99d2751 100644 --- a/apps/deploy-web/CHANGELOG.md +++ b/apps/deploy-web/CHANGELOG.md @@ -1,5 +1,17 @@ +## [2.32.0](https://github.com/akash-network/console/compare/console-web/v2.31.0...console-web/v2.32.0) (2025-01-20) + + +### Features + +* **stats:** shows ephemeral and persistent storage separately on pie chart ([#647](https://github.com/akash-network/console/issues/647)) ([7512198](https://github.com/akash-network/console/commit/75121983391db0b932b324656a939370c47827c7)), closes [#645](https://github.com/akash-network/console/issues/645) [#665](https://github.com/akash-network/console/issues/665) + + +### Bug Fixes + +* **wallet:** crash when spend limit not set ([0280e58](https://github.com/akash-network/console/commit/0280e58e09427f115ea1a73b614388af075b20b1)), closes [#651](https://github.com/akash-network/console/issues/651) + ## [2.31.0](https://github.com/akash-network/console/compare/console-web/v2.30.1...console-web/v2.31.0) (2025-01-17) diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 88e328d7c..022798a73 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "@akashnetwork/console-web", - "version": "2.31.0", + "version": "2.32.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0",