From ca2f7c50c5541f704970aaa46bd50d4264f245d8 Mon Sep 17 00:00:00 2001 From: truemiller Date: Tue, 29 Oct 2024 16:26:59 +0000 Subject: [PATCH 1/2] chore: uncomment agent profile link --- frontend/components/YourWalletPage/YourAgent.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/components/YourWalletPage/YourAgent.tsx b/frontend/components/YourWalletPage/YourAgent.tsx index 4293087e6..228b862c6 100644 --- a/frontend/components/YourWalletPage/YourAgent.tsx +++ b/frontend/components/YourWalletPage/YourAgent.tsx @@ -91,14 +91,13 @@ const AgentTitle = () => { {agentName} - {/* @note: removed until predict ui resolution */} - {/* Agent profile {UNICODE_SYMBOLS.EXTERNAL_LINK} - */} + From af6e4d17b1dd63364cb0de020fa946bee8709f87 Mon Sep 17 00:00:00 2001 From: truemiller Date: Tue, 29 Oct 2024 16:27:10 +0000 Subject: [PATCH 2/2] bump: 182 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 565b98be8..748693e90 100644 --- a/package.json +++ b/package.json @@ -63,5 +63,5 @@ "download-binaries": "sh download_binaries.sh", "build:pearl": "sh build_pearl.sh" }, - "version": "0.1.0-rc181" + "version": "0.1.0-rc182" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index ef65c206e..2f3dd9963 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "olas-operate-middleware" -version = "0.1.0-rc181" +version = "0.1.0-rc182" description = "" authors = ["David Vilela ", "Viraj Patel "] readme = "README.md"