From c7d7ad42679ed98c9454f7778ebdd53cfc03f86f Mon Sep 17 00:00:00 2001 From: Usame Algan <5880855+usame-algan@users.noreply.github.com> Date: Mon, 31 Jan 2022 12:49:56 +0100 Subject: [PATCH] style: Adjust EthHashInfo name font weight (#183) * style: Adjust EthHashInfo name font weight * fix: Add bold name prop to EthHashInfo * refactor: Rename boldName prop * chore: Increase version number --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a51fb02..2d763a16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis.pm/safe-react-components", - "version": "0.9.6", + "version": "0.9.7", "description": "Gnosis UI components", "main": "dist/index.min.js", "typings": "dist/index.d.ts",