From b336b00aa4fa6ccd0a67547cf633a693933b14d1 Mon Sep 17 00:00:00 2001 From: fubuloubu <3859395+fubuloubu@users.noreply.github.com> Date: Wed, 25 Oct 2023 18:28:34 -0400 Subject: [PATCH] chore: publish apepay React lib v0.1.0 --- package-lock.json | 4 ++-- ui/lib/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index d54c8a8a..801772ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7740,10 +7740,10 @@ }, "ui/lib": { "name": "@apeworx/apepay-react", - "version": "0.1.0-beta.4", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@apeworx/apepay": "^0.1.0-beta.0", + "@apeworx/apepay": "^0.1.0", "rc-slider": "^10.2.1", "react-minimal-pie-chart": "^8.4.0" }, diff --git a/ui/lib/package.json b/ui/lib/package.json index 00ce51b2..8dcc5b34 100644 --- a/ui/lib/package.json +++ b/ui/lib/package.json @@ -1,6 +1,6 @@ { "name": "@apeworx/apepay-react", - "version": "0.1.0-beta.4", + "version": "0.1.0", "author": "ApeWorX LTD.", "license": "Apache-2.0", "type": "module", @@ -18,7 +18,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@apeworx/apepay": "^0.1.0-beta.0", + "@apeworx/apepay": "^0.1.0", "rc-slider": "^10.2.1", "react-minimal-pie-chart": "^8.4.0" },