From 913e8e7c372a5eff8133d4c352bde9bee6172b81 Mon Sep 17 00:00:00 2001 From: Ahmed Elywa Date: Thu, 17 Nov 2022 12:16:18 +0200 Subject: [PATCH] fix admin build --- packages/admin/CHANGELOG.md | 6 ++++++ packages/admin/package.json | 7 +++---- packages/cli/CHANGELOG.md | 7 +++++++ packages/cli/package.json | 2 +- packages/create/CHANGELOG.md | 6 ++++++ .../create/examples/full-stack-nextjs/multi_package.json | 2 +- packages/create/examples/full-stack-nextjs/package.json | 2 +- packages/create/package.json | 2 +- pnpm-lock.yaml | 2 +- testnext/multi_package.json | 2 +- testnext/package.json | 4 ++-- 11 files changed, 30 insertions(+), 12 deletions(-) diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index f5f4a90f..93289d78 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,11 @@ # @paljs/admin +## 5.0.2 + +### Patch Changes + +- fix build and publish issues + ## 5.0.1 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index 039b3bb3..f515503c 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -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", @@ -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" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 053e8c92..b88a5db0 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @paljs/cli +## 5.0.2 + +### Patch Changes + +- Updated dependencies + - @paljs/create@5.0.2 + ## 5.0.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 063fad2c..7a1772a4 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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" diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index f238a154..d0323c2a 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,11 @@ # @paljs/create +## 5.0.2 + +### Patch Changes + +- update admin version + ## 5.0.1 ### Patch Changes diff --git a/packages/create/examples/full-stack-nextjs/multi_package.json b/packages/create/examples/full-stack-nextjs/multi_package.json index 3f7330e7..176f09b4 100644 --- a/packages/create/examples/full-stack-nextjs/multi_package.json +++ b/packages/create/examples/full-stack-nextjs/multi_package.json @@ -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", diff --git a/packages/create/examples/full-stack-nextjs/package.json b/packages/create/examples/full-stack-nextjs/package.json index 36dcde9b..c8ea46c4 100644 --- a/packages/create/examples/full-stack-nextjs/package.json +++ b/packages/create/examples/full-stack-nextjs/package.json @@ -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", diff --git a/packages/create/package.json b/packages/create/package.json index f79e0a6a..785c2fd3 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 310c801d..dcabc8ba 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -62,7 +62,7 @@ importers: '@babel/preset-typescript': ^7.16.7 '@headlessui/react': ^1.5.0 '@heroicons/react': ^1.0.5 - '@paljs/types': ^5.0.1 + '@paljs/types': workspace:* '@tailwindcss/forms': ^0.4.0 '@types/node': 17.0.21 '@types/react': 17.0.39 diff --git a/testnext/multi_package.json b/testnext/multi_package.json index be87d144..83d9aa0d 100644 --- a/testnext/multi_package.json +++ b/testnext/multi_package.json @@ -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", diff --git a/testnext/package.json b/testnext/package.json index e10c0f82..1a3888f2 100644 --- a/testnext/package.json +++ b/testnext/package.json @@ -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", @@ -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",