Skip to content

Commit

Permalink
Update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
cachapa committed Apr 2, 2023
1 parent 9cb4418 commit eda31cf
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions postgres_crdt/.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 postgres_crdt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

- Add support for upsert statements

## 0.0.8+1

- Fix the getChangeset query
Expand Down
4 changes: 2 additions & 2 deletions postgres_crdt/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -317,10 +317,10 @@ packages:
dependency: "direct main"
description:
name: sql_crdt
sha256: "3e67805f18f42a4fc39c98a290d6281e0aae283c2567387764b4676714f56d89"
sha256: "3081758bce735939d860f818354cd42b502e5aca490bd5b9fe3f1d6fa96014dd"
url: "https://pub.dev"
source: hosted
version: "0.0.8"
version: "0.0.9"
sqlparser:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions postgres_crdt/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: postgres_crdt
description: Dart implementation of Conflict-free Replicated Data Types (CRDTs) using PostgreSQL
version: 0.0.8+1
version: 0.0.9
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 @@ -10,7 +10,7 @@ environment:

dependencies:
postgres: ^2.6.1
sql_crdt: ^0.0.8
sql_crdt: ^0.0.9

dev_dependencies:
lints: any
Expand Down
4 changes: 4 additions & 0 deletions sql_crdt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.9

- Add support for upsert and replace statements

## 0.0.8+1

- Fix the getChangeset query
Expand Down
2 changes: 1 addition & 1 deletion sql_crdt/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: 0.0.8+1
version: 0.0.9
homepage: https://github.com/cachapa/sql_crdt
repository: https://github.com/cachapa/sql_crdt
issue_tracker: https://github.com/cachapa/sql_crdt/issues
Expand Down
5 changes: 5 additions & 0 deletions sqlite_crdt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.9

- Add support for upsert and replace statements
- Add experimental web support

## 0.0.8+1

- Fix the getChangeset query
Expand Down
4 changes: 2 additions & 2 deletions sqlite_crdt/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: 0.0.8+1
version: 0.0.9
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 @@ -11,8 +11,8 @@ environment:
dependencies:
sqflite_common: ^2.4.3
sqflite_common_ffi: ^2.2.2
sql_crdt: ^0.0.8+1
sqflite_common_ffi_web: ^0.3.3+2
sql_crdt: ^0.0.9

dev_dependencies:
lints: any
Expand Down

0 comments on commit eda31cf

Please sign in to comment.