Skip to content

Commit

Permalink
release dox-cli v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
necessarylion committed Dec 29, 2023
1 parent a982704 commit cd7beae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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

- Release stable version v2.0

## 2.0.0-alpha.3

- Fix migration issue
Expand Down
4 changes: 2 additions & 2 deletions packages/dox-cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: dox
description: This is a cli tool to generate migration, model and to handle database migration with dox framework. It support up and down methods to control migration version.
version: 2.0.0-alpha.2
version: 2.0.0
repository: https://github.com/dartondox/dox
homepage: https://dartondox.dev

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
dox_migration: ^1.0.3
dox_migration: ^2.0.0
watcher: ^1.0.2
path: ^1.8.3

Expand Down

0 comments on commit cd7beae

Please sign in to comment.