diff --git a/packages/admin/CHANGELOG.md b/packages/admin/CHANGELOG.md index ef07b8fb..7e915c6d 100644 --- a/packages/admin/CHANGELOG.md +++ b/packages/admin/CHANGELOG.md @@ -1,5 +1,11 @@ # @paljs/admin +## 7.0.3 + +### Patch Changes + +- Remove getDate function and refactor usage + ## 7.0.2 ### Patch Changes diff --git a/packages/admin/package.json b/packages/admin/package.json index d25b6049..84ce64da 100644 --- a/packages/admin/package.json +++ b/packages/admin/package.json @@ -1,6 +1,6 @@ { "name": "@paljs/admin", - "version": "7.0.2", + "version": "7.0.3", "main": "index.js", "module": "./esm/index.js", "types": "index.d.ts", diff --git a/packages/create/examples/full-stack-nextjs/multi_package.json b/packages/create/examples/full-stack-nextjs/multi_package.json index 81cbbb23..5a3ac186 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": "7.0.2", + "@paljs/admin": "7.0.3", "@paljs/nexus": "7.0.0", "@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 48d7ac6d..ff395c2c 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": "7.0.2", + "@paljs/admin": "7.0.3", "@paljs/nexus": "7.0.0", "@prisma/client": "5.x", "apollo-server-micro": "3.x",