Skip to content

Commit

Permalink
release dox-query-builder v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion committed Dec 29, 2023
1 parent a3f7627 commit cc9f5ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/dox-query-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0

- Support postgres driver v3

## 1.1.16

- Bug fixed on save
Expand Down
6 changes: 3 additions & 3 deletions packages/dox-query-builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dox_query_builder
description: PostgresSQL query builder, Support Model, Where, orWhere, Find, Join, softDeletes, Debugging and many mores.
version: 2.0.0-alpha.1
version: 2.0.0
repository: https://github.com/dartondox/dox
homepage: https://dartondox.dev

Expand All @@ -9,10 +9,10 @@ environment:

dependencies:
postgres: ^3.0.5
dox_annotation: 1.0.5-alpha2.1
dox_annotation: ^1.0.5

dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
build_runner: ^2.3.3
dox_builder: ^2.0.0-alpha.2
dox_builder: ^2.0.0

0 comments on commit cc9f5ac

Please sign in to comment.