Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Sep 21, 2018
1 parent 3c27fc3 commit e0bfdbc
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)


### Bug Fixes

* **react:** export through index ([0a94176](https://github.com/Igmat/metaf/commit/0a94176))


### Features

* **react:** define-requirement ([d1cbb00](https://github.com/Igmat/metaf/commit/d1cbb00))





<a name="0.1.5"></a>
## [0.1.5](https://github.com/Igmat/metaf/compare/v0.1.4...v0.1.5) (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.1.5",
"version": "0.2.0",
"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.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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





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

Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-core",
"version": "0.1.5",
"version": "0.2.0",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"csstype": "^2.5.6",
"metaf-resolvable": "^0.1.5"
"metaf-resolvable": "^0.2.0"
},
"license": "MIT"
}
9 changes: 9 additions & 0 deletions packages/metaf/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.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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





<a name="0.1.2"></a>
## [0.1.2](https://github.com/Igmat/metaf/compare/v0.1.1...v0.1.2) (2018-09-17)

Expand Down
2 changes: 1 addition & 1 deletion packages/metaf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf",
"version": "0.1.2",
"version": "0.2.0",
"description": "MetaFramework for front-end.",
"keywords": [
"metaf"
Expand Down
17 changes: 17 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)


### Bug Fixes

* **react:** export through index ([0a94176](https://github.com/Igmat/metaf/commit/0a94176))


### Features

* **react:** define-requirement ([d1cbb00](https://github.com/Igmat/metaf/commit/d1cbb00))





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

Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-react",
"version": "0.1.5",
"version": "0.2.0",
"description": "Resolvable component and injection root for adding DI/IoC to React App",
"keywords": [
"react",
Expand All @@ -27,7 +27,7 @@
"prepublish": "npm run doctoc"
},
"dependencies": {
"metaf-resolvable": "^0.1.5",
"metaf-resolvable": "^0.2.0",
"react-is": "^16.5.1"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/resolvable/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.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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





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

Expand Down
2 changes: 1 addition & 1 deletion packages/resolvable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-resolvable",
"version": "0.1.5",
"version": "0.2.0",
"description": "Abstract resolvable mixin and injection root for adding DI/IoC to any framework",
"keywords": [
"DI",
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.0"></a>
# [0.2.0](https://github.com/Igmat/metaf/compare/v0.1.5...v0.2.0) (2018-09-21)

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





<a name="0.1.5"></a>
## [0.1.5](https://github.com/Igmat/metaf/compare/v0.1.4...v0.1.5) (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.1.5",
"version": "0.2.0",
"private": true,
"dependencies": {
"metaf-react": "^0.1.5",
"metaf-react": "^0.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-scripts-ts": "2.17.0"
Expand Down

0 comments on commit e0bfdbc

Please sign in to comment.