diff --git a/lerna.json b/lerna.json index a2702f7..af7573b 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "0.2.0", + "version": "0.2.1", "changelog": { "repo": "frintjs/frint-props", "labels": { diff --git a/packages/frint-props-react/package.json b/packages/frint-props-react/package.json index 3263c2a..a5d79f2 100644 --- a/packages/frint-props-react/package.json +++ b/packages/frint-props-react/package.json @@ -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", @@ -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" diff --git a/packages/frint-props/package.json b/packages/frint-props/package.json index 72c1621..ee4e6f7 100644 --- a/packages/frint-props/package.json +++ b/packages/frint-props/package.json @@ -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",