diff --git a/.changeset/dry-tips-thank.md b/.changeset/dry-tips-thank.md deleted file mode 100644 index a5d34e75..00000000 --- a/.changeset/dry-tips-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -feat: add depth selection for actions (#443) diff --git a/.changeset/witty-snakes-shout.md b/.changeset/witty-snakes-shout.md deleted file mode 100644 index 218d6418..00000000 --- a/.changeset/witty-snakes-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Fix image (get async) diff --git a/apps/docs/package.json b/apps/docs/package.json index afe390d2..ab170e57 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@heroicons/react": "^2.1.1", - "@premieroctet/next-admin": "6.1.5", + "@premieroctet/next-admin": "6.1.6", "clsx": "^2.1.0", "framer-motion": "^11.0.8", "mini-svg-data-uri": "^1.4.4", diff --git a/apps/docs/pages/changelog/index.md b/apps/docs/pages/changelog/index.md index b1fdf5a4..da89b0de 100644 --- a/apps/docs/pages/changelog/index.md +++ b/apps/docs/pages/changelog/index.md @@ -1,5 +1,12 @@ # @premieroctet/next-admin +## 6.1.6 + +### Patch Changes + +- [56ea03b](https://github.com/premieroctet/next-admin/commit/56ea03b): feat: add depth selection for actions ([#443](https://github.com/premieroctet/next-admin/issues/443)) +- [3225788](https://github.com/premieroctet/next-admin/commit/3225788): Fix image (get async) + ## 6.1.5 ### Patch Changes diff --git a/apps/example/package.json b/apps/example/package.json index 8b24c189..393dbd1b 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -20,7 +20,7 @@ "dependencies": { "@heroicons/react": "^2.0.18", "@picocss/pico": "^1.5.7", - "@premieroctet/next-admin": "6.1.5", + "@premieroctet/next-admin": "6.1.6", "@prisma/client": "5.14.0", "@tremor/react": "^3.2.2", "babel-plugin-superjson-next": "^0.4.5", diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index b1fdf5a4..da89b0de 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -1,5 +1,12 @@ # @premieroctet/next-admin +## 6.1.6 + +### Patch Changes + +- [56ea03b](https://github.com/premieroctet/next-admin/commit/56ea03b): feat: add depth selection for actions ([#443](https://github.com/premieroctet/next-admin/issues/443)) +- [3225788](https://github.com/premieroctet/next-admin/commit/3225788): Fix image (get async) + ## 6.1.5 ### Patch Changes diff --git a/packages/next-admin/package.json b/packages/next-admin/package.json index 4d1b800a..b729ab51 100644 --- a/packages/next-admin/package.json +++ b/packages/next-admin/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-admin", - "version": "6.1.5", + "version": "6.1.6", "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", diff --git a/yarn.lock b/yarn.lock index 5a6b693d..edf4ed7c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2729,7 +2729,7 @@ __metadata: languageName: unknown linkType: soft -"@premieroctet/next-admin@npm:6.1.5, @premieroctet/next-admin@workspace:packages/next-admin": +"@premieroctet/next-admin@npm:6.1.6, @premieroctet/next-admin@workspace:packages/next-admin": version: 0.0.0-use.local resolution: "@premieroctet/next-admin@workspace:packages/next-admin" dependencies: @@ -6949,7 +6949,7 @@ __metadata: dependencies: "@babel/core": "npm:^7.0.0" "@heroicons/react": "npm:^2.1.1" - "@premieroctet/next-admin": "npm:6.1.5" + "@premieroctet/next-admin": "npm:6.1.6" "@types/node": "npm:^17.0.12" "@types/react": "npm:^18.2.0" "@types/react-dom": "npm:^18.2.0" @@ -8012,7 +8012,7 @@ __metadata: "@heroicons/react": "npm:^2.0.18" "@picocss/pico": "npm:^1.5.7" "@playwright/test": "npm:^1.37.0" - "@premieroctet/next-admin": "npm:6.1.5" + "@premieroctet/next-admin": "npm:6.1.6" "@prisma/client": "npm:5.14.0" "@tremor/react": "npm:^3.2.2" "@types/node": "npm:^17.0.12"