Skip to content

Commit

Permalink
v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Oct 15, 2020
1 parent 1f121f5 commit f22fdae
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.3.1",
"version": "2.3.2",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@paljs/cli",
"description": "Pal cli will be your friend in developing nodejs full-stack projects to auto generate everything for you",
"version": "2.3.1",
"version": "2.3.2",
"author": "Ahmed Elewa @AhmedElywa",
"bin": {
"pal": "./bin/run"
Expand All @@ -13,7 +13,7 @@
"@oclif/plugin-help": "^3",
"@paljs/create": "^2.3.1",
"@paljs/display": "^2.0.0",
"@paljs/generator": "^2.3.1",
"@paljs/generator": "^2.3.2",
"@paljs/schema": "^2.3.0",
"@prisma/sdk": "2.9.0",
"cross-spawn": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/generator",
"version": "2.3.1",
"version": "2.3.2",
"main": "dist/index.js",
"module": "dist/types.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit f22fdae

Please sign in to comment.