diff --git a/.changeset/blue-carrots-pump.md b/.changeset/blue-carrots-pump.md deleted file mode 100644 index 4ade96c4..00000000 --- a/.changeset/blue-carrots-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Add where clause to model options diff --git a/.changeset/rich-dodos-repair.md b/.changeset/rich-dodos-repair.md deleted file mode 100644 index 5086949b..00000000 --- a/.changeset/rich-dodos-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -When uploading, include record information - Thanks to [@huinalam](https://github.com/huinalam) diff --git a/apps/docs/pages/changelog/index.md b/apps/docs/pages/changelog/index.md index 71d189a6..54dea6f2 100644 --- a/apps/docs/pages/changelog/index.md +++ b/apps/docs/pages/changelog/index.md @@ -1,5 +1,12 @@ # @premieroctet/next-admin +## 7.0.1 + +### Patch Changes + +- [46a3dba](https://github.com/premieroctet/next-admin/commit/46a3dbab9b40f535b880fc28f66c7ab39df4feec): Add where clause to model options - Thanks to [@didrikmunther](https://github.com/didrikmunther) +- [9959cfd](https://github.com/premieroctet/next-admin/commit/9959cfdd666ba2789e2fa06855014deb1f35a3ba): When uploading, include record information - Thanks to [@huinalam](https://github.com/huinalam) + ## 7.0.0 ### Major Changes diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index 71d189a6..54dea6f2 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -1,5 +1,12 @@ # @premieroctet/next-admin +## 7.0.1 + +### Patch Changes + +- [46a3dba](https://github.com/premieroctet/next-admin/commit/46a3dbab9b40f535b880fc28f66c7ab39df4feec): Add where clause to model options - Thanks to [@didrikmunther](https://github.com/didrikmunther) +- [9959cfd](https://github.com/premieroctet/next-admin/commit/9959cfdd666ba2789e2fa06855014deb1f35a3ba): When uploading, include record information - Thanks to [@huinalam](https://github.com/huinalam) + ## 7.0.0 ### Major Changes diff --git a/packages/next-admin/package.json b/packages/next-admin/package.json index e4d50372..d57b3f2f 100644 --- a/packages/next-admin/package.json +++ b/packages/next-admin/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-admin", - "version": "7.0.0", + "version": "7.0.1", "description": "Next-Admin provides a customizable and turnkey admin dashboard for applications built with Next.js and powered by the Prisma ORM. It aims to simplify the development process by providing a turnkey admin system that can be easily integrated into your project.", "keywords": [ "next.js",