Skip to content

Commit

Permalink
v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Jun 9, 2019
1 parent c6e5340 commit c003346
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 7 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.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


### Bug Fixes

* update package and lock files ([c6e5340](https://github.com/Igmat/metaf/commit/c6e5340))





## [0.4.1](https://github.com/Igmat/metaf/compare/v0.4.0...v0.4.1) (2019-06-09)


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.1",
"version": "0.4.2",
"command": {
"bootstrap": {
"hoist": "**"
Expand Down
11 changes: 11 additions & 0 deletions packages/core/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.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


### Bug Fixes

* update package and lock files ([c6e5340](https://github.com/Igmat/metaf/commit/c6e5340))





## [0.4.1](https://github.com/Igmat/metaf/compare/v0.4.0...v0.4.1) (2019-06-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-core",
"version": "0.4.1",
"version": "0.4.2",
"description": "",
"main": "dist/index.js",
"private": true,
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.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


### Bug Fixes

* update package and lock files ([c6e5340](https://github.com/Igmat/metaf/commit/c6e5340))





## [0.4.1](https://github.com/Igmat/metaf/compare/v0.4.0...v0.4.1) (2019-06-09)


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.4.1",
"version": "0.4.2",
"description": "Resolvable component and injection root for adding DI/IoC to React App",
"keywords": [
"react",
Expand Down
8 changes: 8 additions & 0 deletions tests/game/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.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)

**Note:** Version bump only for package game





## [0.4.1](https://github.com/Igmat/metaf/compare/v0.4.0...v0.4.1) (2019-06-09)

**Note:** Version bump only for package game
Expand Down
4 changes: 2 additions & 2 deletions tests/game/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "game",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"description": "",
"author": "Ihor Chulinda <ichulinda@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"build": "webpack"
},
"dependencies": {
"metaf-core": "^0.4.1"
"metaf-core": "^0.4.2"
},
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
Expand Down
11 changes: 11 additions & 0 deletions tests/todo-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.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


### Bug Fixes

* update package and lock files ([c6e5340](https://github.com/Igmat/metaf/commit/c6e5340))





## [0.4.1](https://github.com/Igmat/metaf/compare/v0.4.0...v0.4.1) (2019-06-09)

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

0 comments on commit c003346

Please sign in to comment.