Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoRB committed Jan 27, 2024
1 parent e63fb1a commit 8aede97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/dartness_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@
## 0.6.0

- Fixed error with topological sort when using `useFactory`
- Controller path variable is optional
- Controller path variable is optional

## 0.6.1

- Updated dartness_server version
4 changes: 2 additions & 2 deletions packages/dartness_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dartness_generator
description: Dartness generator provides the generator classes that are used to run dartness_server
version: 0.6.0
version: 0.6.1
homepage: https://ricardorb.github.io/dartness/
repository: https://github.com/RicardoRB/dartness
issue_tracker: https://github.com/RicardoRB/dartness/issues
Expand All @@ -15,7 +15,7 @@ dependencies:
source_gen: ^1.4.0
analyzer: ^6.3.0
code_builder: ^4.7.0
dartness_server: ^0.6.0
dartness_server: ^0.6.1

dev_dependencies:
lints: ^3.0.0
Expand Down

0 comments on commit 8aede97

Please sign in to comment.