Skip to content

Commit

Permalink
Merge pull request #1122 from atsign-foundation/publish_atclient
Browse files Browse the repository at this point in the history
build: publish at_client 3.0.65
  • Loading branch information
gkc authored Sep 13, 2023
2 parents 0f93a6a + 0af5623 commit 26f378c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/at_client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.65
- feat: apkam changes for at_onboarding_cli
- build: updated at_commons to `'3.0.55'`, at_chops to `'1.0.4`, at_lookup to `'3.0.40'`
## 3.0.64
- Made ConnectivityListener configurable, and removed some unnecessary network
availability checks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class AtClientConfig {

/// Represents the at_client version.
/// Must always be the same as the actual version in pubspec.yaml
final String atClientVersion = '3.0.64';
final String atClientVersion = '3.0.65';

/// Represents the client commit log compaction time interval
///
Expand Down
8 changes: 4 additions & 4 deletions packages/at_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: The at_client library is the non-platform specific Client SDK which
##
##
## NB: When incrementing the version, please also increment the version in AtClientConfig file
version: 3.0.64
version: 3.0.65
## NB: When incrementing the version, please also increment the version in AtClientConfig file
##

Expand All @@ -31,10 +31,10 @@ dependencies:
async: ^2.9.0
at_utf7: ^1.0.0
at_base2e15: ^1.0.0
at_commons: ^3.0.54
at_commons: ^3.0.55
at_utils: ^3.0.15
at_chops: ^1.0.3
at_lookup: ^3.0.39
at_chops: ^1.0.4
at_lookup: ^3.0.40
at_persistence_spec: ^2.0.14
at_persistence_secondary_server: ^3.0.57
meta: ^1.8.0
Expand Down

0 comments on commit 26f378c

Please sign in to comment.