From 475deac1e0deeb231abc1aa334fa932844e885ee Mon Sep 17 00:00:00 2001 From: Sergey Penkovsky Date: Thu, 7 Aug 2025 16:23:12 +0300 Subject: [PATCH] chore(release): publish packages - cherrypick@3.0.0-dev.5 - cherrypick_flutter@1.1.3-dev.5 --- CHANGELOG.md | 93 +++++++++++++++++++++++++++++++++ cherrypick/CHANGELOG.md | 21 ++++++++ cherrypick/pubspec.yaml | 2 +- cherrypick_flutter/CHANGELOG.md | 12 +++++ cherrypick_flutter/pubspec.yaml | 4 +- 5 files changed, 129 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee39b7c..1682d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,99 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2025-08-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`cherrypick` - `v3.0.0-dev.5`](#cherrypick---v300-dev5) + - [`cherrypick_flutter` - `v1.1.3-dev.5`](#cherrypick_flutter---v113-dev5) + +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.5` + +--- + +#### `cherrypick` - `v3.0.0-dev.5` + + - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. + - **PERF**(scope): speed up dependency lookup with Map-based binding resolver index. + - **DOCS**(perf): clarify Map-based resolver optimization applies since v3.0.0 in all docs. + - **DOCS**: update EN/RU quick start and tutorial with Fast Map-based lookup section; clarify performance benefit in README. + + +## 2025-08-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`cherrypick` - `v3.0.0-dev.4`](#cherrypick---v300-dev4) + - [`cherrypick_flutter` - `v1.1.3-dev.4`](#cherrypick_flutter---v113-dev4) + +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.4` + +--- + +#### `cherrypick` - `v3.0.0-dev.4` + + - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. + - **PERF**(scope): speed up dependency lookup with Map-based binding resolver index. + - **DOCS**(perf): clarify Map-based resolver optimization applies since v3.0.0 in all docs. + - **DOCS**: update EN/RU quick start and tutorial with Fast Map-based lookup section; clarify performance benefit in README. + + +## 2025-08-07 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`cherrypick` - `v3.0.0-dev.3`](#cherrypick---v300-dev3) + - [`cherrypick_flutter` - `v1.1.3-dev.3`](#cherrypick_flutter---v113-dev3) + +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.3` + +--- + +#### `cherrypick` - `v3.0.0-dev.3` + + - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. + - **PERF**(scope): speed up dependency lookup with Map-based binding resolver index. + - **DOCS**(perf): clarify Map-based resolver optimization applies since v3.0.0 in all docs. + - **DOCS**: update EN/RU quick start and tutorial with Fast Map-based lookup section; clarify performance benefit in README. + + ## 2025-08-04 ### Changes diff --git a/cherrypick/CHANGELOG.md b/cherrypick/CHANGELOG.md index edf06aa..1133595 100644 --- a/cherrypick/CHANGELOG.md +++ b/cherrypick/CHANGELOG.md @@ -1,3 +1,24 @@ +## 3.0.0-dev.5 + + - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. + - **PERF**(scope): speed up dependency lookup with Map-based binding resolver index. + - **DOCS**(perf): clarify Map-based resolver optimization applies since v3.0.0 in all docs. + - **DOCS**: update EN/RU quick start and tutorial with Fast Map-based lookup section; clarify performance benefit in README. + +## 3.0.0-dev.4 + + - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. + - **PERF**(scope): speed up dependency lookup with Map-based binding resolver index. + - **DOCS**(perf): clarify Map-based resolver optimization applies since v3.0.0 in all docs. + - **DOCS**: update EN/RU quick start and tutorial with Fast Map-based lookup section; clarify performance benefit in README. + +## 3.0.0-dev.3 + + - **REFACTOR**(scope): simplify _findBindingResolver with one-liner and optional chaining. + - **PERF**(scope): speed up dependency lookup with Map-based binding resolver index. + - **DOCS**(perf): clarify Map-based resolver optimization applies since v3.0.0 in all docs. + - **DOCS**: update EN/RU quick start and tutorial with Fast Map-based lookup section; clarify performance benefit in README. + ## 3.0.0-dev.2 > Note: This release has breaking changes. diff --git a/cherrypick/pubspec.yaml b/cherrypick/pubspec.yaml index 7da52db..2cae6fe 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.2 +version: 3.0.0-dev.5 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 05fd3cc..671d3dd 100644 --- a/cherrypick_flutter/CHANGELOG.md +++ b/cherrypick_flutter/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.1.3-dev.5 + + - Update a dependency to the latest release. + +## 1.1.3-dev.4 + + - Update a dependency to the latest release. + +## 1.1.3-dev.3 + + - Update a dependency to the latest release. + ## 1.1.3-dev.2 - Update a dependency to the latest release. diff --git a/cherrypick_flutter/pubspec.yaml b/cherrypick_flutter/pubspec.yaml index 3ef5c34..8e405b1 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.2 +version: 1.1.3-dev.5 homepage: https://pese-git.github.io/cherrypick-site/ documentation: https://github.com/pese-git/cherrypick/wiki repository: https://github.com/pese-git/cherrypick @@ -21,7 +21,7 @@ environment: dependencies: flutter: sdk: flutter - cherrypick: ^3.0.0-dev.2 + cherrypick: ^3.0.0-dev.5 dev_dependencies: flutter_test: