Skip to content

Commit

Permalink
Merge pull request #179 from atsign-foundation/publish_atContact
Browse files Browse the repository at this point in the history
build: publish at_contact package
  • Loading branch information
sitaram-kalluri authored Jun 15, 2022
2 parents bb419dd + 44fc09a commit 6d1737d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
3 changes: 3 additions & 0 deletions at_contact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.6
- Upgrade at_client version to 3.0.26 for AtException chaining
- Upgrade at_commons version to 3.0.17 for AtException hierarchy
## 3.0.5+1

- **Chore**: Updated documentation.
Expand Down
1 change: 0 additions & 1 deletion at_contact/lib/src/at_contacts_impl.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:convert';

import 'package:at_client/at_client.dart';
import 'package:at_commons/at_commons.dart';
import 'package:at_contact/src/config/app_constants.dart';
import 'package:at_contact/src/model/at_contact.dart';
import 'package:at_contact/src/model/at_group.dart';
Expand Down
13 changes: 4 additions & 9 deletions at_contact/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,20 @@ name: at_contact
description: A Dart library for managing contact data that developers can use
for their applications.
documentation: https://atsign.dev/docs/
version: 3.0.5+1
version: 3.0.6
repository: https://github.com/atsign-foundation/at_libraries
homepage: https://atsign.dev
environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
intl: ^0.17.0
at_client: ^3.0.25
at_client: ^3.0.26
at_commons: ^3.0.17
at_utils: ^3.0.6
at_utils: ^3.0.10
uuid: ^3.0.4

dependency_overrides:
at_client:
git:
url: https://github.com/atsign-foundation/at_client_sdk.git
path: at_client
ref: trunk
#dependency_overrides:
# at_commons:
# git:
# url: https://github.com/atsign-foundation/at_tools.git
Expand Down

0 comments on commit 6d1737d

Please sign in to comment.