From 764c2fe87e090ffa89160cfe7675049adc5c4380 Mon Sep 17 00:00:00 2001 From: purnimavenkatasubbu Date: Wed, 31 Jul 2024 16:36:10 +0530 Subject: [PATCH 1/3] upgraded at_client dependency --- packages/at_client_mobile/CHANGELOG.md | 3 +++ packages/at_client_mobile/pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/packages/at_client_mobile/CHANGELOG.md b/packages/at_client_mobile/CHANGELOG.md index 9e7c18fba..c6352b5a5 100644 --- a/packages/at_client_mobile/CHANGELOG.md +++ b/packages/at_client_mobile/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.2.19 +- build[deps]: Upgraded dependencies for the following packages: + - at_client: 3.0.77+1 ## 3.2.18 - fix: fix: rename enrollment details key to local key ## 3.2.17 diff --git a/packages/at_client_mobile/pubspec.yaml b/packages/at_client_mobile/pubspec.yaml index 9bc454aca..2bc76b687 100644 --- a/packages/at_client_mobile/pubspec.yaml +++ b/packages/at_client_mobile/pubspec.yaml @@ -1,6 +1,6 @@ name: at_client_mobile description: A Flutter extension to the at_client library which adds support for mobile, desktop and IoT devices. -version: 3.2.18 +version: 3.2.19 repository: https://github.com/atsign-foundation/at_client_sdk/packages homepage: https://docs.atsign.com/ @@ -20,7 +20,7 @@ dependencies: at_utils: ^3.0.16 at_chops: ^2.0.0 at_lookup: ^3.0.46 - at_client: ^3.0.76 + at_client: ^3.0.77+1 at_auth: ^2.0.4 at_file_saver: ^0.1.2 encrypt: ^5.0.3 From 4e4c0e40138516a7f7db3b25cbf3d576dceb0aec Mon Sep 17 00:00:00 2001 From: purnimavenkatasubbu Date: Wed, 31 Jul 2024 17:52:31 +0530 Subject: [PATCH 2/3] changed at_client dependency to 3.0.78 --- packages/at_client_mobile/CHANGELOG.md | 2 +- packages/at_client_mobile/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/at_client_mobile/CHANGELOG.md b/packages/at_client_mobile/CHANGELOG.md index c6352b5a5..4ee41a20e 100644 --- a/packages/at_client_mobile/CHANGELOG.md +++ b/packages/at_client_mobile/CHANGELOG.md @@ -1,6 +1,6 @@ ## 3.2.19 - build[deps]: Upgraded dependencies for the following packages: - - at_client: 3.0.77+1 + - at_client: 3.0.78 ## 3.2.18 - fix: fix: rename enrollment details key to local key ## 3.2.17 diff --git a/packages/at_client_mobile/pubspec.yaml b/packages/at_client_mobile/pubspec.yaml index 2bc76b687..549bbbc73 100644 --- a/packages/at_client_mobile/pubspec.yaml +++ b/packages/at_client_mobile/pubspec.yaml @@ -20,7 +20,7 @@ dependencies: at_utils: ^3.0.16 at_chops: ^2.0.0 at_lookup: ^3.0.46 - at_client: ^3.0.77+1 + at_client: ^3.0.78 at_auth: ^2.0.4 at_file_saver: ^0.1.2 encrypt: ^5.0.3 From 22e5718c24efcd1439b63c0822799d28e27a2ae1 Mon Sep 17 00:00:00 2001 From: purnimavenkatasubbu Date: Thu, 1 Aug 2024 12:13:45 +0530 Subject: [PATCH 3/3] upgraded dependencies to the latest version --- packages/at_client_mobile/CHANGELOG.md | 3 +++ packages/at_client_mobile/pubspec.yaml | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/packages/at_client_mobile/CHANGELOG.md b/packages/at_client_mobile/CHANGELOG.md index 4ee41a20e..5305d8afa 100644 --- a/packages/at_client_mobile/CHANGELOG.md +++ b/packages/at_client_mobile/CHANGELOG.md @@ -1,6 +1,9 @@ ## 3.2.19 - build[deps]: Upgraded dependencies for the following packages: - at_client: 3.0.78 + - at_lookup: 3.0.47 + - at_auth: 2.0.5 + - at_commons: 4.0.11 ## 3.2.18 - fix: fix: rename enrollment details key to local key ## 3.2.17 diff --git a/packages/at_client_mobile/pubspec.yaml b/packages/at_client_mobile/pubspec.yaml index 549bbbc73..77abc0630 100644 --- a/packages/at_client_mobile/pubspec.yaml +++ b/packages/at_client_mobile/pubspec.yaml @@ -16,12 +16,12 @@ dependencies: biometric_storage: ^5.0.0 hive: ^2.0.4 crypton: ^2.2.1 - at_commons: ^4.0.5 + at_commons: ^4.0.11 at_utils: ^3.0.16 at_chops: ^2.0.0 - at_lookup: ^3.0.46 + at_lookup: ^3.0.47 at_client: ^3.0.78 - at_auth: ^2.0.4 + at_auth: ^2.0.5 at_file_saver: ^0.1.2 encrypt: ^5.0.3 at_persistence_secondary_server: ^3.0.62