Skip to content

Commit

Permalink
v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Dec 27, 2021
1 parent 688a589 commit 9687974
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 10 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.7 (2021-12-27)


### Bug Fixes

* **react:** temporary not observable state ([688a589](https://github.com/Igmat/metaf/commit/688a589ee1216e22aa0c073a3a69a7c26074df9b))





## 0.4.6 (2021-12-27)

**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.4.6",
"version": "0.4.7",
"command": {
"bootstrap": {
"hoist": "**"
Expand Down
11 changes: 11 additions & 0 deletions packages/metaf/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.7 (2021-12-27)


### Bug Fixes

* **react:** temporary not observable state ([688a589](https://github.com/Igmat/metaf/commit/688a589ee1216e22aa0c073a3a69a7c26074df9b))





## 0.4.6 (2021-12-27)

**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.4.6",
"version": "0.4.7",
"description": "MetaFramework for front-end.",
"keywords": [
"metaf"
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.7 (2021-12-27)


### Bug Fixes

* **react:** temporary not observable state ([688a589](https://github.com/Igmat/metaf/commit/688a589ee1216e22aa0c073a3a69a7c26074df9b))





## 0.4.6 (2021-12-27)

**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.4.6",
"version": "0.4.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
11 changes: 11 additions & 0 deletions packages/react/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.7 (2021-12-27)


### Bug Fixes

* **react:** temporary not observable state ([688a589](https://github.com/Igmat/metaf/commit/688a589ee1216e22aa0c073a3a69a7c26074df9b))





## 0.4.6 (2021-12-27)

**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.4.6",
"version": "0.4.7",
"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.4.6",
"metaf-resolvable": "^0.4.6",
"metaf-sync": "^0.4.6",
"metaf-observable": "^0.4.7",
"metaf-resolvable": "^0.4.7",
"metaf-sync": "^0.4.7",
"react-is": "^17.0.2"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/resolvable/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.7 (2021-12-27)


### Bug Fixes

* **react:** temporary not observable state ([688a589](https://github.com/Igmat/metaf/commit/688a589ee1216e22aa0c073a3a69a7c26074df9b))





## 0.4.6 (2021-12-27)

**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.4.6",
"version": "0.4.7",
"description": "Abstract resolvable mixin and injection root for adding DI/IoC to any framework",
"keywords": [
"DI",
Expand Down
11 changes: 11 additions & 0 deletions packages/sync/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.7 (2021-12-27)


### Bug Fixes

* **react:** temporary not observable state ([688a589](https://github.com/Igmat/metaf/commit/688a589ee1216e22aa0c073a3a69a7c26074df9b))





## 0.4.6 (2021-12-27)

**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.4.6",
"version": "0.4.7",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"prepublish": "npm run doctoc"
},
"dependencies": {
"metaf-resolvable": "^0.4.6"
"metaf-resolvable": "^0.4.7"
},
"license": "MIT"
}

0 comments on commit 9687974

Please sign in to comment.