From 1dbe5fdffde95d23b42fe613583e1be85e7036b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarc=C3=ADsio=20Zotelli=20Ferraz?= Date: Thu, 7 Sep 2023 11:48:37 -0300 Subject: [PATCH] update version (#847) Co-authored-by: Tarcisio Ferraz --- bfx-hf-ui-core | 2 +- package-lock.json | 9 ++++----- package.json | 4 ++-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/bfx-hf-ui-core b/bfx-hf-ui-core index 698ddb75..d6ca133b 160000 --- a/bfx-hf-ui-core +++ b/bfx-hf-ui-core @@ -1 +1 @@ -Subproject commit 698ddb75645c1e016d87e197adeb8282a2115c52 +Subproject commit d6ca133b6321ae1c61814f027447233a99e54e63 diff --git a/package-lock.json b/package-lock.json index 722238b6..498ca44b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,12 @@ { "name": "bfx-hf-ui", - "version": "3.31.6-rc.1", + "version": "3.31.6-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bfx-hf-ui", - "version": "3.31.6-rc.1", - "hasInstallScript": true, + "version": "3.31.6-rc.2", "license": "Apache-2.0", "dependencies": { "adm-zip": "^0.5.9", @@ -15,7 +14,7 @@ "bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.13", "bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.0", "bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.5", - "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.0", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.1", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^6.3.0", "cross-env": "^7.0.2", @@ -14774,7 +14773,7 @@ }, "bfx-hf-server": { "version": "git+ssh://git@github.com/bitfinexcom/bfx-hf-server.git#deac467db26c19aa8a3d560ec0fd8cb93be090c1", - "from": "bfx-hf-server@git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.0", + "from": "bfx-hf-server@git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.1", "requires": { "aes-js": "^3.1.2", "bfx-api-node-core": "git+https://github.com/bitfinexcom/bfx-api-node-core.git#v1.6.1", diff --git a/package.json b/package.json index ed899f4a..38006d3d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bfx-hf-ui", - "version": "3.31.6-rc.1", + "version": "3.31.6-rc.2", "description": "Official Bitfinex Honey UI - for live trading and executing algorithmic orders/strategies", "engines": { "node": ">=16" @@ -139,7 +139,7 @@ "bfx-hf-ext-plugin-bitfinex": "git+https://github.com/bitfinexcom/bfx-hf-ext-plugin-bitfinex.git#v1.0.13", "bfx-hf-models": "git+https://github.com/bitfinexcom/bfx-hf-models.git#v4.0.0", "bfx-hf-models-adapter-lowdb": "git+https://github.com/bitfinexcom/bfx-hf-models-adapter-lowdb.git#v1.0.5", - "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.0", + "bfx-hf-server": "git+https://github.com/bitfinexcom/bfx-hf-server.git#v9.9.1", "bfx-hf-util": "git+https://github.com/bitfinexcom/bfx-hf-util#v1.0.12", "concurrently": "^6.3.0", "cross-env": "^7.0.2",