From 6766879163e2b2f0134e6c09ac411f35ae9ef53e Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Sep 2023 14:10:56 +0200 Subject: [PATCH] 3.0.0-alpha.16 --- 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 c2229f9d..9f5c2276 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "utopia-ui", - "version": "3.0.0-alpha.15", + "version": "3.0.0-alpha.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "utopia-ui", - "version": "3.0.0-alpha.15", + "version": "3.0.0-alpha.16", "license": "MIT", "dependencies": { "@heroicons/react": "^2.0.17", diff --git a/package.json b/package.json index 39f99f14..700ec821 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "utopia-ui", - "version": "3.0.0-alpha.15", + "version": "3.0.0-alpha.16", "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/",