Skip to content

Commit

Permalink
push new version with fix v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Aug 20, 2023
1 parent 3304d91 commit f0cd9b0
Show file tree
Hide file tree
Showing 26 changed files with 117 additions and 27 deletions.
8 changes: 8 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @paljs/admin

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/types@6.0.1

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"main": "index.js",
"module": "./esm/index.js",
"types": "index.d.ts",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @paljs/cli

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/create@6.0.1
- @paljs/display@6.0.1
- @paljs/generator@6.0.1
- @paljs/schema@6.0.1
- @paljs/types@6.0.1
- @paljs/utils@6.0.1

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"author": "Ahmed Elewa @AhmedElywa",
"bin": {
"pal": "./bin/run"
Expand Down
9 changes: 9 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @paljs/create

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/display@6.0.1
- @paljs/types@6.0.1

## 6.0.0

### Major 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": "5.x",
"@paljs/nexus": "6.0.0",
"@paljs/nexus": "6.0.1",
"apollo-server": "3.x",
"graphql": "16.x"
},
"devDependencies": {
"prisma": "5.x",
"@types/node": "18.x",
"@paljs/cli": "6.0.0",
"@paljs/cli": "6.0.1",
"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": "6.0.0",
"@paljs/plugins": "6.0.1",
"@prisma/client": "5.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"prisma": "5.x",
"@types/node": "18.x",
"@paljs/cli": "6.0.0",
"@paljs/cli": "6.0.1",
"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": "6.0.0",
"@paljs/nexus": "6.0.0",
"@paljs/admin": "6.0.1",
"@paljs/nexus": "6.0.1",
"@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": "6.0.0",
"@paljs/cli": "6.0.1",
"@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": "6.0.0",
"@paljs/nexus": "6.0.0",
"@paljs/admin": "6.0.1",
"@paljs/nexus": "6.0.1",
"@prisma/client": "5.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": "6.0.0",
"@paljs/cli": "6.0.1",
"@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": "6.0.0",
"@paljs/plugins": "6.0.1",
"@prisma/client": "5.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"prisma": "5.x",
"@types/node": "18.x",
"@paljs/cli": "6.0.0",
"@paljs/cli": "6.0.1",
"prettier": "2.x",
"ts-node": "10.x",
"ts-node-dev": "2.x",
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": "6.0.0",
"version": "6.0.1",
"main": "dist/index.js",
"module": "dist/create.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.0.1",
"got": "11.8.3",
"got": "11.8.5",
"type-fest": "^2.16.0"
},
"publishConfig": {
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

## 6.0.1

### Patch Changes

- fix nexus generate types args

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"description": "Display package for the paljs CLI",
"homepage": "https://paljs.com",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions packages/generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @paljs/generator

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/schema@6.0.1
- @paljs/types@6.0.1
- @paljs/utils@6.0.1

## 6.0.0

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

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/plugins@6.0.1
- @paljs/types@6.0.1
- @paljs/utils@6.0.1

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @paljs/plugins

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/types@6.0.1
- @paljs/utils@6.0.1

## 6.0.0

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

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/display@6.0.1
- @paljs/types@6.0.1
- @paljs/utils@6.0.1

## 6.0.0

### Major 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": "6.0.0",
"version": "6.0.1",
"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

## 6.0.1

### Patch Changes

- fix nexus generate types args

## 6.0.0

### Major Changes
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": "6.0.0",
"version": "6.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @paljs/utils

## 6.0.1

### Patch Changes

- fix nexus generate types args
- Updated dependencies
- @paljs/display@6.0.1
- @paljs/types@6.0.1

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/utils",
"version": "6.0.0",
"version": "6.0.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f0cd9b0

Please sign in to comment.