Skip to content

Commit

Permalink
fix: changelog and pubspec for server release
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 4, 2024
1 parent 10acc4d commit aa5e6d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions packages/at_secondary_server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 3.1.0
- feat: sync skip deletes until changes
- build[deps]: Upgraded the following package:
- at_commons to v5.1.0
- at_persistence_secondary_server to v3.1.0
# 3.0.52
- build[deps]: Upgraded the following package:
- at_commons to v5.0.2
Expand Down
11 changes: 2 additions & 9 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.52
version: 3.1.0
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.66
at_persistence_secondary_server: 3.1.0
intl: ^0.19.0
json_annotation: ^4.8.0
version: 3.0.2
Expand All @@ -34,13 +34,6 @@ dependencies:
yaml: 3.1.2
logging: 1.2.0

dependency_overrides:
at_persistence_secondary_server:
git:
url: https://github.com/atsign-foundation/at_server.git
path: packages/at_persistence_secondary_server
ref: trunk

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

0 comments on commit aa5e6d4

Please sign in to comment.