Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igmat committed Dec 28, 2021
1 parent 0233cac commit cb3a15c
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.5.1 (2021-12-28)


### Bug Fixes

* republish with proper artifacts ([0233cac](https://github.com/Igmat/metaf/commit/0233cacfbae459a17578ccf40679d755c8ef5e10))





# 0.5.0 (2021-12-27)


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.5.0",
"version": "0.5.1",
"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.5.1 (2021-12-28)


### Bug Fixes

* republish with proper artifacts ([0233cac](https://github.com/Igmat/metaf/commit/0233cacfbae459a17578ccf40679d755c8ef5e10))





# 0.5.0 (2021-12-27)


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.5.0",
"version": "0.5.1",
"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.5.1 (2021-12-28)


### Bug Fixes

* republish with proper artifacts ([0233cac](https://github.com/Igmat/metaf/commit/0233cacfbae459a17578ccf40679d755c8ef5e10))





# 0.5.0 (2021-12-27)


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.5.0",
"version": "0.5.1",
"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.5.1 (2021-12-28)


### Bug Fixes

* republish with proper artifacts ([0233cac](https://github.com/Igmat/metaf/commit/0233cacfbae459a17578ccf40679d755c8ef5e10))





# 0.5.0 (2021-12-27)


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.5.0",
"version": "0.5.1",
"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.5.0",
"metaf-resolvable": "^0.5.0",
"metaf-sync": "^0.5.0",
"metaf-observable": "^0.5.1",
"metaf-resolvable": "^0.5.1",
"metaf-sync": "^0.5.1",
"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.5.1 (2021-12-28)


### Bug Fixes

* republish with proper artifacts ([0233cac](https://github.com/Igmat/metaf/commit/0233cacfbae459a17578ccf40679d755c8ef5e10))





# 0.5.0 (2021-12-27)


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.5.0",
"version": "0.5.1",
"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.5.1 (2021-12-28)


### Bug Fixes

* republish with proper artifacts ([0233cac](https://github.com/Igmat/metaf/commit/0233cacfbae459a17578ccf40679d755c8ef5e10))





# 0.5.0 (2021-12-27)


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

0 comments on commit cb3a15c

Please sign in to comment.