Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main — Version Packages #474

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dry-tips-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-snakes-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-snakes-shout.md

This file was deleted.

2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions apps/docs/pages/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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))
- [81b2e54](https://github.com/premieroctet/next-admin/commit/81b2e54): Fix relation one-to-many - nullable relation
- [3225788](https://github.com/premieroctet/next-admin/commit/3225788): Fix image (get async)

## 6.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 8 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @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))
- [81b2e54](https://github.com/premieroctet/next-admin/commit/81b2e54): Fix relation one-to-many - nullable relation
- [3225788](https://github.com/premieroctet/next-admin/commit/3225788): Fix image (get async)

## 6.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/next-admin/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
Loading