From 01c3424fb999dda72107993ffe820d1989b8e7eb Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 11 Feb 2025 13:57:11 +0000 Subject: [PATCH 1/2] 3.0.59 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 31fb4f35..bafc60a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.58", + "version": "3.0.59", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.58", + "version": "3.0.59", "license": "GPL-3.0-only", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 568f49c6..00a50bf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.58", + "version": "3.0.59", "description": "Reuseable React Components to build mapping apps for real life communities and networks", "repository": "https://github.com/utopia-os/utopia-ui", "homepage": "https://utopia-os.org/", From ba1dbcb975e67ac484c227e1b4638de5cf8ddccb Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 11 Feb 2025 14:08:38 +0000 Subject: [PATCH 2/2] contact not mandotory anymore in TabView to avoid side effects --- src/Components/Profile/Templates/TabsForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/Profile/Templates/TabsForm.tsx b/src/Components/Profile/Templates/TabsForm.tsx index 6235b221..4743df7e 100644 --- a/src/Components/Profile/Templates/TabsForm.tsx +++ b/src/Components/Profile/Templates/TabsForm.tsx @@ -113,6 +113,7 @@ export const TabsForm = ({ } inputStyle='tw-h-24' containerStyle='tw-pt-4' + required={false} />