Skip to content

Commit

Permalink
Merge pull request #1791 from atsign-foundation/cpswan-root-bump-at_c…
Browse files Browse the repository at this point in the history
…ommons-4.0.1

build(deps): Bump at_commons to 4.0.1
  • Loading branch information
gkc authored Feb 13, 2024
2 parents e03c78e + a45f7d1 commit 7f79e9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions packages/at_persistence_root_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.0.6
- changed at_commons and at_utils dependency version
## 2.0.5
- upgrade persistence spec version
## 2.0.4
Expand Down
6 changes: 3 additions & 3 deletions packages/at_persistence_root_server/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: at_persistence_root_server
description: Implementation for root server related persistence.
version: 2.0.5
version: 2.0.6
repository: https://github.com/atsign-foundation/at_server
homepage: https://atsign.dev
documentation: https://atsign.dev/at_docs-dev_env/at_persistence_root_server/index.html
Expand All @@ -10,8 +10,8 @@ environment:
sdk: '>=2.15.0 <4.0.0'

dependencies:
at_commons: ^3.0.0
at_utils: ^3.0.0
at_commons: ^4.0.1
at_utils: ^3.0.16
at_persistence_spec: ^2.0.2
redis: ^2.0.0

Expand Down
2 changes: 2 additions & 0 deletions packages/at_root_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 2.1.1
- dependency upgrade in pubspec for at_commons, at_server_spec, at_utils
## 2.1.0
- feat: rate limiting when looking up non-existent atSigns
- feat: miscellaneous logging enhancements
Expand Down
10 changes: 5 additions & 5 deletions packages/at_root_server/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ dependencies:
args: 2.4.2
uuid: 3.0.7
yaml: 3.1.2
at_commons: 3.0.57
at_utils: 3.0.15
at_server_spec: 3.0.15
at_commons: 4.0.1
at_utils: 3.0.16
at_server_spec: 4.0.1
at_persistence_root_server:
git:
url: https://github.com/atsign-foundation/at_server.git
path: packages/at_persistence_root_server
ref: trunk
version: ^2.0.5
ref: cpswan-root-bump-at_commons-4.0.1
version: ^2.0.6

dev_dependencies:
# Adding test_cov for generating the test coverage.
Expand Down

0 comments on commit 7f79e9c

Please sign in to comment.