Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mnasyrov committed Jul 12, 2024
1 parent ee7bfb8 commit 886d98c
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/mnasyrov/ditox/compare/v2.4.1...v3.0.0) (2024-07-12)

### 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))
- Fixed binding modules
([997ca44](https://github.com/mnasyrov/ditox/commit/997ca44b09446a6e4d524ba9c16ce0c9cd7995d8))

# Change Log

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.2](https://github.com/mnasyrov/ditox/compare/v3.0.0-dev.1...v3.0.0-dev.2) (2024-07-11)

### 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": "3.0.0-dev.2",
"version": "3.0.0",
"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](https://github.com/mnasyrov/ditox/compare/v2.4.1...v3.0.0) (2024-07-12)

**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.

# [3.0.0-dev.2](https://github.com/mnasyrov/ditox/compare/v3.0.0-dev.1...v3.0.0-dev.2) (2024-07-11)

**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": "3.0.0-dev.2",
"version": "3.0.0",
"description": "Dependency injection container for React.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -57,7 +57,7 @@
"typedoc": "typedoc"
},
"dependencies": {
"ditox": "3.0.0-dev.2"
"ditox": "3.0.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/ditox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.0.0](https://github.com/mnasyrov/ditox/compare/v2.4.1...v3.0.0) (2024-07-12)

### 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))
- Fixed binding modules
([997ca44](https://github.com/mnasyrov/ditox/commit/997ca44b09446a6e4d524ba9c16ce0c9cd7995d8))

# Change Log

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.2](https://github.com/mnasyrov/ditox/compare/v3.0.0-dev.1...v3.0.0-dev.2) (2024-07-11)

### Bug Fixes
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": "3.0.0-dev.2",
"version": "3.0.0",
"description": "Dependency injection for modular web applications",
"license": "MIT",
"author": "Mikhail Nasyrov <mikhail@mnasyrov.com> (https://github.com/mnasyrov)",
Expand Down

0 comments on commit 886d98c

Please sign in to comment.