From 573a8c27c477da2dfa74c88b9b165c4cfb9aaba9 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Ortiz karliatto Date: Fri, 27 Sep 2024 08:54:06 +0200 Subject: [PATCH] chore(connect): changelog 9.4.2 (cherry picked from commit ab8cb6c5a2a1959a23d43137f58bcb4e2ed4f16a) --- packages/connect/CHANGELOG.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/connect/CHANGELOG.md b/packages/connect/CHANGELOG.md index 52430a758100..db66c6588821 100644 --- a/packages/connect/CHANGELOG.md +++ b/packages/connect/CHANGELOG.md @@ -10,7 +10,7 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to access the latest stable version of Connect Explorer. -## 9.4.2-beta.1 +# 9.4.2 ### Features @@ -29,7 +29,13 @@ Use the persistent link [connect.trezor.io/9](https://connect.trezor.io/9/) to a - fix(connect-explorer): icons on index page (fef3791) -## 9.4.1 +### Dependencies update + +- npm-release: @trezor/connect-common 0.2.2 +- npm-release: @trezor/transport 1.3.2 +- npm-release: @trezor/protobuf 1.2.2 + +# 9.4.1 Automatic retry for no transport issue: If the transport (bridge) is initially not available, the automatic retry feature allows the user to continue after starting the transport, without having to restart the entire flow.