diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..551b4a3 --- /dev/null +++ b/CHANGELOG.md @@ -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. + diff --git a/cherrypick/CHANGELOG.md b/cherrypick/CHANGELOG.md index de7d899..783e2ef 100644 --- a/cherrypick/CHANGELOG.md +++ b/cherrypick/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.1 + + - **FIX**: fix warning. + # Changelog diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index 3874e61..516103c 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.0 +version: 2.0.1 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 41cc7d8..4793a1a 100644 --- a/cherrypick_flutter/CHANGELOG.md +++ b/cherrypick_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + + - Update a dependency to the latest release. + ## 0.0.1 * TODO: Describe initial release. diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index 9d70582..debd5f0 100644 --- a/cherrypick_flutter/pubspec.yaml +++ b/cherrypick_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: cherrypick_flutter description: "A new Flutter package project." -version: 1.0.0 +version: 1.0.1 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick @@ -13,7 +13,7 @@ environment: dependencies: flutter: sdk: flutter - cherrypick: any + cherrypick: ^2.0.1 dev_dependencies: flutter_test: