Skip to content

Commit

Permalink
v0.3.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed May 17, 2019
1 parent f4c17be commit f76ff8c
Show file tree
Hide file tree
Showing 18 changed files with 88 additions and 16 deletions.
8 changes: 8 additions & 0 deletions 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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf-root
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.3.44",
"version": "0.3.45",
"command": {
"bootstrap": {
"hoist": "**"
Expand Down
8 changes: 8 additions & 0 deletions packages/core/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf-core
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.3.44",
"version": "0.3.45",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"csstype": "^2.6.4",
"metaf-resolvable": "^0.3.44"
"metaf-resolvable": "^0.3.45"
},
"license": "MIT"
}
8 changes: 8 additions & 0 deletions packages/metaf/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf
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.3.44",
"version": "0.3.45",
"description": "MetaFramework for front-end.",
"keywords": [
"metaf"
Expand Down
8 changes: 8 additions & 0 deletions packages/observable/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf-observable
Expand Down
2 changes: 1 addition & 1 deletion packages/observable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-observable",
"version": "0.3.44",
"version": "0.3.45",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 8 additions & 0 deletions packages/react/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf-react
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-react",
"version": "0.3.44",
"version": "0.3.45",
"description": "Resolvable component and injection root for adding DI/IoC to React App",
"keywords": [
"react",
Expand All @@ -27,9 +27,9 @@
"prepublish": "npm run doctoc"
},
"dependencies": {
"metaf-observable": "^0.3.44",
"metaf-resolvable": "^0.3.44",
"metaf-sync": "^0.3.44",
"metaf-observable": "^0.3.45",
"metaf-resolvable": "^0.3.45",
"metaf-sync": "^0.3.45",
"react-is": "^16.8.6"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/resolvable/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf-resolvable
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.3.44",
"version": "0.3.45",
"description": "Abstract resolvable mixin and injection root for adding DI/IoC to any framework",
"keywords": [
"DI",
Expand Down
8 changes: 8 additions & 0 deletions packages/sync/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**Note:** Version bump only for package metaf-sync
Expand Down
4 changes: 2 additions & 2 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metaf-sync",
"version": "0.3.44",
"version": "0.3.45",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"prepublish": "npm run doctoc"
},
"dependencies": {
"metaf-resolvable": "^0.3.44"
"metaf-resolvable": "^0.3.45"
},
"license": "MIT"
}
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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

**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.3.44",
"version": "0.3.45",
"private": true,
"description": "",
"author": "Ihor Chulinda <ichulinda@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"build": "webpack"
},
"dependencies": {
"metaf-core": "^0.3.44"
"metaf-core": "^0.3.45"
},
"devDependencies": {
"clean-webpack-plugin": "^1.0.0",
Expand Down
8 changes: 8 additions & 0 deletions tests/todo-react/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.3.45](https://github.com/Igmat/metaf/compare/v0.3.44...v0.3.45) (2019-05-17)

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





## [0.3.44](https://github.com/Igmat/metaf/compare/v0.3.43...v0.3.44) (2019-05-17)

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

0 comments on commit f76ff8c

Please sign in to comment.