Skip to content

Commit

Permalink
v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Dec 17, 2020
1 parent 84dd21a commit 061e8b6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.9.3",
"version": "2.10.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 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.9.3",
"version": "2.10.0",
"author": "Ahmed Elewa @AhmedElywa",
"bin": {
"pal": "./bin/run"
Expand All @@ -11,9 +11,9 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"@paljs/create": "^2.9.2",
"@paljs/create": "^2.10.0",
"@paljs/display": "^2.5.4",
"@paljs/generator": "^2.9.3",
"@paljs/generator": "^2.10.0",
"@paljs/schema": "^2.9.0",
"@prisma/sdk": "2.13.0",
"cross-spawn": "^7.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/create",
"version": "2.9.2",
"version": "2.10.0",
"main": "dist/index.js",
"module": "dist/create.esm.js",
"types": "dist/index.d.ts",
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.9.3",
"version": "2.10.0",
"main": "dist/index.js",
"module": "dist/types.esm.js",
"types": "dist/index.d.ts",
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.9.1",
"version": "2.10.0",
"main": "dist/index.js",
"module": "dist/nexus.esm.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,9 +29,9 @@
"access": "public"
},
"devDependencies": {
"nexus": "1.0.0",
"@prisma/client": "2.13.0",
"@types/lowdb": "1.0.9",
"nexus": "1.0.0",
"typescript": "4.1.2"
},
"files": [
Expand Down

0 comments on commit 061e8b6

Please sign in to comment.