Skip to content

Commit

Permalink
Update to latest crdt version
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Sep 14, 2023
1 parent c1cf56e commit af62e37
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/Dart_Packages.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.0

- Update to latest `crdt` version

## 2.0.0

This version introduces a major refactor which results in multiple breaking changes in line with `crdt` v5.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: sql_crdt
description: Base package for Conflict-free Replicated Data Types (CRDTs) using SQL databases
version: 2.0.0
version: 2.1.0
homepage: https://github.com/cachapa/sql_crdt
repository: https://github.com/cachapa/sql_crdt
issue_tracker: https://github.com/cachapa/sql_crdt/issues
Expand All @@ -9,7 +9,7 @@ environment:
sdk: ^3.0.0

dependencies:
crdt: ^5.0.2
crdt: ^5.1.1
# path: ../crdt
source_span: ^1.10.0
sqlparser: ^0.31.1
Expand Down

0 comments on commit af62e37

Please sign in to comment.