From 21c3e83a6a34279e94eb1ac21ff68f44fdd27297 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Wed, 4 Jan 2023 11:17:44 +0300 Subject: [PATCH] added provider with params and changed build version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8f8a41..313996b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +1.0.3 Added provider with params + +--- + 1.0.2 Updated doc and fixed syntax error --- diff --git a/pubspec.yaml b/pubspec.yaml index a6d3901..b8c2e6c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cherrypick description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects. -version: 1.0.2-0 +version: 1.0.3 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick