Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Sep 24, 2018
1 parent 2c39bfb commit 48f42c2
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/Igmat/metaf/compare/v0.2.0...v0.2.1) (2018-09-24)


### Bug Fixes

* **react:** remove optional children prop ([fd33134](https://github.com/Igmat/metaf/commit/fd33134))





<a name="0.2.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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.2.0",
"version": "0.2.1",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/Igmat/metaf/compare/v0.2.0...v0.2.1) (2018-09-24)


### Bug Fixes

* **react:** remove optional children prop ([fd33134](https://github.com/Igmat/metaf/commit/fd33134))





<a name="0.2.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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.2.0",
"version": "0.2.1",
"description": "Resolvable component and injection root for adding DI/IoC to React App",
"keywords": [
"react",
Expand Down
9 changes: 9 additions & 0 deletions tests/todo-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.

<a name="0.2.1"></a>
## [0.2.1](https://github.com/Igmat/metaf/compare/v0.2.0...v0.2.1) (2018-09-24)

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





<a name="0.2.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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.2.0",
"version": "0.2.1",
"private": true,
"dependencies": {
"metaf-react": "^0.2.0",
"metaf-react": "^0.2.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-scripts-ts": "2.17.0"
Expand Down

0 comments on commit 48f42c2

Please sign in to comment.