chore(release): publish packages

- cherrypick@2.1.0-dev.0
 - cherrypick_flutter@1.1.1-dev.0
This commit is contained in:
Sergey Penkovsky
2025-05-13 23:55:20 +03:00
parent 3d24f01e3e
commit 80c121d2c9
4 changed files with 7 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -1,4 +1,4 @@
## 1.1.1
## 1.1.1-dev.0
- Update a dependency to the latest release.

View File

@@ -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