Skip to content

Commit

Permalink
v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Oct 27, 2023
1 parent 1723671 commit e9c66f5
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.0",
"version": "2.4.1",
"useWorkspaces": true,
"hoist": "**",
"forceLocal": true,
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions packages/ditox-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/ditox-react/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions packages/ditox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ditox/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://github.com/mnasyrov)",
Expand Down

0 comments on commit e9c66f5

Please sign in to comment.