Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
viacheslaff committed Mar 29, 2018
1 parent e66c65f commit de433ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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": [
"packages/*"
],
"version": "0.2.0",
"version": "0.2.1",
"changelog": {
"repo": "frintjs/frint-props",
"labels": {
Expand Down
4 changes: 2 additions & 2 deletions packages/frint-props-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frint-props-react",
"version": "0.2.0",
"version": "0.2.1",
"description": "React higher-order component FrintJS Apps",
"main": "lib/index.js",
"homepage": "https://github.com/frintjs/frint-props/tree/master/packages/frint-props-react",
Expand All @@ -25,7 +25,7 @@
],
"devDependencies": {
"cross-env": "^5.0.5",
"frint-props": "^0.2.0"
"frint-props": "^0.2.1"
},
"bugs": {
"url": "https://github.com/frintjs/frint-props/issues"
Expand Down
2 changes: 1 addition & 1 deletion packages/frint-props/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frint-props",
"version": "0.2.0",
"version": "0.2.1",
"description": "Compose props reactively for FrintJS Apps",
"main": "lib/index.js",
"homepage": "https://github.com/frintjs/frint-props/tree/master/packages/frint-props",
Expand Down

0 comments on commit de433ef

Please sign in to comment.