From 314feba86c6d5ac88a0d72ae0c1cbb20f124a0ee Mon Sep 17 00:00:00 2001 From: LeadcodeDev Date: Mon, 15 May 2023 22:23:20 +0200 Subject: [PATCH] feat: Add register components method --- CHANGELOG.md | 3 +++ lib/src/contracts/component_service_contract.dart | 1 + pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0004743..d8801e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ ## 1.5.0 +- Add method to register components + +## 5.0 - Implement component entities ## 1.4.0 diff --git a/lib/src/contracts/component_service_contract.dart b/lib/src/contracts/component_service_contract.dart index 9410bf3..6a852f2 100644 --- a/lib/src/contracts/component_service_contract.dart +++ b/lib/src/contracts/component_service_contract.dart @@ -8,4 +8,5 @@ abstract class InteractiveComponentContract { abstract class ComponentServiceContract extends MineralService { T get(); + void register (List components); } \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9940433..78fc982 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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