Skip to content

Commit

Permalink
v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Nov 24, 2020
1 parent 66fa16a commit a910803
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.7.0",
"version": "2.8.0",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/admin",
"version": "2.7.0",
"version": "2.8.0",
"main": "dist/index.js",
"module": "dist/admin.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@paljs/types": "^2.5.4",
"@paljs/types": "^2.8.0",
"dompurify": "^2.2.2",
"moment": "2.29.1",
"prettier": "2.1.2",
Expand Down
8 changes: 4 additions & 4 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.7.0",
"version": "2.8.0",
"author": "Ahmed Elewa @AhmedElywa",
"bin": {
"pal": "./bin/run"
Expand All @@ -11,10 +11,10 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^3",
"@paljs/create": "^2.7.0",
"@paljs/create": "^2.8.0",
"@paljs/display": "^2.5.4",
"@paljs/generator": "^2.6.2",
"@paljs/schema": "^2.6.2",
"@paljs/generator": "^2.8.0",
"@paljs/schema": "^2.8.0",
"@prisma/sdk": "2.12.0",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/create",
"version": "2.7.0",
"version": "2.8.0",
"main": "dist/index.js",
"module": "dist/create.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@paljs/display": "^2.5.4",
"@paljs/types": "^2.5.4",
"@paljs/types": "^2.8.0",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"chalk": "^4.1.0",
"cross-spawn": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/generator",
"version": "2.6.2",
"version": "2.8.0",
"main": "dist/index.js",
"module": "dist/types.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepare": "tsdx build"
},
"dependencies": {
"@paljs/types": "^2.5.4",
"@paljs/types": "^2.8.0",
"@prisma/sdk": "2.12.0",
"pkg-dir": "^5.0.0",
"pluralize": "^8.0.0",
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.7.0",
"version": "2.8.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.7.0",
"@paljs/plugins": "^2.8.0",
"fs-extra": "^9.0.1",
"lowdb": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/plugins",
"version": "2.7.0",
"version": "2.8.0",
"main": "dist/index.js",
"module": "dist/plugins.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"prepare": "tsdx build"
},
"dependencies": {
"@paljs/types": "^2.5.4",
"@paljs/types": "^2.8.0",
"graphql-fields": "2.0.3",
"graphql-tag": "2.11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/schema",
"version": "2.6.2",
"version": "2.8.0",
"main": "dist/index.js",
"module": "dist/schema.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"@paljs/display": "^2.5.4",
"@paljs/types": "^2.5.4",
"@paljs/types": "^2.8.0",
"@prisma/sdk": "2.11.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/types",
"version": "2.5.4",
"version": "2.8.0",
"main": "dist/index.js",
"module": "dist/types.esm.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit a910803

Please sign in to comment.