Compare commits

...
Author SHA1 Message Date
Ciaran McGhie 80dfd7efa6 chore: update package.json node version
a previous PR updated the node version for our actions to 16.15.1

so the build output is consumable by the website project
2023-02-23 15:13:35 +00:00
Ciaran McGhie cd51ebeeae 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.
2023-02-23 15:13:35 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"name": "@vegaprotocol/ui-toolkit",
"version": "0.0.1"
"version": "0.7.0"
}
+1 -1
View File
@@ -14,7 +14,7 @@
"vegacapsule": "vegacapsule network bootstrap --config-path=../frontend-monorepo/vegacapsule/config.hcl"
},
"engines": {
"node": ">=16.14.0"
"node": ">=16.15.1"
},
"private": true,
"dependencies": {