Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fahad19 committed Apr 13, 2019
1 parent 057a3d7 commit 3d5797e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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": "1.3.0",
"version": "1.3.1",
"changelog": {
"repo": "fahad19/proppy",
"labels": {
Expand Down
6 changes: 3 additions & 3 deletions packages/proppy-frint-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy-frint-react",
"version": "1.3.0",
"version": "1.3.1",
"description": "FrintJS + React integration with ProppyJS",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-frint-react",
Expand Down Expand Up @@ -32,8 +32,8 @@
"frint": "^5.6.1",
"frint-config": "^5.4.3",
"frint-react": "^5.4.3",
"proppy": "^1.3.0",
"proppy-react": "^1.3.0",
"proppy": "^1.3.1",
"proppy-react": "^1.3.1",
"react": "^15.3.0"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/proppy-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy-preact",
"version": "1.3.0",
"version": "1.3.1",
"description": "Preact integration with ProppyJS",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-preact",
Expand Down Expand Up @@ -31,7 +31,7 @@
"frint-test-utils": "^5.7.2",
"preact": "^8.2.9",
"preact-render-spy": "^1.3.0",
"proppy": "^1.3.0"
"proppy": "^1.3.1"
},
"bugs": {
"url": "https://github.com/fahad19/proppy/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/proppy-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy-react",
"version": "1.3.0",
"version": "1.3.1",
"description": "React integration with ProppyJS",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-react",
Expand Down Expand Up @@ -33,7 +33,7 @@
"enzyme-adapter-react-16": "^1.1.1",
"frint-test-utils": "^5.4.3",
"jsdom": "^11.10.0",
"proppy": "^1.3.0",
"proppy": "^1.3.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-test-renderer": "^16.3.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/proppy-redux/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy-redux",
"version": "1.3.0",
"version": "1.3.1",
"description": "Redux integration with ProppyJS",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-redux",
Expand Down Expand Up @@ -28,7 +28,7 @@
"proppy"
],
"devDependencies": {
"proppy": "^1.3.0",
"proppy": "^1.3.1",
"redux": "^4.0.0"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/proppy-rx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy-rx",
"version": "1.3.0",
"version": "1.3.1",
"description": "RxJS integration with ProppyJS",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-rx",
Expand Down Expand Up @@ -28,7 +28,7 @@
"proppy"
],
"devDependencies": {
"proppy": "^1.3.0",
"proppy": "^1.3.1",
"rxjs": "^6.0.0"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/proppy-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy-vue",
"version": "1.3.0",
"version": "1.3.1",
"description": "Vue.js integration with ProppyJS",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-vue",
Expand Down Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.15",
"ajv": "^6.4.0",
"proppy": "^1.3.0",
"proppy": "^1.3.1",
"vue": "^2.5.16",
"vue-template-compiler": "^2.5.16"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/proppy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "proppy",
"version": "1.3.0",
"version": "1.3.1",
"description": "ProppyJS - Functional composition of props for components",
"main": "lib/index.js",
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy",
Expand Down

0 comments on commit 3d5797e

Please sign in to comment.