diff --git a/cherrypick/CHANGELOG.md b/cherrypick/CHANGELOG.md index 342e852..075bb81 100644 --- a/cherrypick/CHANGELOG.md +++ b/cherrypick/CHANGELOG.md @@ -1,6 +1,10 @@ ## 2.0.2 - **FIX**: support passing params when resolving dependency recursively in parent scope. +## 2.1.0-dev.0 + + - **FEAT**: Add async dependency resolution and enhance example. + ## 2.0.1 - **FIX**: fix warning. diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index 7143029..4b70dda 100644 --- a/cherrypick/pubspec.yaml +++ b/cherrypick/pubspec.yaml @@ -1,6 +1,6 @@ name: cherrypick description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects. -version: 2.0.2 +version: 2.1.0-dev.0 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick diff --git a/cherrypick_flutter/CHANGELOG.md b/cherrypick_flutter/CHANGELOG.md index ff755cf..2143646 100644 --- a/cherrypick_flutter/CHANGELOG.md +++ b/cherrypick_flutter/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.1 +## 1.1.1-dev.0 - Update a dependency to the latest release. diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index e041746..4b8836f 100644 --- a/cherrypick_flutter/pubspec.yaml +++ b/cherrypick_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: cherrypick_flutter description: "Flutter library that allows access to the root scope through the context using `CherryPickProvider`." -version: 1.1.1 +version: 1.1.1-dev.0 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick