Skip to content

Commit

Permalink
fix admin build
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedElywa committed Nov 17, 2022
1 parent 9d178c4 commit 913e8e7
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 12 deletions.
6 changes: 6 additions & 0 deletions packages/admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @paljs/admin

## 5.0.2

### Patch Changes

- fix build and publish issues

## 5.0.1

### Patch Changes
Expand Down
7 changes: 3 additions & 4 deletions packages/admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paljs/admin",
"version": "5.0.1",
"version": "5.0.2",
"main": "index.js",
"module": "./esm/index.js",
"types": "index.d.ts",
Expand All @@ -20,13 +20,12 @@
"build:es": "node ./scripts/build es",
"build:copy-files": "node ./scripts/copyFiles",
"build:types": "tsc -p tsconfig.build.json",
"build:css": "NODE_ENV=production tailwindcss-cli build -o ./dist/style.css",
"prepublishOnly": "pnpm build"
"build:css": "NODE_ENV=production tailwindcss-cli build -o ./dist/style.css"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@paljs/types": "^5.0.1",
"@paljs/types": "workspace:*",
"react-beautiful-dnd": "13.1.0",
"react-hook-form": "7.27.1",
"react-table": "7.7.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @paljs/cli

## 5.0.2

### Patch Changes

- Updated dependencies
- @paljs/create@5.0.2

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

## 5.0.2

### Patch Changes

- update admin version

## 5.0.1

### Patch Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@heroicons/react": "1.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@paljs/admin": "5.0.1",
"@paljs/admin": "5.0.2",
"@paljs/nexus": "5.0.1",
"@prisma/client": "3.x",
"apollo-server-micro": "3.x",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/examples/full-stack-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@heroicons/react": "1.x",
"@material-ui/core": "4.x",
"@material-ui/icons": "4.x",
"@paljs/admin": "5.0.1",
"@paljs/admin": "5.0.2",
"@paljs/nexus": "5.0.1",
"@prisma/client": "4.x",
"apollo-server-micro": "3.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.0.1",
"version": "5.0.2",
"main": "dist/index.js",
"module": "dist/create.esm.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion testnext/multi_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@heroicons/react": "1.0.5",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@paljs/admin": "5.0.1",
"@paljs/admin": "5.0.2",
"@paljs/nexus": "5.0.1",
"@prisma/client": "3.10.0",
"apollo-server-micro": "3.6.3",
Expand Down
4 changes: 2 additions & 2 deletions testnext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@heroicons/react": "1.0.5",
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@paljs/admin": "5.0.1",
"@paljs/admin": "5.0.2",
"@paljs/nexus": "5.0.1",
"@prisma/client": "4.6.1",
"apollo-server-micro": "3.6.3",
Expand All @@ -47,7 +47,7 @@
"@graphql-codegen/typescript": "2.4.5",
"@graphql-codegen/typescript-operations": "2.3.2",
"@graphql-codegen/typescript-react-apollo": "3.2.8",
"@paljs/cli": "5.0.1",
"@paljs/cli": "5.0.2",
"@types/bcryptjs": "2.4.2",
"@types/cookie": "0.4.1",
"@types/graphql": "14.5.0",
Expand Down

0 comments on commit 913e8e7

Please sign in to comment.