Skip to content

Commit

Permalink
Merge pull request #2128 from atsign-foundation/commit_log_special_ke…
Browse files Browse the repository at this point in the history
…y_bug

fix: remove persistence dependency overrides
  • Loading branch information
murali-shris authored Oct 17, 2024
2 parents f7906e1 + 3275c80 commit e58bd32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/at_secondary_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.0.52
- build[deps]: Upgraded the following package:
- at_commons to v5.0.1
- at_persistence_secondary_server to v3.0.65
## 3.0.51
- feat: Introduce option to unrevoke revoked enrollments
- feat: Introduce option to delete enrollments that are denied/revoked
Expand Down
8 changes: 2 additions & 6 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.51
version: 3.0.52
repository: https://github.com/atsign-foundation/at_server
homepage: https://www.example.com
publish_to: none
Expand All @@ -25,7 +25,7 @@ dependencies:
at_lookup: 3.0.49
at_server_spec: 5.0.2
at_persistence_spec: 2.0.14
at_persistence_secondary_server: 3.0.64
at_persistence_secondary_server: 3.0.65
intl: ^0.19.0
json_annotation: ^4.8.0
version: 3.0.2
Expand All @@ -34,10 +34,6 @@ dependencies:
yaml: 3.1.2
logging: 1.2.0

dependency_overrides:
at_persistence_secondary_server:
path: ../at_persistence_secondary_server

dev_dependencies:
build_runner: ^2.3.3
test: ^1.24.4
Expand Down

0 comments on commit e58bd32

Please sign in to comment.