Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Sep 23, 2020
1 parent 29fe4af commit 00d0b68
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.4",
"version": "1.5.5",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/nexus-plugin-paljs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexus-plugin-paljs",
"version": "1.5.1",
"version": "1.5.5",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "4.0.2"
},
"dependencies": {
"@paljs/nexus": "^1.5.1"
"@paljs/nexus": "^1.5.5"
},
"gitHead": "28416608df959cf91a47017b63391d2252e0e69d"
}
4 changes: 2 additions & 2 deletions packages/nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/nexus",
"version": "1.5.1",
"version": "1.5.5",
"main": "dist/index.js",
"module": "dist/nexus.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepare": "tsdx build"
},
"dependencies": {
"@paljs/plugins": "^1.5.1",
"@paljs/plugins": "^1.5.5",
"fs-extra": "^9.0.1",
"lowdb": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/plugins",
"version": "1.5.1",
"version": "1.5.5",
"main": "dist/index.js",
"module": "dist/plugins.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 00d0b68

Please sign in to comment.