From 3f9e530a97933385fbe3fdbb0601e598e4fbdb2d Mon Sep 17 00:00:00 2001 From: Anton Date: Wed, 20 Dec 2023 20:38:22 +0100 Subject: [PATCH] 3.0.0-alpha.30 --- 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 67320acb..0d877ced 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.0-alpha.29", + "version": "3.0.0-alpha.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.0-alpha.29", + "version": "3.0.0-alpha.30", "license": "MIT", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 837292e8..1378e277 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.0-alpha.29", + "version": "3.0.0-alpha.30", "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/",