Skip to content

Commit

Permalink
v0.3.61
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Jun 6, 2019
1 parent 4a9db8c commit 59d78dc
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 4 deletions.
8 changes: 8 additions & 0 deletions 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.3.61](https://github.com/Igmat/metaf/compare/v0.3.60...v0.3.61) (2019-06-06)

**Note:** Version bump only for package metaf-root





## [0.3.60](https://github.com/Igmat/metaf/compare/v0.3.59...v0.3.60) (2019-06-03)

**Note:** Version bump only for package metaf-root
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.3.60",
"version": "0.3.61",
"command": {
"bootstrap": {
"hoist": "**"
Expand Down
8 changes: 8 additions & 0 deletions packages/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.3.61](https://github.com/Igmat/metaf/compare/v0.3.60...v0.3.61) (2019-06-06)

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





## [0.3.60](https://github.com/Igmat/metaf/compare/v0.3.59...v0.3.60) (2019-06-03)

**Note:** Version bump only for package metaf-react
Expand Down
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.3.60",
"version": "0.3.61",
"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.3.61](https://github.com/Igmat/metaf/compare/v0.3.60...v0.3.61) (2019-06-06)

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





## [0.3.60](https://github.com/Igmat/metaf/compare/v0.3.59...v0.3.60) (2019-06-03)

**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.3.60",
"version": "0.3.61",
"private": true,
"dependencies": {
"metaf-react": "^0.3.60",
"metaf-react": "^0.3.61",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
Expand Down

0 comments on commit 59d78dc

Please sign in to comment.