Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen committed Dec 25, 2024
1 parent 6cbe006 commit 17c8bbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.1

## Fix

- Exports

# 0.7.0

## Feat
Expand Down
1 change: 1 addition & 0 deletions lib/impaktfull_architecture.dart
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
library impaktfull_architecture;

export 'src/di/di.dart';
export 'src/extension/future_extension.dart';
export 'src/extension/iterable_extension.dart';
export 'src/extension/list_extension.dart';
export 'src/model/data/error/localized_error.dart';
Expand Down

0 comments on commit 17c8bbf

Please sign in to comment.