Skip to content

Commit 8e8f23c

Browse files
committed
v1.2.1
1 parent 71b93ba commit 8e8f23c

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

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.0",
6+
"version": "1.2.1",
77
"changelog": {
88
"repo": "fahad19/proppy",
99
"labels": {

packages/proppy-frint-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-frint-react",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
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",
@@ -30,7 +30,7 @@
3030
"devDependencies": {
3131
"frint-config": "^5.4.3",
3232
"frint-react": "^5.4.3",
33-
"proppy-react": "^1.2.0",
33+
"proppy-react": "^1.2.1",
3434
"react": "^15.3.0"
3535
},
3636
"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.0",
3+
"version": "1.2.1",
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.0"
32+
"proppy": "^1.2.1"
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.0",
3+
"version": "1.2.1",
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.0",
37+
"proppy": "^1.2.1",
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.0",
3+
"version": "1.2.1",
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.0",
31+
"proppy": "^1.2.1",
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.0",
3+
"version": "1.2.1",
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.0",
31+
"proppy": "^1.2.1",
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.0",
3+
"version": "1.2.1",
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.0",
33+
"proppy": "^1.2.1",
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.0",
3+
"version": "1.2.1",
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)