Skip to content

Commit

Permalink
v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed May 7, 2020
1 parent 0ade6f7 commit b6e5c8d
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/Igmat/metaf/compare/v0.4.3...v0.4.4) (2020-05-07)


### Bug Fixes

* **react:** make component observable too ([0ade6f7](https://github.com/Igmat/metaf/commit/0ade6f71c7c15b7b807831e4a904f00fc2aea962))





## [0.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*",
"tests/*"
],
"version": "0.4.3",
"version": "0.4.4",
"command": {
"bootstrap": {
"hoist": "**"
Expand Down
11 changes: 11 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/Igmat/metaf/compare/v0.4.3...v0.4.4) (2020-05-07)


### Bug Fixes

* **react:** make component observable too ([0ade6f7](https://github.com/Igmat/metaf/commit/0ade6f71c7c15b7b807831e4a904f00fc2aea962))





## [0.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)

**Note:** Version bump only for package metaf-react
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

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

2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-react",
"version": "0.4.3",
"version": "0.4.4",
"description": "Resolvable component and injection root for adding DI/IoC to React App",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions tests/todo-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.4](https://github.com/Igmat/metaf/compare/v0.4.3...v0.4.4) (2020-05-07)

**Note:** Version bump only for package todo-react





## [0.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)

**Note:** Version bump only for package todo-react
Expand Down
4 changes: 2 additions & 2 deletions tests/todo-react/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "todo-react",
"version": "0.4.3",
"version": "0.4.4",
"private": true,
"dependencies": {
"metaf-react": "^0.4.3",
"metaf-react": "^0.4.4",
"react": "16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
Expand Down

0 comments on commit b6e5c8d

Please sign in to comment.