From 9f0aa07092ee670be5e0bf9fc69817f3581fe137 Mon Sep 17 00:00:00 2001 From: Mikhail Nasyrov Date: Fri, 31 May 2024 13:15:48 +0300 Subject: [PATCH] v3.0.0-dev.1 --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- package-lock.json | 6 +++--- packages/ditox-react/CHANGELOG.md | 9 +++++++++ packages/ditox-react/package.json | 4 ++-- packages/ditox/CHANGELOG.md | 14 ++++++++++++++ packages/ditox/package.json | 2 +- 7 files changed, 44 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 337d4a0..366f360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-dev.1](https://github.com/mnasyrov/ditox/compare/v2.4.1...v3.0.0-dev.1) (2024-05-31) + +### Bug Fixes + +- Changed resolution of "scoped" bindings to keep a created value in the + container which owns the factory + ([#40](https://github.com/mnasyrov/ditox/issues/40)) + ([736ef2f](https://github.com/mnasyrov/ditox/commit/736ef2f927d43c91f027c68e230371cce3f50131)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [2.4.1](https://github.com/mnasyrov/ditox/compare/v2.4.0...v2.4.1) (2023-10-27) ### Bug Fixes diff --git a/lerna.json b/lerna.json index dc75452..2b840ba 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.4.1", + "version": "3.0.0-dev.1", "useWorkspaces": true, "hoist": "**", "forceLocal": true, diff --git a/package-lock.json b/package-lock.json index b9cd403..6aabb57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16109,17 +16109,17 @@ } }, "packages/ditox": { - "version": "2.4.1", + "version": "3.0.0-dev.1", "license": "MIT", "engines": { "node": ">=12" } }, "packages/ditox-react": { - "version": "2.4.1", + "version": "3.0.0-dev.1", "license": "MIT", "dependencies": { - "ditox": "2.4.1" + "ditox": "3.0.0-dev.1" }, "devDependencies": { "@testing-library/react": "13.4.0", diff --git a/packages/ditox-react/CHANGELOG.md b/packages/ditox-react/CHANGELOG.md index fb51cd8..790f67e 100644 --- a/packages/ditox-react/CHANGELOG.md +++ b/packages/ditox-react/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-dev.1](https://github.com/mnasyrov/ditox/compare/v2.4.1...v3.0.0-dev.1) (2024-05-31) + +**Note:** Version bump only for package ditox-react + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [2.4.1](https://github.com/mnasyrov/ditox/compare/v2.4.0...v2.4.1) (2023-10-27) ### Bug Fixes diff --git a/packages/ditox-react/package.json b/packages/ditox-react/package.json index 017c03d..109006b 100644 --- a/packages/ditox-react/package.json +++ b/packages/ditox-react/package.json @@ -1,6 +1,6 @@ { "name": "ditox-react", - "version": "2.4.1", + "version": "3.0.0-dev.1", "description": "Dependency injection container for React.js", "publishConfig": { "access": "public" @@ -57,7 +57,7 @@ "typedoc": "typedoc" }, "dependencies": { - "ditox": "2.4.1" + "ditox": "3.0.0-dev.1" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0 || ^18.0.0" diff --git a/packages/ditox/CHANGELOG.md b/packages/ditox/CHANGELOG.md index 7eb7623..07ddab4 100644 --- a/packages/ditox/CHANGELOG.md +++ b/packages/ditox/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.0.0-dev.1](https://github.com/mnasyrov/ditox/compare/v2.4.1...v3.0.0-dev.1) (2024-05-31) + +### Bug Fixes + +- Changed resolution of "scoped" bindings to keep a created value in the + container which owns the factory + ([#40](https://github.com/mnasyrov/ditox/issues/40)) + ([736ef2f](https://github.com/mnasyrov/ditox/commit/736ef2f927d43c91f027c68e230371cce3f50131)) + +# Change Log + +All notable changes to this project will be documented in this file. See +[Conventional Commits](https://conventionalcommits.org) for commit guidelines. + ## [2.4.1](https://github.com/mnasyrov/ditox/compare/v2.4.0...v2.4.1) (2023-10-27) **Note:** Version bump only for package ditox diff --git a/packages/ditox/package.json b/packages/ditox/package.json index e1d4d7b..26b5425 100644 --- a/packages/ditox/package.json +++ b/packages/ditox/package.json @@ -1,6 +1,6 @@ { "name": "ditox", - "version": "2.4.1", + "version": "3.0.0-dev.1", "description": "Dependency injection for modular web applications", "license": "MIT", "author": "Mikhail Nasyrov (https://github.com/mnasyrov)",