diff --git a/CHANGELOG.md b/CHANGELOG.md index 1682d62..80e714d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-08-08 + +### Changes + +--- + +Packages with breaking changes: + + - [`cherrypick` - `v3.0.0-dev.6`](#cherrypick---v300-dev6) + +Packages with other changes: + + - [`cherrypick_flutter` - `v1.1.3-dev.6`](#cherrypick_flutter---v113-dev6) + +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.1.3-dev.6` + +--- + +#### `cherrypick` - `v3.0.0-dev.6` + + - **FIX**: improve global cycle detector logic. + - **DOCS**(readme): add comprehensive DI state and action logging to features. + - **DOCS**(helper): add complete DartDoc with real usage examples for CherryPick class. + - **DOCS**(log_format): add detailed English documentation for formatLogMessage function. + - **BREAKING** **FEAT**(core): refactor root scope API, improve logger injection, helpers, and tests. + - **BREAKING** **FEAT**(logger): add extensible logging API, usage examples, and bilingual documentation. + + ## 2025-08-07 ### Changes diff --git a/cherrypick/CHANGELOG.md b/cherrypick/CHANGELOG.md index 1133595..d8d24fd 100644 --- a/cherrypick/CHANGELOG.md +++ b/cherrypick/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.0.0-dev.6 + +> Note: This release has breaking changes. + + - **FIX**: improve global cycle detector logic. + - **DOCS**(readme): add comprehensive DI state and action logging to features. + - **DOCS**(helper): add complete DartDoc with real usage examples for CherryPick class. + - **DOCS**(log_format): add detailed English documentation for formatLogMessage function. + - **BREAKING** **FEAT**(core): refactor root scope API, improve logger injection, helpers, and tests. + - **BREAKING** **FEAT**(logger): add extensible logging API, usage examples, and bilingual documentation. + ## 3.0.0-dev.5 - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index fbc26a5..c226f5f 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: 3.0.0-dev.5 +version: 3.0.0-dev.6 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 671d3dd..ea6ca91 100644 --- a/cherrypick_flutter/CHANGELOG.md +++ b/cherrypick_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.3-dev.6 + + - Update a dependency to the latest release. + ## 1.1.3-dev.5 - Update a dependency to the latest release. diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index 20970a0..661f555 100644 --- a/cherrypick_flutter/pubspec.yaml +++ b/cherrypick_flutter/pubspec.yaml @@ -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.3-dev.5 +version: 1.1.3-dev.6 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick @@ -19,7 +19,7 @@ environment: dependencies: flutter: sdk: flutter - cherrypick: ^3.0.0-dev.5 + cherrypick: ^3.0.0-dev.6 dev_dependencies: flutter_test: