Skip to content

Commit

Permalink
v5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Jan 1, 2023
1 parent 81cddb8 commit 64087ff
Show file tree
Hide file tree
Showing 26 changed files with 193 additions and 65 deletions.
11 changes: 11 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @paljs/admin

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/admin",
"version": "5.1.0",
"version": "5.2.0",
"main": "index.js",
"module": "./esm/index.js",
"types": "index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @paljs/cli

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/utils@5.2.0
- @paljs/create@5.2.0
- @paljs/display@5.2.0
- @paljs/generator@5.2.0
- @paljs/schema@5.2.0

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.1.0",
"version": "5.2.0",
"author": "Ahmed Elewa @AhmedElywa",
"bin": {
"pal": "./bin/run"
Expand Down
12 changes: 12 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @paljs/create

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/display@5.2.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/create/examples/apollo-nexus-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"dependencies": {
"nexus": "1.x",
"@prisma/client": "4.x",
"@paljs/nexus": "5.1.0",
"@paljs/nexus": "5.2.0",
"apollo-server": "3.x",
"graphql": "16.x"
},
"devDependencies": {
"prisma": "4.x",
"@types/node": "18.x",
"@paljs/cli": "5.1.0",
"@paljs/cli": "5.2.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/examples/apollo-sdl-first/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@graphql-tools/merge": "8.x",
"@graphql-tools/schema": "9.x",
"@paljs/plugins": "5.1.0",
"@paljs/plugins": "5.2.0",
"@prisma/client": "4.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"prisma": "4.x",
"@types/node": "18.x",
"@paljs/cli": "5.1.0",
"@paljs/cli": "5.2.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/create/examples/full-stack-nextjs/multi_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"@heroicons/react": "1.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@paljs/admin": "5.1.0",
"@paljs/nexus": "5.1.0",
"@paljs/admin": "5.2.0",
"@paljs/nexus": "5.2.0",
"@prisma/client": "3.x",
"apollo-server-micro": "3.x",
"bcryptjs": "2.x",
Expand All @@ -46,7 +46,7 @@
"@graphql-codegen/typescript": "2.x",
"@graphql-codegen/typescript-operations": "2.x",
"@graphql-codegen/typescript-react-apollo": "3.x",
"@paljs/cli": "5.1.0",
"@paljs/cli": "5.2.0",
"@types/bcryptjs": "2.x",
"@types/cookie": "0.x",
"@types/graphql": "14.x",
Expand Down
6 changes: 3 additions & 3 deletions packages/create/examples/full-stack-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"@heroicons/react": "1.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@paljs/admin": "5.1.0",
"@paljs/nexus": "5.1.0",
"@paljs/admin": "5.2.0",
"@paljs/nexus": "5.2.0",
"@prisma/client": "4.x",
"apollo-server-micro": "3.x",
"bcryptjs": "2.x",
Expand All @@ -47,7 +47,7 @@
"@graphql-codegen/typescript": "2.x",
"@graphql-codegen/typescript-operations": "2.x",
"@graphql-codegen/typescript-react-apollo": "3.x",
"@paljs/cli": "5.1.0",
"@paljs/cli": "5.2.0",
"@types/bcryptjs": "2.x",
"@types/cookie": "0.x",
"@types/graphql": "14.x",
Expand Down
4 changes: 2 additions & 2 deletions packages/create/examples/graphql-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"graphql-modules": "1.x",
"@paljs/plugins": "5.1.0",
"@paljs/plugins": "5.2.0",
"@prisma/client": "4.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"prisma": "4.x",
"@types/node": "18.x",
"@paljs/cli": "5.1.0",
"@paljs/cli": "5.2.0",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
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": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"module": "dist/create.esm.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/display/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paljs/display

## 5.2.0

### Minor Changes

- upgrade prisma version

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/display/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/display",
"version": "5.1.0",
"version": "5.2.0",
"description": "Display package for the paljs CLI",
"homepage": "https://paljs.com",
"license": "MIT",
Expand Down
13 changes: 13 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @paljs/generator

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/utils@5.2.0
- @paljs/schema@5.2.0

## 5.1.0

### Minor Changes
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": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/nexus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @paljs/nexus

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/utils@5.2.0
- @paljs/plugins@5.2.0

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/nexus",
"version": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @paljs/plugins

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/utils@5.2.0

## 5.1.0

### Minor Changes
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": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
13 changes: 13 additions & 0 deletions packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @paljs/schema

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/utils@5.2.0
- @paljs/display@5.2.0

## 5.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/schema",
"version": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paljs/types

## 5.2.0

### Minor Changes

- upgrade prisma version

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/types",
"version": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand All @@ -20,7 +20,7 @@
"access": "public"
},
"devDependencies": {
"@prisma/client": "4.6.1",
"@prisma/client": "^4.8.0",
"typescript": "^4.7.4"
},
"files": [
Expand Down
12 changes: 12 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @paljs/utils

## 5.2.0

### Minor Changes

- upgrade prisma version

### Patch Changes

- Updated dependencies
- @paljs/types@5.2.0
- @paljs/display@5.2.0

## 5.1.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/utils",
"version": "5.1.0",
"version": "5.2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@paljs/types": "workspace:*",
"@paljs/display": "workspace:*",
"@prisma/internals": "^4.6.1"
"@prisma/internals": "^4.8.0"
},
"files": [
"dist"
Expand Down
Loading

0 comments on commit 64087ff

Please sign in to comment.