From 6051fe2278c367f9bb86dd6e738e014e0dfe24af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 21 Jun 2024 00:15:08 +0000 Subject: [PATCH] chore(release): 1.14.2 [skip ci] ## [1.14.2](https://github.com/arconnectio/ArConnect/compare/v1.14.1...v1.14.2) (2024-06-21) ### Bug Fixes * Amount width for larger amounts ([14486c1](https://github.com/arconnectio/ArConnect/commit/14486c1400e71f06d913a8d9ada8b0573557457d)) * Issue related to allowance ([1b8bc62](https://github.com/arconnectio/ArConnect/commit/1b8bc6215056d5ca1e2b25771d576ce684c13a8b)) * Make quantity integer if its ao token transfer ([364a5b5](https://github.com/arconnectio/ArConnect/commit/364a5b5a9a8c7dabd017efefc75fbcd4f23624f9)) * misc light mode fixes on send and transactions ([85cceb6](https://github.com/arconnectio/ArConnect/commit/85cceb67e718a3172424aca46c2e5dd8e83d796c)) * Resolve bigint error in currency formatting functions ([6f3c650](https://github.com/arconnectio/ArConnect/commit/6f3c650920b035a8803c37e8652439df9f4830e8)) * Show quantity without exponential notation ([e517243](https://github.com/arconnectio/ArConnect/commit/e51724356faf8571ecd74773759a48c56c91b27a)) * Use correct ao link message url ([c3cee14](https://github.com/arconnectio/ArConnect/commit/c3cee142695faf0a0cd18bbc34daf31fba1d14fb)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90f6aee8..29d9dcc5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arconnect", "displayName": "ArConnect", - "version": "1.14.1", + "version": "1.14.2", "description": "__MSG_extensionDescription__", "author": "th8ta", "packageManager": "yarn@1.22.18",