From dcb3622ca271bca7a8bb489d43b01f56d352d465 Mon Sep 17 00:00:00 2001 From: Evgeny Boxer Date: Thu, 16 Sep 2021 13:22:43 +1000 Subject: [PATCH] hotfix/1.19.4 (#828) * Hotfix: Add mapping for NDX token price on Arbitrum (#816) * Add mapping for NDX token price on Arbitrum * 1.19.1 * hotfix/1.19.3 (#822) * add LBP pool type * 1.19.3 * more tweaks for LBP * refactor: use poolType instead of pool to determine type * fix: correctly identifying stable pools (#825) * 1.19.4 Co-authored-by: rabmarut <67169632+rabmarut@users.noreply.github.com> Co-authored-by: Gareth Fuller --- 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 711ed69c0c..e7cd7bd92a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balancer-labs/frontend-v2", - "version": "1.19.3", + "version": "1.19.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@balancer-labs/frontend-v2", - "version": "1.19.3", + "version": "1.19.4", "license": "MIT", "dependencies": { "@balancer-labs/assets": "github:balancer-labs/assets#master", diff --git a/package.json b/package.json index 6bcc80da55..2e15756bdc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balancer-labs/frontend-v2", - "version": "1.19.3", + "version": "1.19.4", "engines": { "node": "14.x", "npm": ">=7"