From 619950a54ba68c9d89b1abcf782c3dee0336b7a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 18 Nov 2024 17:10:00 +0000 Subject: [PATCH 1/3] Version Packages --- .changeset/blue-carrots-pump.md | 5 ----- .changeset/rich-dodos-repair.md | 5 ----- apps/docs/pages/changelog/index.md | 7 +++++++ packages/next-admin/CHANGELOG.md | 7 +++++++ packages/next-admin/package.json | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) delete mode 100644 .changeset/blue-carrots-pump.md delete mode 100644 .changeset/rich-dodos-repair.md 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..cb178ac9 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 +- [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..cb178ac9 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 +- [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", From f550e1c4360e9e961428c46bd591ce7737ace464 Mon Sep 17 00:00:00 2001 From: Colin Regourd Date: Mon, 18 Nov 2024 18:17:51 +0100 Subject: [PATCH 2/3] Add contributor --- apps/docs/pages/changelog/index.md | 2 +- packages/next-admin/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/pages/changelog/index.md b/apps/docs/pages/changelog/index.md index cb178ac9..e6c7acf7 100644 --- a/apps/docs/pages/changelog/index.md +++ b/apps/docs/pages/changelog/index.md @@ -4,7 +4,7 @@ ### Patch Changes -- [46a3dba](https://github.com/premieroctet/next-admin/commit/46a3dbab9b40f535b880fc28f66c7ab39df4feec): Add where clause to model options +- [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 diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index cb178ac9..e6c7acf7 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- [46a3dba](https://github.com/premieroctet/next-admin/commit/46a3dbab9b40f535b880fc28f66c7ab39df4feec): Add where clause to model options +- [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 From 33b20216c803a58ad8991cf6b8a8abecc907eb83 Mon Sep 17 00:00:00 2001 From: Colin Regourd Date: Mon, 18 Nov 2024 18:19:17 +0100 Subject: [PATCH 3/3] Add at tag --- apps/docs/pages/changelog/index.md | 2 +- packages/next-admin/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/pages/changelog/index.md b/apps/docs/pages/changelog/index.md index e6c7acf7..54dea6f2 100644 --- a/apps/docs/pages/changelog/index.md +++ b/apps/docs/pages/changelog/index.md @@ -4,7 +4,7 @@ ### Patch Changes -- [46a3dba](https://github.com/premieroctet/next-admin/commit/46a3dbab9b40f535b880fc28f66c7ab39df4feec): Add where clause to model options - Thanks to [didrikmunther](https://github.com/didrikmunther) +- [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 diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index e6c7acf7..54dea6f2 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- [46a3dba](https://github.com/premieroctet/next-admin/commit/46a3dbab9b40f535b880fc28f66c7ab39df4feec): Add where clause to model options - Thanks to [didrikmunther](https://github.com/didrikmunther) +- [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