From cd51ebeeaee91d18f1a3d808627cb5228bd9d5ad Mon Sep 17 00:00:00 2001 From: Ciaran McGhie Date: Wed, 22 Feb 2023 13:09:45 +0000 Subject: [PATCH] chore: bump ui-toolkit version Didn't realise we'd previously published this package to npm - there are were 7 versions starting with 0.1.0 prior to us publishing 0.0.1 today. This bumps us to 0.7.0 - which is ahead of the previously highest 0.6.1, and hopefully will avoid any confusion for consumers of the lib. --- libs/ui-toolkit/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui-toolkit/package.json b/libs/ui-toolkit/package.json index 1cf3c7443..2db4f5996 100644 --- a/libs/ui-toolkit/package.json +++ b/libs/ui-toolkit/package.json @@ -1,4 +1,4 @@ { "name": "@vegaprotocol/ui-toolkit", - "version": "0.0.1" + "version": "0.7.0" }