From 4c91d4617a502f00ef65887e6b13fadff5ae930c Mon Sep 17 00:00:00 2001 From: murali-shris Date: Tue, 1 Mar 2022 13:13:40 +0530 Subject: [PATCH 1/2] pubspec and changelog --- at_lookup/CHANGELOG.md | 2 ++ at_lookup/pubspec.yaml | 9 ++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/at_lookup/CHANGELOG.md b/at_lookup/CHANGELOG.md index 05c44a32..ea07b72a 100644 --- a/at_lookup/CHANGELOG.md +++ b/at_lookup/CHANGELOG.md @@ -1,3 +1,5 @@ +## 3.0.11 +- Add shared key to metadata ## 3.0.10 - outbound listener bug fix ## 3.0.9 diff --git a/at_lookup/pubspec.yaml b/at_lookup/pubspec.yaml index 4ef13c70..934b702e 100644 --- a/at_lookup/pubspec.yaml +++ b/at_lookup/pubspec.yaml @@ -1,6 +1,6 @@ name: at_lookup description: A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.) -version: 3.0.10 +version: 3.0.11 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev @@ -15,6 +15,13 @@ dependencies: at_commons: ^3.0.5 mutex: ^3.0.0 +dependency_overrides: + at_commons: + git: + url: https://github.com/atsign-foundation/at_tools.git + path: at_commons + ref: sharedkey_metadata + dev_dependencies: lints: ^1.0.1 test: ^1.17.1 From 19abb171e2a287dad2538402d868d90312167f6b Mon Sep 17 00:00:00 2001 From: murali-shris Date: Wed, 16 Mar 2022 14:24:33 +0530 Subject: [PATCH 2/2] publish at_lookup --- at_lookup/pubspec.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/at_lookup/pubspec.yaml b/at_lookup/pubspec.yaml index 934b702e..42f463ec 100644 --- a/at_lookup/pubspec.yaml +++ b/at_lookup/pubspec.yaml @@ -1,6 +1,6 @@ name: at_lookup description: A Dart library that contains the core commands that can be used with a secondary server (scan, update, lookup, llookup, plookup, etc.) -version: 3.0.11 +version: 3.0.12 repository: https://github.com/atsign-foundation/at_libraries homepage: https://atsign.dev @@ -12,15 +12,15 @@ dependencies: crypton: ^2.0.1 crypto: ^3.0.1 at_utils: ^3.0.6 - at_commons: ^3.0.5 + at_commons: ^3.0.7 mutex: ^3.0.0 -dependency_overrides: - at_commons: - git: - url: https://github.com/atsign-foundation/at_tools.git - path: at_commons - ref: sharedkey_metadata +#dependency_overrides: +# at_commons: +# git: +# url: https://github.com/atsign-foundation/at_tools.git +# path: at_commons +# ref: trunk dev_dependencies: lints: ^1.0.1