chore(release): publish packages

- cherrypick@3.0.0-dev.9
 - cherrypick_annotations@1.1.2-dev.0
 - cherrypick_flutter@1.1.3-dev.9
 - cherrypick_generator@2.0.0-dev.0
 - talker_cherrypick_logger@1.1.0-dev.0
This commit is contained in:
Sergey Penkovsky
2025-08-13 15:11:23 +03:00
parent db4d128d04
commit f85036d20f
11 changed files with 77 additions and 9 deletions

View File

@@ -1,3 +1,9 @@
## 2.0.0-dev.0
> Note: This release has breaking changes.
- **BREAKING** **DOCS**(generator): improve and unify English documentation and examples for all DI source files.
## 1.1.1
- **FIX**(license): correct urls.

View File

@@ -2,7 +2,7 @@ name: cherrypick_generator
description: |
Source code generator for the cherrypick dependency injection system. Processes annotations to generate binding and module code for Dart & Flutter projects.
version: 1.1.1
version: 2.0.0-dev.0
documentation: https://github.com/pese-git/cherrypick/wiki
repository: https://github.com/pese-git/cherrypick/cherrypick_generator
issue_tracker: https://github.com/pese-git/cherrypick/issues
@@ -18,7 +18,7 @@ environment:
# Add regular dependencies here.
dependencies:
cherrypick_annotations: ^1.1.1
cherrypick_annotations: ^1.1.2-dev.0
analyzer: ^7.0.0
dart_style: ^3.0.0
build: ^2.4.1