mirror of
https://github.com/pese-git/cherrypick.git
synced 2026-01-24 13:47:24 +00:00
chore(release): publish packages
- cherrypick@2.1.0-dev.0 - cherrypick_flutter@1.1.1-dev.0
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
## 2.0.2
|
## 2.0.2
|
||||||
- **FIX**: support passing params when resolving dependency recursively in parent scope.
|
- **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
|
## 2.0.1
|
||||||
- **FIX**: fix warning.
|
- **FIX**: fix warning.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: cherrypick
|
name: cherrypick
|
||||||
description: Cherrypick is a small dependency injection (DI) library for dart/flutter projects.
|
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/
|
homepage: https://pese-git.github.io/cherrypick-site/
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
documentation: https://github.com/pese-git/cherrypick/wiki
|
||||||
repository: https://github.com/pese-git/cherrypick
|
repository: https://github.com/pese-git/cherrypick
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
## 1.1.1
|
## 1.1.1-dev.0
|
||||||
|
|
||||||
- Update a dependency to the latest release.
|
- Update a dependency to the latest release.
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: cherrypick_flutter
|
name: cherrypick_flutter
|
||||||
description: "Flutter library that allows access to the root scope through the context using `CherryPickProvider`."
|
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/
|
homepage: https://pese-git.github.io/cherrypick-site/
|
||||||
documentation: https://github.com/pese-git/cherrypick/wiki
|
documentation: https://github.com/pese-git/cherrypick/wiki
|
||||||
repository: https://github.com/pese-git/cherrypick
|
repository: https://github.com/pese-git/cherrypick
|
||||||
|
|||||||
Reference in New Issue
Block a user