Skip to content

Commit

Permalink
release postgres changes (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion authored Dec 27, 2023
1 parent 1d2d8ca commit 9c950a3
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 25 deletions.
2 changes: 1 addition & 1 deletion packages/dox-annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.0.5-alpha2.0
## 1.0.5-alpha2.1

- Add IDoxMiddleware interface

Expand Down
12 changes: 6 additions & 6 deletions packages/dox-app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -231,42 +231,42 @@ packages:
path: "../dox-annotation"
relative: true
source: path
version: "1.0.5-alpha2.0"
version: "1.0.5-alpha2.1"
dox_auth:
dependency: "direct main"
description:
path: "../dox-auth"
relative: true
source: path
version: "2.0.0-beta.1"
version: "2.0.0-beta.2"
dox_builder:
dependency: "direct dev"
description:
path: "../dox-builder"
relative: true
source: path
version: "1.0.4"
version: "2.0.0-alpha.1"
dox_core:
dependency: "direct main"
description:
path: "../dox-core"
relative: true
source: path
version: "2.0.0-alpha.4"
version: "2.0.0-alpha.5"
dox_migration:
dependency: "direct main"
description:
path: "../dox-migration"
relative: true
source: path
version: "2.0.0-alpha.1"
version: "2.0.0-alpha.2"
dox_query_builder:
dependency: "direct main"
description:
path: "../dox-query-builder"
relative: true
source: path
version: "1.1.16"
version: "2.0.0-alpha.1"
dox_websocket:
dependency: "direct main"
description:
Expand Down
12 changes: 6 additions & 6 deletions packages/dox-app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dependencies:
postgres: ^3.0.4
ioredis: ^1.0.2
short_uuids: ^2.0.0
dox_auth: ^2.0.0-alpha.2
dox_migration: ^1.0.4
dox_core: ^2.0.0-alpha.3
dox_websocket: ^1.0.0-beta.1
dox_query_builder: ^1.1.15
dox_auth: ^2.0.0-beta.2
dox_migration: ^2.0.0-alpha.2
dox_core: ^2.0.0-alpha.5
dox_websocket: ^1.0.0-beta.2
dox_query_builder: ^2.0.0-alpha.1

dev_dependencies:
dox_builder: ^1.0.3
dox_builder: ^2.0.0-alpha.1
build_runner: ^2.3.3
lints: ^2.0.0
test: ^1.21.0
Expand Down
2 changes: 1 addition & 1 deletion packages/dox-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-beta.1
## 2.0.0-beta.2

- Compatible for core version 2.0.

Expand Down
6 changes: 3 additions & 3 deletions packages/dox-auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dox_auth
description: Authentication package for dox framework with jsonwebtoken(jwt) driver.
version: 2.0.0-beta.1
version: 2.0.0-beta.2
repository: https://github.com/dartondox/dox

environment:
Expand All @@ -9,8 +9,8 @@ environment:
dependencies:
bcrypt: ^1.1.3
dart_jsonwebtoken: ^2.8.2
dox_annotation: ^1.0.5-alpha1.9
dox_query_builder: ^1.1.15
dox_annotation: ^1.0.5-alpha2.1
dox_query_builder: ^2.0.0-alpha.1

dev_dependencies:
lints: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/dox-builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-alpha.1

- Bug fix on the builder

## 1.0.4

- Change `newQuery` to `query()` and deprecate `newQuery`
Expand Down
4 changes: 2 additions & 2 deletions packages/dox-builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dox_builder
description: Dox builder for dox framework
version: 2.0.0-alpha.1
version: 2.0.0-alpha.2
repository: https://github.com/dartondox/dox
homepage: https://dartondox.dev

Expand All @@ -11,7 +11,7 @@ dependencies:
build: ^2.4.0
source_gen: ^1.3.1
analyzer: ^5.12.0
dox_annotation: ^1.0.5-alpha1.9
dox_annotation: ^1.0.5-alpha2.1

dev_dependencies:
lints: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/dox-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-alpha.3

- Fix migration issue

## 2.0.0-alpha.2

- Add option to create project with specific version
Expand Down
4 changes: 4 additions & 0 deletions packages/dox-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# version 2.0.0-alpha.5

- Update postgres

# version 2.0.0-alpha.4

- Restructure response handler and middleware
Expand Down
4 changes: 2 additions & 2 deletions packages/dox-core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dox_core
description: A perfect solution for your web backend development with dart that offers a wide range of features to help you build powerful and scalable web applications.
version: 2.0.0-alpha.4
version: 2.0.0-alpha.5
repository: https://github.com/dartondox/dox

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
mime: ^1.0.4
string_scanner: ^1.1.0
uuid: ^3.0.6
dox_annotation: ^1.0.5-alpha2.0
dox_annotation: ^1.0.5-alpha2.1

dev_dependencies:
lints: ^2.0.0
Expand Down
4 changes: 4 additions & 0 deletions packages/dox-migration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.0-alpha.2

- Remove .dart option

## 1.0.4

- Improve loading .env
Expand Down
2 changes: 1 addition & 1 deletion packages/dox-migration/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dox_migration
description: Database migration package for Postgres SQL
version: 2.0.0-alpha.1
version: 2.0.0-alpha.2
repository: https://github.com/dartondox/dox

environment:
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: 1.1.16
version: 2.0.0-alpha.1
repository: https://github.com/dartondox/dox
homepage: https://dartondox.dev

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

dependencies:
postgres: ^3.0.4
dox_annotation: ^1.0.4
dox_annotation: 1.0.5-alpha2.1

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

0 comments on commit 9c950a3

Please sign in to comment.