From 0f4627c0416f12d99dbe53b6873172111e76aa32 Mon Sep 17 00:00:00 2001 From: Murali Date: Mon, 22 Jan 2024 12:39:28 +0530 Subject: [PATCH 1/7] build: uptake at_chops major version --- packages/at_onboarding_cli/pubspec.yaml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/packages/at_onboarding_cli/pubspec.yaml b/packages/at_onboarding_cli/pubspec.yaml index f5f2c9d1..b5483449 100644 --- a/packages/at_onboarding_cli/pubspec.yaml +++ b/packages/at_onboarding_cli/pubspec.yaml @@ -22,25 +22,30 @@ dependencies: zxing2: ^0.2.0 at_auth: ^1.0.3 at_chops: ^1.0.7 - at_client: ^3.0.69 + at_client: ^3.0.73 at_commons: ^4.0.0 at_lookup: ^3.0.44 at_server_status: ^1.0.3 at_utils: ^3.0.16 dependency_overrides: - at_client: - git: - url: https://github.com/atsign-foundation/at_client_sdk - ref: trunk - path: packages/at_client - at_commons: ^4.0.0 + at_chops: + git: + url: https://github.com/atsign-foundation/at_libraries + path: packages/at_chops + ref: pass_optional_key_params at_server_status: git: url: https://github.com/atsign-foundation/at_libraries.git - ref: update_dependencies + ref: trunk path: packages/at_server_status + at_auth: + git: + url: https://github.com/atsign-foundation/at_libraries.git + ref: uptake_commons_into_auth + path: packages/at_auth + dev_dependencies: lints: ^2.1.0 test: ^1.24.2 From 88829ff364143b3702baa83200cbeaffda2dd32d Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 24 Jan 2024 11:45:55 +0530 Subject: [PATCH 2/7] build: upgrade at_auth and at_server status --- packages/at_onboarding_cli/pubspec.yaml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/packages/at_onboarding_cli/pubspec.yaml b/packages/at_onboarding_cli/pubspec.yaml index b5483449..1b28ef53 100644 --- a/packages/at_onboarding_cli/pubspec.yaml +++ b/packages/at_onboarding_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: at_onboarding_cli description: Dart tool to authenticate, onboard and perform complex operations on atSign seccondaries from command-line-interface. -version: 1.4.1 +version: 1.4.3 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.com documentation: https://docs.atsign.com/ @@ -20,12 +20,12 @@ dependencies: image: ^4.0.17 path: ^1.8.1 zxing2: ^0.2.0 - at_auth: ^1.0.3 + at_auth: ^1.0.4 at_chops: ^1.0.7 at_client: ^3.0.73 at_commons: ^4.0.0 at_lookup: ^3.0.44 - at_server_status: ^1.0.3 + at_server_status: ^1.0.4 at_utils: ^3.0.16 dependency_overrides: @@ -34,17 +34,6 @@ dependency_overrides: url: https://github.com/atsign-foundation/at_libraries path: packages/at_chops ref: pass_optional_key_params - at_server_status: - git: - url: https://github.com/atsign-foundation/at_libraries.git - ref: trunk - path: packages/at_server_status - - at_auth: - git: - url: https://github.com/atsign-foundation/at_libraries.git - ref: uptake_commons_into_auth - path: packages/at_auth dev_dependencies: lints: ^2.1.0 From a8e6e09dfdbd74815bc2df8bd145225daa4bea04 Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 24 Jan 2024 17:35:28 +0530 Subject: [PATCH 3/7] build: changelog and pubspec for version upgrade --- packages/at_onboarding_cli/CHANGELOG.md | 2 +- packages/at_onboarding_cli/pubspec.yaml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/packages/at_onboarding_cli/CHANGELOG.md b/packages/at_onboarding_cli/CHANGELOG.md index c1140973..8d5717c8 100644 --- a/packages/at_onboarding_cli/CHANGELOG.md +++ b/packages/at_onboarding_cli/CHANGELOG.md @@ -1,5 +1,5 @@ ## 1.4.3 -- build[deps]: upgrade at_chops to 1.0.8 +- build[deps]: upgrade at_chops to 2.0.0 | at_lookup to 3.0.45 | at_clien to 3.0.74 ## 1.4.2 - build[deps]: upgrade: \ at_commons to 4.0.0 | at_auth to 1.0.4 | at_chops to 1.0.7 | at_client to 3.0.73 \ diff --git a/packages/at_onboarding_cli/pubspec.yaml b/packages/at_onboarding_cli/pubspec.yaml index 9675a5ca..771e9029 100644 --- a/packages/at_onboarding_cli/pubspec.yaml +++ b/packages/at_onboarding_cli/pubspec.yaml @@ -20,20 +20,21 @@ dependencies: image: ^4.0.17 path: ^1.8.1 zxing2: ^0.2.0 - at_auth: ^1.0.4 - at_chops: ^1.0.7 + at_auth: ^1.0.5 + at_chops: ^2.0.0 at_client: ^3.0.73 at_commons: ^4.0.0 - at_lookup: ^3.0.44 + at_lookup: ^3.0.45 at_server_status: ^1.0.4 at_utils: ^3.0.16 +# TODO replace with pub version dependency_overrides: - at_chops: - git: - url: https://github.com/atsign-foundation/at_libraries - path: packages/at_chops - ref: pass_optional_key_params + at_client: + git: + url: https://github.com/atsign-foundation/at_client_sdk/ + path: packages/at_client + ref: replace_encrypt_key_with_atchops dev_dependencies: lints: ^2.1.0 From d138bb4915424532f0150412a47aa87b5422a251 Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 24 Jan 2024 17:46:13 +0530 Subject: [PATCH 4/7] fix: add at_client dependency overrides for functional tests --- tests/at_onboarding_cli_functional_tests/pubspec.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/at_onboarding_cli_functional_tests/pubspec.yaml b/tests/at_onboarding_cli_functional_tests/pubspec.yaml index 077ad73f..02f4aa6c 100644 --- a/tests/at_onboarding_cli_functional_tests/pubspec.yaml +++ b/tests/at_onboarding_cli_functional_tests/pubspec.yaml @@ -10,6 +10,12 @@ dependencies: at_onboarding_cli: path: ../../packages/at_onboarding_cli +dependency_overrides: + at_client: + git: + url: https://github.com/atsign-foundation/at_client_sdk/ + path: packages/at_client + ref: replace_encrypt_key_with_atchops dev_dependencies: lints: ^1.0.0 test: ^1.17.2 From c306974f05a019be3d98a8dbebb5099d7e7732ee Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 24 Jan 2024 23:11:31 +0530 Subject: [PATCH 5/7] build: upgrade at_client to 3.0.74 --- packages/at_onboarding_cli/pubspec.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/at_onboarding_cli/pubspec.yaml b/packages/at_onboarding_cli/pubspec.yaml index 771e9029..62f8521a 100644 --- a/packages/at_onboarding_cli/pubspec.yaml +++ b/packages/at_onboarding_cli/pubspec.yaml @@ -22,20 +22,12 @@ dependencies: zxing2: ^0.2.0 at_auth: ^1.0.5 at_chops: ^2.0.0 - at_client: ^3.0.73 + at_client: ^3.0.74 at_commons: ^4.0.0 at_lookup: ^3.0.45 at_server_status: ^1.0.4 at_utils: ^3.0.16 -# TODO replace with pub version -dependency_overrides: - at_client: - git: - url: https://github.com/atsign-foundation/at_client_sdk/ - path: packages/at_client - ref: replace_encrypt_key_with_atchops - dev_dependencies: lints: ^2.1.0 test: ^1.24.2 From fc2813f4f3cd3578a55d3bc86221f80c0108f335 Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 24 Jan 2024 23:13:01 +0530 Subject: [PATCH 6/7] fix: remove dependency overrides in func test --- tests/at_onboarding_cli_functional_tests/pubspec.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/at_onboarding_cli_functional_tests/pubspec.yaml b/tests/at_onboarding_cli_functional_tests/pubspec.yaml index 02f4aa6c..077ad73f 100644 --- a/tests/at_onboarding_cli_functional_tests/pubspec.yaml +++ b/tests/at_onboarding_cli_functional_tests/pubspec.yaml @@ -10,12 +10,6 @@ dependencies: at_onboarding_cli: path: ../../packages/at_onboarding_cli -dependency_overrides: - at_client: - git: - url: https://github.com/atsign-foundation/at_client_sdk/ - path: packages/at_client - ref: replace_encrypt_key_with_atchops dev_dependencies: lints: ^1.0.0 test: ^1.17.2 From 8fb19821673651b0479772e4b2a5f17f2f662e3a Mon Sep 17 00:00:00 2001 From: Murali Date: Wed, 24 Jan 2024 23:14:38 +0530 Subject: [PATCH 7/7] fix: typo in changelog --- packages/at_onboarding_cli/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/at_onboarding_cli/CHANGELOG.md b/packages/at_onboarding_cli/CHANGELOG.md index 8d5717c8..79d0b1c0 100644 --- a/packages/at_onboarding_cli/CHANGELOG.md +++ b/packages/at_onboarding_cli/CHANGELOG.md @@ -1,5 +1,5 @@ ## 1.4.3 -- build[deps]: upgrade at_chops to 2.0.0 | at_lookup to 3.0.45 | at_clien to 3.0.74 +- build[deps]: upgrade at_chops to 2.0.0 | at_lookup to 3.0.45 | at_client to 3.0.74 ## 1.4.2 - build[deps]: upgrade: \ at_commons to 4.0.0 | at_auth to 1.0.4 | at_chops to 1.0.7 | at_client to 3.0.73 \