Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
update CHANGELOG.md
  • Loading branch information
Milad-Akarie committed Mar 13, 2024
1 parent dd76119 commit f7e7499
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 0 additions & 2 deletions injectable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# ChangeLog
## [2.3.6]
Fix: Type Alias error on generation #437
## [2.3.5]
Fix: add generic type annotation to registerSingleton() call #436
## [2.3.4]
Expand Down
2 changes: 1 addition & 1 deletion injectable/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: injectable
description: Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.
version: 2.3.6
version: 2.3.5
homepage: https://github.com/Milad-Akarie/injectable

environment:
Expand Down
2 changes: 2 additions & 0 deletions injectable_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# ChangeLog
## [2.5.1]
Fix: Type Alias error on generation #437
## [2.5.0]
- Feat: add support for passing records as @factoryParam
## [2.4.2]
Expand Down
2 changes: 1 addition & 1 deletion injectable_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: injectable_generator
description: Injectable is a convenient code generator for get_it. Inspired by Angular DI, Guice DI and inject.dart.
version: 2.5.0
version: 2.5.1
homepage: https://github.com/Milad-Akarie/injectable

environment:
Expand Down

0 comments on commit f7e7499

Please sign in to comment.