Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Oct 4, 2018
1 parent f6f8969 commit 8dd9c86
Show file tree
Hide file tree
Showing 10 changed files with 64 additions and 8 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.2"></a>
## [0.2.2](https://github.com/Igmat/metaf/compare/v0.2.1...v0.2.2) (2018-10-04)


### Bug Fixes

* **react:** add jsdoc for all non-internal apis ([f6f8969](https://github.com/Igmat/metaf/commit/f6f8969))
* **resolvable:** add jsdoc for all non-internal apis ([0bc4147](https://github.com/Igmat/metaf/commit/0bc4147))





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

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.1",
"version": "0.2.2",
"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.2"></a>
## [0.2.2](https://github.com/Igmat/metaf/compare/v0.2.1...v0.2.2) (2018-10-04)

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





<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 packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-core",
"version": "0.2.0",
"version": "0.2.2",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"csstype": "^2.5.6",
"metaf-resolvable": "^0.2.0"
"metaf-resolvable": "^0.2.2"
},
"license": "MIT"
}
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.2"></a>
## [0.2.2](https://github.com/Igmat/metaf/compare/v0.2.1...v0.2.2) (2018-10-04)


### Bug Fixes

* **react:** add jsdoc for all non-internal apis ([f6f8969](https://github.com/Igmat/metaf/commit/f6f8969))





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

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.2.1",
"version": "0.2.2",
"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.2.0",
"metaf-resolvable": "^0.2.2",
"react-is": "^16.5.1"
},
"peerDependencies": {
Expand Down
13 changes: 13 additions & 0 deletions packages/resolvable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.2"></a>
## [0.2.2](https://github.com/Igmat/metaf/compare/v0.2.1...v0.2.2) (2018-10-04)


### Bug Fixes

* **react:** add jsdoc for all non-internal apis ([f6f8969](https://github.com/Igmat/metaf/commit/f6f8969))
* **resolvable:** add jsdoc for all non-internal apis ([0bc4147](https://github.com/Igmat/metaf/commit/0bc4147))





<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/resolvable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-resolvable",
"version": "0.2.0",
"version": "0.2.2",
"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.2"></a>
## [0.2.2](https://github.com/Igmat/metaf/compare/v0.2.1...v0.2.2) (2018-10-04)

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





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

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

0 comments on commit 8dd9c86

Please sign in to comment.