Skip to content

Commit 4e70c44

Browse files
committed
v1.2.4
1 parent c454a14 commit 4e70c44

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "1.2.3",
6+
"version": "1.2.4",
77
"changelog": {
88
"repo": "fahad19/proppy",
99
"labels": {

packages/proppy-frint-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy-frint-react",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "FrintJS + React integration with ProppyJS",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-frint-react",
@@ -32,8 +32,8 @@
3232
"frint": "^5.6.1",
3333
"frint-config": "^5.4.3",
3434
"frint-react": "^5.4.3",
35-
"proppy": "^1.2.3",
36-
"proppy-react": "^1.2.3",
35+
"proppy": "^1.2.4",
36+
"proppy-react": "^1.2.4",
3737
"react": "^15.3.0"
3838
},
3939
"bugs": {

packages/proppy-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy-preact",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Preact integration with ProppyJS",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-preact",
@@ -29,7 +29,7 @@
2929
],
3030
"devDependencies": {
3131
"preact": "^8.2.9",
32-
"proppy": "^1.2.3"
32+
"proppy": "^1.2.4"
3333
},
3434
"bugs": {
3535
"url": "https://github.com/fahad19/proppy/issues"

packages/proppy-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy-react",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "React integration with ProppyJS",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-react",
@@ -34,7 +34,7 @@
3434
"enzyme-context-patch": "0.0.7",
3535
"frint-test-utils": "^5.4.3",
3636
"jsdom": "^11.10.0",
37-
"proppy": "^1.2.3",
37+
"proppy": "^1.2.4",
3838
"react": "^16.3.2",
3939
"react-dom": "^16.3.2",
4040
"react-test-renderer": "^16.3.2"

packages/proppy-redux/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy-redux",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Redux integration with ProppyJS",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-redux",
@@ -28,7 +28,7 @@
2828
"proppy"
2929
],
3030
"devDependencies": {
31-
"proppy": "^1.2.3",
31+
"proppy": "^1.2.4",
3232
"redux": "^4.0.0"
3333
},
3434
"bugs": {

packages/proppy-rx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy-rx",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "RxJS integration with ProppyJS",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-rx",
@@ -28,7 +28,7 @@
2828
"proppy"
2929
],
3030
"devDependencies": {
31-
"proppy": "^1.2.3",
31+
"proppy": "^1.2.4",
3232
"rxjs": "^6.0.0"
3333
},
3434
"bugs": {

packages/proppy-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy-vue",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "Vue.js integration with ProppyJS",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy-vue",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"@vue/test-utils": "^1.0.0-beta.15",
3232
"ajv": "^6.4.0",
33-
"proppy": "^1.2.3",
33+
"proppy": "^1.2.4",
3434
"vue": "^2.5.16",
3535
"vue-template-compiler": "^2.5.16"
3636
},

packages/proppy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "proppy",
3-
"version": "1.2.3",
3+
"version": "1.2.4",
44
"description": "ProppyJS - Functional composition of props for components",
55
"main": "lib/index.js",
66
"homepage": "https://github.com/fahad19/proppy/tree/master/packages/proppy",

0 commit comments

Comments
 (0)