Skip to content

Commit

Permalink
Fix table filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Oct 11, 2023
1 parent 375eaa9 commit b305f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.2

- Fix table filtering

## 2.1.1

- Filter custom query tables when sending delta changesets
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: sqlite_crdt
description: Dart implementation of Conflict-free Replicated Data Types (CRDTs) using Sqlite
version: 2.1.1
version: 2.1.2
homepage: https://github.com/cachapa/sqlite_crdt
repository: https://github.com/cachapa/sqlite_crdt
issue_tracker: https://github.com/cachapa/sqlite_crdt/issues
Expand All @@ -12,7 +12,7 @@ dependencies:
sqflite_common: ^2.5.0
sqflite_common_ffi: ^2.3.0+2
sqflite_common_ffi_web: ^0.4.0
sql_crdt: ^2.1.1
sql_crdt: ^2.1.2
# path: ../sql_crdt

dev_dependencies:
Expand Down

0 comments on commit b305f36

Please sign in to comment.