Skip to content

Commit

Permalink
v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Oct 9, 2018
1 parent e201b1b commit 9c34fab
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 5 deletions.
9 changes: 9 additions & 0 deletions 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.5"></a>
## [0.2.5](https://github.com/Igmat/metaf/compare/v0.2.4...v0.2.5) (2018-10-09)

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





<a name="0.2.4"></a>
## [0.2.4](https://github.com/Igmat/metaf/compare/v0.2.3...v0.2.4) (2018-10-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.2.4",
"version": "0.2.5",
"command": {
"publish": {
"allowBranch": "master",
Expand Down
9 changes: 9 additions & 0 deletions packages/core/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.5"></a>
## [0.2.5](https://github.com/Igmat/metaf/compare/v0.2.4...v0.2.5) (2018-10-09)

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





<a name="0.2.4"></a>
## [0.2.4](https://github.com/Igmat/metaf/compare/v0.2.3...v0.2.4) (2018-10-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.2.4",
"version": "0.2.5",
"description": "",
"main": "dist/index.js",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/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.5"></a>
## [0.2.5](https://github.com/Igmat/metaf/compare/v0.2.4...v0.2.5) (2018-10-09)

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





<a name="0.2.4"></a>
## [0.2.4](https://github.com/Igmat/metaf/compare/v0.2.3...v0.2.4) (2018-10-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.2.4",
"version": "0.2.5",
"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.5"></a>
## [0.2.5](https://github.com/Igmat/metaf/compare/v0.2.4...v0.2.5) (2018-10-09)

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





<a name="0.2.4"></a>
## [0.2.4](https://github.com/Igmat/metaf/compare/v0.2.3...v0.2.4) (2018-10-09)

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

0 comments on commit 9c34fab

Please sign in to comment.