Skip to content

Commit

Permalink
feat: Add register components method
Browse files Browse the repository at this point in the history
  • Loading branch information
LeadcodeDev committed May 15, 2023
1 parent d8acddb commit 314feba
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## 1.5.0
- Add method to register components

## 5.0
- Implement component entities

## 1.4.0
Expand Down
1 change: 1 addition & 0 deletions lib/src/contracts/component_service_contract.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ abstract class InteractiveComponentContract<T, I> {

abstract class ComponentServiceContract extends MineralService {
T get<T extends InteractiveComponentContract>();
void register (List<InteractiveComponentContract> components);
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: mineral_contract
description: Develop your own packages thanks to this base offering you access to Mineral's core contracts
version: 1.5.0
version: 1.5.1

repository: https://github.com/mineral-dart/package
# homepage: https://www.example.com
Expand Down

0 comments on commit 314feba

Please sign in to comment.