From 900cd68663d2e1fbb9df21ecf2e0c42c94fea749 Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Tue, 12 Aug 2025 11:33:42 +0300 Subject: [PATCH] chore(release): publish packages - cherrypick@3.0.0-dev.8 - cherrypick_flutter@1.1.3-dev.8 --- CHANGELOG.md | 35 +++++++++++++++++++++++++++ cherrypick/CHANGELOG.md | 11 +++++++++ cherrypick/pubspec.yaml | 2 +- cherrypick_flutter/CHANGELOG.md | 4 +++ cherrypick_flutter/pubspec.yaml | 4 +-- talker_cherrypick_logger/pubspec.yaml | 2 +- 6 files changed, 54 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3018d..7d591c2 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-08-12 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`cherrypick` - `v3.0.0-dev.8`](#cherrypick---v300-dev8) + - [`cherrypick_flutter` - `v1.1.3-dev.8`](#cherrypick_flutter---v113-dev8) + +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.8` + +--- + +#### `cherrypick` - `v3.0.0-dev.8` + + - **REFACTOR**(tests): replace MockLogger with MockObserver in scope tests to align with updated observer API. + - **FIX**(doc): remove hide symbol. + - **FEAT**(core): add full DI lifecycle observability via onInstanceDisposed. + - **DOCS**(logging): update Logging section in README with modern Observer usage and Talker integration examples. + - **DOCS**(observer): improve documentation, translate all comments to English, add usage examples. + - **DOCS**(README): add section with overview table for additional modules. + - **DOCS**(README): refactor structure and improve clarity of advanced features. + - **DOCS**(README): add 'Hierarchical Subscopes' section and update structure for advanced features clarity. + + ## 2025-08-11 ### Changes diff --git a/cherrypick/CHANGELOG.md b/cherrypick/CHANGELOG.md index b028403..54118fa 100644 --- a/cherrypick/CHANGELOG.md +++ b/cherrypick/CHANGELOG.md @@ -1,3 +1,14 @@ +## 3.0.0-dev.8 + + - **REFACTOR**(tests): replace MockLogger with MockObserver in scope tests to align with updated observer API. + - **FIX**(doc): remove hide symbol. + - **FEAT**(core): add full DI lifecycle observability via onInstanceDisposed. + - **DOCS**(logging): update Logging section in README with modern Observer usage and Talker integration examples. + - **DOCS**(observer): improve documentation, translate all comments to English, add usage examples. + - **DOCS**(README): add section with overview table for additional modules. + - **DOCS**(README): refactor structure and improve clarity of advanced features. + - **DOCS**(README): add 'Hierarchical Subscopes' section and update structure for advanced features clarity. + ## 3.0.0-dev.7 > Note: This release has breaking changes. diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index cde6e9a..3ec6369 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.7 +version: 3.0.0-dev.8 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 51f832c..0d34d8d 100644 --- a/cherrypick_flutter/CHANGELOG.md +++ b/cherrypick_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.3-dev.8 + + - Update a dependency to the latest release. + ## 1.1.3-dev.7 - **FIX**(license): correct urls. diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index fcd5ec6..833d929 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.7 +version: 1.1.3-dev.8 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.7 + cherrypick: ^3.0.0-dev.8 dev_dependencies: flutter_test: diff --git a/talker_cherrypick_logger/pubspec.yaml b/talker_cherrypick_logger/pubspec.yaml index 1890db2..19ad1de 100644 --- a/talker_cherrypick_logger/pubspec.yaml +++ b/talker_cherrypick_logger/pubspec.yaml @@ -10,7 +10,7 @@ environment: # Add regular dependencies here. dependencies: talker: ^4.9.3 - cherrypick: ^3.0.0-dev.7 + cherrypick: ^3.0.0-dev.8 dev_dependencies: