diff --git a/apps/api/package.json b/apps/api/package.json index 80822cf2e..0da305a07 100644 --- a/apps/api/package.json +++ b/apps/api/package.json @@ -1,6 +1,6 @@ { "name": "console-api", - "version": "2.23.2", + "version": "2.23.3", "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 9175f468d..55cebd17f 100644 --- a/apps/deploy-web/package.json +++ b/apps/deploy-web/package.json @@ -1,6 +1,6 @@ { "name": "akash-console", - "version": "2.15.0", + "version": "2.16.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/apps/provider-proxy/package.json b/apps/provider-proxy/package.json index 263ad81c6..e95dc7510 100644 --- a/apps/provider-proxy/package.json +++ b/apps/provider-proxy/package.json @@ -1,6 +1,6 @@ { "name": "console-provider-proxy", - "version": "1.0.10", + "version": "1.0.11", "description": "Proxy that allows communication between the Web UI and providers", "license": "Apache-2.0", "author": "Akash Network", diff --git a/package-lock.json b/package-lock.json index 2e4c2c796..956411e76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ }, "apps/api": { "name": "console-api", - "version": "2.23.2", + "version": "2.23.3", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akash-api": "^1.3.0", @@ -262,7 +262,7 @@ }, "apps/deploy-web": { "name": "akash-console", - "version": "2.15.0", + "version": "2.16.0", "license": "Apache-2.0", "dependencies": { "@akashnetwork/akash-api": "^1.3.0", @@ -687,7 +687,7 @@ }, "apps/provider-proxy": { "name": "console-provider-proxy", - "version": "1.0.10", + "version": "1.0.11", "license": "Apache-2.0", "dependencies": { "axios": "^1.7.2",