From feb9f409b5b625a35dadb21436dff9ea7d37ca1c Mon Sep 17 00:00:00 2001 From: Redm4x <2829180+Redm4x@users.noreply.github.com> Date: Tue, 13 Aug 2024 12:40:35 -0400 Subject: [PATCH] chore: bump api & console versions --- apps/api/package.json | 2 +- apps/deploy-web/package.json | 2 +- package-lock.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/api/package.json b/apps/api/package.json index cdf1130e1..e98849a82 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "console-api", - "version": "2.20.2", + "version": "2.21.0", "description": "Api providing data to the deploy tool", "repository": { "type": "git", diff --git a/apps/deploy-web/package.json b/apps/deploy-web/package.json index 3f88633ca..b5c2b7157 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "akash-console", - "version": "2.10.4", + "version": "2.11.0", "private": true, "description": "Web UI to deploy on the Akash Network and view statistic about network usage.", "license": "Apache-2.0", diff --git a/package-lock.json b/package-lock.json index e10a4abaf..8d2dbc8a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ }, "apps/api": { "name": "console-api", - "version": "2.20.2", + "version": "2.21.0", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akash-api": "^1.3.0", @@ -276,7 +276,7 @@ }, "apps/deploy-web": { "name": "akash-console", - "version": "2.10.4", + "version": "2.11.0", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akash-api": "^1.3.0",