diff --git a/CHANGELOG.md b/CHANGELOG.md index a463bf7..30821f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,41 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-09-08 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`cherrypick` - `v3.0.0-dev.13`](#cherrypick---v300-dev13) + - [`cherrypick_flutter` - `v3.0.0-dev.1`](#cherrypick_flutter---v300-dev1) + - [`talker_cherrypick_logger` - `v3.0.0-dev.1`](#talker_cherrypick_logger---v300-dev1) + +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` - `v3.0.0-dev.1` + - `talker_cherrypick_logger` - `v3.0.0-dev.1` + +--- + +#### `cherrypick` - `v3.0.0-dev.13` + + - **FIX**: fix examples. + - **DOCS**: update contributors list with GitHub links and add new contributor. + - **DOCS**(binding,docs): clarify `.singleton()` with `.toInstance()` behavior in docs and API. + - **DOCS**(binding,docs): explain .singleton() + parametric provider behavior. + - **DOCS**(binding): clarify registration limitation in API doc. + - **DOCS**(di): clarify 'toInstance' binding limitations in builder. + + ## 2025-09-08 ### Changes diff --git a/cherrypick/CHANGELOG.md b/cherrypick/CHANGELOG.md index fbe9767..f7d2209 100644 --- a/cherrypick/CHANGELOG.md +++ b/cherrypick/CHANGELOG.md @@ -1,3 +1,12 @@ +## 3.0.0-dev.13 + + - **FIX**: fix examples. + - **DOCS**: update contributors list with GitHub links and add new contributor. + - **DOCS**(binding,docs): clarify `.singleton()` with `.toInstance()` behavior in docs and API. + - **DOCS**(binding,docs): explain .singleton() + parametric provider behavior. + - **DOCS**(binding): clarify registration limitation in API doc. + - **DOCS**(di): clarify 'toInstance' binding limitations in builder. + ## 3.0.0-dev.12 - **FIX**(scope): prevent concurrent modification in dispose(). diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index 38b4263..7283b59 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.12 +version: 3.0.0-dev.13 homepage: https://cherrypick-di.dev/ documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick diff --git a/cherrypick_flutter/CHANGELOG.md b/cherrypick_flutter/CHANGELOG.md index 22d6993..b590912 100644 --- a/cherrypick_flutter/CHANGELOG.md +++ b/cherrypick_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0-dev.1 + + - Update a dependency to the latest release. + ## 3.0.0-dev.0 - chore(cherrypick_flutter): sync version with cherrypick 3.0.0-dev.12 diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index 8efc5d1..e01d3a6 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: 3.0.0-dev.0 +version: 3.0.0-dev.1 homepage: https://cherrypick-di.dev/ documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick @@ -19,7 +19,7 @@ environment: dependencies: flutter: sdk: flutter - cherrypick: ^3.0.0-dev.12 + cherrypick: ^3.0.0-dev.13 dev_dependencies: flutter_test: diff --git a/talker_cherrypick_logger/CHANGELOG.md b/talker_cherrypick_logger/CHANGELOG.md index 47a863f..22a8189 100644 --- a/talker_cherrypick_logger/CHANGELOG.md +++ b/talker_cherrypick_logger/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.0.0-dev.1 + + - Update a dependency to the latest release. + ## 3.0.0-dev.0 - chore(talker_cherrypick_logger): sync version with cherrypick 3.0.0-dev.12 diff --git a/talker_cherrypick_logger/pubspec.yaml b/talker_cherrypick_logger/pubspec.yaml index 6a56161..d1b31b2 100644 --- a/talker_cherrypick_logger/pubspec.yaml +++ b/talker_cherrypick_logger/pubspec.yaml @@ -1,6 +1,6 @@ name: talker_cherrypick_logger description: A Talker logger integration for CherryPick DI to observe and log DI events and errors. -version: 3.0.0-dev.0 +version: 3.0.0-dev.1 homepage: https://cherrypick-di.dev/ documentation: https://cherrypick-di.dev/docs/intro repository: https://github.com/pese-git/cherrypick @@ -18,7 +18,7 @@ environment: # Add regular dependencies here. dependencies: talker: ^4.9.3 - cherrypick: ^3.0.0-dev.12 + cherrypick: ^3.0.0-dev.13 dev_dependencies: