diff --git a/CHANGELOG.md b/CHANGELOG.md index 3515bca..337d4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ 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 + +- Add export CustomDependencyContainer to index + ([#34](https://github.com/mnasyrov/ditox/issues/34)) + ([1723671](https://github.com/mnasyrov/ditox/commit/17236718c54c381ffca0a0c9160615aa26c79eaa)) + +# 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.0](https://github.com/mnasyrov/ditox/compare/v2.3.1...v2.4.0) (2023-09-08) ### Features diff --git a/lerna.json b/lerna.json index a646db7..dc75452 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.4.0", + "version": "2.4.1", "useWorkspaces": true, "hoist": "**", "forceLocal": true, diff --git a/package-lock.json b/package-lock.json index fe15859..b9cd403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16109,17 +16109,17 @@ } }, "packages/ditox": { - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "engines": { "node": ">=12" } }, "packages/ditox-react": { - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { - "ditox": "2.4.0" + "ditox": "2.4.1" }, "devDependencies": { "@testing-library/react": "13.4.0", diff --git a/packages/ditox-react/CHANGELOG.md b/packages/ditox-react/CHANGELOG.md index 082d39f..fb51cd8 100644 --- a/packages/ditox-react/CHANGELOG.md +++ b/packages/ditox-react/CHANGELOG.md @@ -3,6 +3,19 @@ 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 + +- Add export CustomDependencyContainer to index + ([#34](https://github.com/mnasyrov/ditox/issues/34)) + ([1723671](https://github.com/mnasyrov/ditox/commit/17236718c54c381ffca0a0c9160615aa26c79eaa)) + +# 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.0](https://github.com/mnasyrov/ditox/compare/v2.3.1...v2.4.0) (2023-09-08) **Note:** Version bump only for package ditox-react diff --git a/packages/ditox-react/package.json b/packages/ditox-react/package.json index e8795fa..017c03d 100644 --- a/packages/ditox-react/package.json +++ b/packages/ditox-react/package.json @@ -1,6 +1,6 @@ { "name": "ditox-react", - "version": "2.4.0", + "version": "2.4.1", "description": "Dependency injection container for React.js", "publishConfig": { "access": "public" @@ -57,7 +57,7 @@ "typedoc": "typedoc" }, "dependencies": { - "ditox": "2.4.0" + "ditox": "2.4.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 076a6c9..7eb7623 100644 --- a/packages/ditox/CHANGELOG.md +++ b/packages/ditox/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. +## [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 + +# 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.0](https://github.com/mnasyrov/ditox/compare/v2.3.1...v2.4.0) (2023-09-08) ### Features diff --git a/packages/ditox/package.json b/packages/ditox/package.json index c97acb7..fa55f24 100644 --- a/packages/ditox/package.json +++ b/packages/ditox/package.json @@ -1,6 +1,6 @@ { "name": "ditox", - "version": "2.4.0", + "version": "2.4.1", "description": "Dependency injection for modular web applications", "license": "MIT", "author": "Mikhail Nasyrov (https://github.com/mnasyrov)",