From 70fde59287466ace3cdc2e95029e67ba8e3ed9ac Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 Apr 2024 21:13:12 +0000 Subject: [PATCH] chore(release): 1.10.0 [skip ci] # [1.10.0](https://github.com/arconnectio/ArConnect/compare/v1.9.0...v1.10.0) (2024-04-24) ### Bug Fixes * abbreviate large numbers ([02872b6](https://github.com/arconnectio/ArConnect/commit/02872b6f9ee12a4ade099d4037fb97a5aa8921fe)) * added password for sign data item ([f2053ce](https://github.com/arconnectio/ArConnect/commit/f2053ce981c16181ab6f1e1485b3c6aa2a840f47)) * added ticker, denom, and logo ([69eb2d5](https://github.com/arconnectio/ArConnect/commit/69eb2d5e3a59144599bd23075d91e4e3da23f08f)) * removed to locale string ([694f6aa](https://github.com/arconnectio/ArConnect/commit/694f6aa30fe8bd7dd9b7031632c56d772856fff0)) * reverted type change ([4bf03b4](https://github.com/arconnectio/ArConnect/commit/4bf03b4a57b6f453b0de7bc5b7f6e4c95673de6d)) * sign allowance 0 ([434eb21](https://github.com/arconnectio/ArConnect/commit/434eb2188c420e5819355fea67385513a1139af4)) * sign allowance if 0 ([7449ae8](https://github.com/arconnectio/ArConnect/commit/7449ae81e8f00f2d4b8bb39cef343b137aeff449)) * tooltip position ([9933765](https://github.com/arconnectio/ArConnect/commit/9933765290357d205e493c4ff65edc583ed394e1)) * updated process to direct to target in signdataitem ([9475a81](https://github.com/arconnectio/ArConnect/commit/9475a81b147d4d03372650d80fd45acd50f862cb)) * use effect ([e4b1a6f](https://github.com/arconnectio/ArConnect/commit/e4b1a6fd361085f1e767862b8565e84edb2ad95e)) ### Features * started popup for sign data item involving transfers ([d6c8d7f](https://github.com/arconnectio/ArConnect/commit/d6c8d7feefa20deedcf72d8947a1dbd180c07d56)) * support sending to ANS users ([63cdd18](https://github.com/arconnectio/ArConnect/commit/63cdd189a72ee450faa165129613043e65861c09)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fba3345e..1fc2763c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arconnect", "displayName": "ArConnect", - "version": "1.10.2", + "version": "1.10.0", "description": "__MSG_extensionDescription__", "author": "th8ta", "packageManager": "yarn@1.22.18",