chore(release): publish packages

- cherrypick@2.0.1
 - cherrypick_flutter@1.0.1
This commit is contained in:
Sergey Penkovsky
2025-05-02 12:04:22 +03:00
parent 75222a3471
commit bfef3788a7
5 changed files with 43 additions and 3 deletions

32
CHANGELOG.md Normal file
View File

@@ -0,0 +1,32 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2025-05-02
### Changes
---
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- [`cherrypick` - `v2.0.1`](#cherrypick---v201)
- [`cherrypick_flutter` - `v1.0.1`](#cherrypick_flutter---v101)
Packages with dependency updates only:
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `cherrypick_flutter` - `v1.0.1`
---
#### `cherrypick` - `v2.0.1`
- **FIX**: fix warning.

View File

@@ -1,3 +1,7 @@
## 2.0.1
- **FIX**: fix warning.
# Changelog # Changelog

View File

@@ -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.0 version: 2.0.1
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

View File

@@ -1,3 +1,7 @@
## 1.0.1
- Update a dependency to the latest release.
## 0.0.1 ## 0.0.1
* TODO: Describe initial release. * TODO: Describe initial release.

View File

@@ -1,6 +1,6 @@
name: cherrypick_flutter name: cherrypick_flutter
description: "A new Flutter package project." description: "A new Flutter package project."
version: 1.0.0 version: 1.0.1
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
@@ -13,7 +13,7 @@ environment:
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
cherrypick: any cherrypick: ^2.0.1
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: