Skip to content

Commit

Permalink
Update @paljs packages to version 7.0.2
Browse files Browse the repository at this point in the history
Several packages including @paljs/nexus, @paljs/cli, and @paljs/admin have been updated to version 7.0.2. This update fixes sdl TypeScript issues across multiple packages and has updated dependencies from other packages such as @paljs/types and @paljs/utils to the same version.
  • Loading branch information
AhmedElywa committed Jul 4, 2024
1 parent 45db4c7 commit b441f2c
Show file tree
Hide file tree
Showing 25 changed files with 112 additions and 22 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

## 7.0.6

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/types@7.0.2

## 7.0.5

### Patch 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": "7.0.5",
"version": "7.0.6",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/create@7.0.2
- @paljs/display@7.0.2
- @paljs/generator@7.0.2
- @paljs/schema@7.0.2
- @paljs/types@7.0.2
- @paljs/utils@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/display@7.0.2
- @paljs/types@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"@paljs/nexus": "7.0.2",
"apollo-server": "3.x",
"graphql": "16.x"
},
"devDependencies": {
"prisma": "5.x",
"@types/node": "20.x",
"@paljs/cli": "7.0.1",
"@paljs/cli": "7.0.2",
"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": "7.0.1",
"@paljs/plugins": "7.0.2",
"@prisma/client": "5.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -25,7 +25,7 @@
"devDependencies": {
"prisma": "5.x",
"@types/node": "20.x",
"@paljs/cli": "7.0.1",
"@paljs/cli": "7.0.2",
"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": "7.0.5",
"@paljs/nexus": "7.0.1",
"@paljs/admin": "7.0.6",
"@paljs/nexus": "7.0.2",
"@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": "7.0.1",
"@paljs/cli": "7.0.2",
"@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": "7.0.5",
"@paljs/nexus": "7.0.1",
"@paljs/admin": "7.0.6",
"@paljs/nexus": "7.0.2",
"@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": "7.0.1",
"@paljs/cli": "7.0.2",
"@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": "7.0.1",
"@paljs/plugins": "7.0.2",
"@prisma/client": "5.x",
"apollo-server": "3.x",
"graphql": "16.x",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"prisma": "5.x",
"@types/node": "20.x",
"@paljs/cli": "7.0.1",
"@paljs/cli": "7.0.2",
"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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/schema@7.0.2
- @paljs/types@7.0.2
- @paljs/utils@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/plugins@7.0.2
- @paljs/types@7.0.2
- @paljs/utils@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/types@7.0.2
- @paljs/utils@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/display@7.0.2
- @paljs/types@7.0.2
- @paljs/utils@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"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

## 7.0.2

### Patch Changes

- fixing sdl typescript
- Updated dependencies
- @paljs/display@7.0.2
- @paljs/types@7.0.2

## 7.0.1

### Patch 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": "7.0.1",
"version": "7.0.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
Expand Down

0 comments on commit b441f2c

Please sign in to comment.