diff --git a/.changeset/beige-meals-deliver.md b/.changeset/beige-meals-deliver.md deleted file mode 100644 index 82ba1bbc..00000000 --- a/.changeset/beige-meals-deliver.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -fix: broken clickoutside & example custom page diff --git a/.changeset/long-cameras-arrive.md b/.changeset/long-cameras-arrive.md deleted file mode 100644 index 64eae591..00000000 --- a/.changeset/long-cameras-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -fix: dnd on touch devices (#461) diff --git a/.changeset/selfish-rules-bathe.md b/.changeset/selfish-rules-bathe.md deleted file mode 100644 index 4895f4e4..00000000 --- a/.changeset/selfish-rules-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -feat: update gear icon to logout icon (#460) diff --git a/.changeset/sweet-ads-drum.md b/.changeset/sweet-ads-drum.md deleted file mode 100644 index 1489107b..00000000 --- a/.changeset/sweet-ads-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": minor ---- - -feat: add dynamic filters (#491) diff --git a/apps/docs/pages/changelog/index.md b/apps/docs/pages/changelog/index.md index fe4d5715..fb39385e 100644 --- a/apps/docs/pages/changelog/index.md +++ b/apps/docs/pages/changelog/index.md @@ -1,5 +1,17 @@ # @premieroctet/next-admin +## 7.1.0 + +### Minor Changes + +- [07d8996](https://github.com/premieroctet/next-admin/commit/07d8996cf4c771fc0e70762518a083489e9d975a): feat: add dynamic filters ([#491](https://github.com/premieroctet/next-admin/issues/491)) + +### Patch Changes + +- [e49ec99](https://github.com/premieroctet/next-admin/commit/e49ec991c538e49d3b593f20d31afd8120f5fb95): fix: broken clickoutside & example custom page +- [71f65ec](https://github.com/premieroctet/next-admin/commit/71f65ece06137baee4a10a8cbbb97f3fd8023a46): fix: dnd on touch devices ([#461](https://github.com/premieroctet/next-admin/issues/461)) +- [b762132](https://github.com/premieroctet/next-admin/commit/b7621323bb80862a4d34ed3bcd1f69405bffc6c7): feat: update gear icon to logout icon ([#460](https://github.com/premieroctet/next-admin/issues/460)) + ## 7.0.2 ### Patch Changes diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index fe4d5715..fb39385e 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -1,5 +1,17 @@ # @premieroctet/next-admin +## 7.1.0 + +### Minor Changes + +- [07d8996](https://github.com/premieroctet/next-admin/commit/07d8996cf4c771fc0e70762518a083489e9d975a): feat: add dynamic filters ([#491](https://github.com/premieroctet/next-admin/issues/491)) + +### Patch Changes + +- [e49ec99](https://github.com/premieroctet/next-admin/commit/e49ec991c538e49d3b593f20d31afd8120f5fb95): fix: broken clickoutside & example custom page +- [71f65ec](https://github.com/premieroctet/next-admin/commit/71f65ece06137baee4a10a8cbbb97f3fd8023a46): fix: dnd on touch devices ([#461](https://github.com/premieroctet/next-admin/issues/461)) +- [b762132](https://github.com/premieroctet/next-admin/commit/b7621323bb80862a4d34ed3bcd1f69405bffc6c7): feat: update gear icon to logout icon ([#460](https://github.com/premieroctet/next-admin/issues/460)) + ## 7.0.2 ### Patch Changes diff --git a/packages/next-admin/package.json b/packages/next-admin/package.json index 3d2f05ba..426fe921 100644 --- a/packages/next-admin/package.json +++ b/packages/next-admin/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-admin", - "version": "7.0.2", + "version": "7.1.0", "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",