Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed May 4, 2020
1 parent e46e494 commit 4fd0d9e
Show file tree
Hide file tree
Showing 13 changed files with 66 additions and 13 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)


### Bug Fixes

* **observable:** preserve proxy invariants on get ([0c613ae](https://github.com/Igmat/metaf/commit/0c613ae5cd6fee8ba971644d90cb4edfb2f53239))





## [0.4.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


Expand Down
5 changes: 2 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,17 @@
"packages/*",
"tests/*"
],
"version": "0.4.2",
"version": "0.4.3",
"command": {
"bootstrap": {
"hoist": "**"
},
"version": {
"createRelease":"github"
"createRelease": "github"
},
"publish": {
"allowBranch": "master",
"conventionalCommits": true,
"githubRelease": true,
"private": false,
"ignoreChanges": [
"*.md",
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.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)

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





## [0.4.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


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.4.2",
"version": "0.4.3",
"description": "",
"main": "dist/index.js",
"private": true,
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"csstype": "^2.6.4",
"metaf-observable": "^0.4.1",
"metaf-observable": "^0.4.3",
"metaf-resolvable": "^0.4.1",
"metaf-sync": "^0.4.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/observable/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)


### Bug Fixes

* **observable:** preserve proxy invariants on get ([0c613ae](https://github.com/Igmat/metaf/commit/0c613ae5cd6fee8ba971644d90cb4edfb2f53239))





## [0.4.1](https://github.com/Igmat/metaf/compare/v0.4.0...v0.4.1) (2019-06-09)


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.4.1",
"version": "0.4.3",
"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.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)

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





## [0.4.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.2",
"version": "0.4.3",
"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-observable": "^0.4.1",
"metaf-observable": "^0.4.3",
"metaf-resolvable": "^0.4.1",
"metaf-sync": "^0.4.1",
"react-is": "^16.8.6"
Expand Down
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.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)

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





## [0.4.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-09)

**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.4.2",
"version": "0.4.3",
"private": true,
"description": "",
"author": "Ihor Chulinda <ichulinda@gmail.com>",
Expand All @@ -14,7 +14,7 @@
"build": "webpack"
},
"dependencies": {
"metaf-core": "^0.4.2"
"metaf-core": "^0.4.3"
},
"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.4.3](https://github.com/Igmat/metaf/compare/v0.4.2...v0.4.3) (2020-05-04)

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





## [0.4.2](https://github.com/Igmat/metaf/compare/v0.4.1...v0.4.2) (2019-06-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.4.2",
"version": "0.4.3",
"private": true,
"dependencies": {
"metaf-react": "^0.4.2",
"metaf-react": "^0.4.3",
"react": "16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "3.0.1"
Expand Down

0 comments on commit 4fd0d9e

Please sign in to comment.