From 5ec61198a090ce1cb4e1df038dad51af926d322e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 23 Dec 2024 19:09:57 +0000 Subject: [PATCH] chore(release): 1.22.0 [skip ci] # [1.22.0](https://github.com/arconnectio/ArConnect/compare/v1.21.0...v1.22.0) (2024-12-23) ### Bug Fixes * connect on enter or connect button click ([9375031](https://github.com/arconnectio/ArConnect/commit/937503104c4f0be88821f9bfb5a1a7af86d03d68)) * make transaction tracker light mode compatible ([080e87e](https://github.com/arconnectio/ArConnect/commit/080e87e19e8fa77411e72dc30f330b706307686d)) * **printer:** ensure handleGetCapabilities returns valid response ([bb26bf7](https://github.com/arconnectio/ArConnect/commit/bb26bf7ded94f3e0d1e4212c1c19ad2dc20f1716)) * update connect header height based on env ([2a57532](https://github.com/arconnectio/ArConnect/commit/2a57532740fb6340a0edacf97ceb1c27129bdcf3)) * update light mode colors ([08b3bee](https://github.com/arconnectio/ArConnect/commit/08b3bee9c61334a656accfde3e0c94c296520b89)) * use await for extension storage ([b8d3db4](https://github.com/arconnectio/ArConnect/commit/b8d3db4682e5aa754c65202e59676aec7f327f6d)) * use flex to take available height for connect header ([a755204](https://github.com/arconnectio/ArConnect/commit/a755204c95f8a165f11d07b0d04dae591c812e80)) ### Features * new logo ([df8266f](https://github.com/arconnectio/ArConnect/commit/df8266fce8d336740355e16dfb173bedaf5643c8)) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fa5e63616..04822ef97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "arconnect", "displayName": "ArConnect", - "version": "1.21.0", + "version": "1.22.0", "description": "__MSG_extensionDescription__", "author": "th8ta", "packageManager": "yarn@1.22.18",