Skip to content

Commit

Permalink
v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Oct 20, 2020
1 parent e00e210 commit 5297545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.1",
"version": "2.5.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
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": "2.4.0",
"version": "2.5.0",
"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": "^2.4.0",
"@paljs/plugins": "^2.5.0",
"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": "2.4.0",
"version": "2.5.0",
"main": "dist/index.js",
"module": "dist/plugins.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 5297545

Please sign in to comment.