Skip to content

Commit

Permalink
v3.0.0-dev.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed May 31, 2024
1 parent 4e89257 commit 9f0aa07
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1",
"version": "3.0.0-dev.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.

9 changes: 9 additions & 0 deletions packages/ditox-react/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.

# [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
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.1",
"version": "3.0.0-dev.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.1"
"ditox": "3.0.0-dev.1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
14 changes: 14 additions & 0 deletions packages/ditox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.1",
"version": "3.0.0-dev.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 9f0aa07

Please sign in to comment.