Skip to content

Commit

Permalink
Merge pull request #1305 from atsign-foundation/update_version
Browse files Browse the repository at this point in the history
Upgrade the dependent libraries version
  • Loading branch information
sitaram-kalluri authored Apr 10, 2023
2 parents 539da2d + 724208d commit ffb81e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/at_secondary_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.30
- fix: When metadata attributes are not set, merge the existing metadata attributes
- fix: When metadata attributes are explicitly set to null, reset the metadata
## 3.0.29
- fix: Check if connected atSign is authorized to send notifications
- feat: support new pkam verb syntax allowing for authentication using multiple signing and hashing algorithms
Expand Down
10 changes: 5 additions & 5 deletions packages/at_secondary_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_secondary
description: Implementation of secondary server.
version: 3.0.29
version: 3.0.30
repository: https://github.com/atsign-foundation/at_server
homepage: https://www.example.com
publish_to: none
Expand All @@ -20,11 +20,11 @@ dependencies:
ecdsa: ^0.0.4
at_persistence_spec: 2.0.12
at_persistence_secondary_server: 3.0.52
at_lookup: 3.0.35
at_lookup: 3.0.36
at_server_spec: 3.0.11
at_utils: 3.0.11
at_chops: 1.0.1
at_commons: 3.0.42
at_utils: 3.0.12
at_chops: 1.0.3
at_commons: 3.0.44
version: 3.0.2
meta: 1.8.0
mutex: ^3.0.1
Expand Down

0 comments on commit ffb81e1

Please sign in to comment.