Skip to content

Commit

Permalink
Version Packages (#398)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 5, 2024
1 parent 7dda967 commit 7467894
Show file tree
Hide file tree
Showing 12 changed files with 33 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/brave-shirts-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-eggs-brush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/curly-penguins-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-poets-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-peas-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-suits-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tidy-brooms-march.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": "5.1.0",
"@premieroctet/next-admin": "5.2.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.8",
"mini-svg-data-uri": "^1.4.4",
Expand Down
15 changes: 15 additions & 0 deletions apps/docs/pages/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @premieroctet/next-admin

## 5.2.0

### Minor Changes

- [2bf5933](https://github.com/premieroctet/next-admin/commit/2bf5933): eat: allow controlling the visibility of an edit field ([#372](https://github.com/premieroctet/next-admin/issues/372))
- [d16560a](https://github.com/premieroctet/next-admin/commit/d16560a): fix: fix one-to-one display for one side ([#393](https://github.com/premieroctet/next-admin/issues/393))
- [b013f25](https://github.com/premieroctet/next-admin/commit/b013f25): add support to arrays of enums
- [5fb2889](https://github.com/premieroctet/next-admin/commit/5fb2889): feat: add search by relation ([#385](https://github.com/premieroctet/next-admin/issues/385))
- [e161e99](https://github.com/premieroctet/next-admin/commit/e161e99): chore: upgrade to headlessui v2 ([#396](https://github.com/premieroctet/next-admin/issues/396))
- [b013f25](https://github.com/premieroctet/next-admin/commit/b013f25): feat: add support for scalar array ([#322](https://github.com/premieroctet/next-admin/issues/322))

### Patch Changes

- [2fa281d](https://github.com/premieroctet/next-admin/commit/2fa281d): feat: display actions in table rows ([#387](https://github.com/premieroctet/next-admin/issues/387))

## 5.1.0

### Minor 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": "5.1.0",
"@premieroctet/next-admin": "5.2.0",
"@prisma/client": "5.14.0",
"@tremor/react": "^3.2.2",
"babel-plugin-superjson-next": "^0.4.5",
Expand Down
15 changes: 15 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @premieroctet/next-admin

## 5.2.0

### Minor Changes

- [2bf5933](https://github.com/premieroctet/next-admin/commit/2bf5933): eat: allow controlling the visibility of an edit field ([#372](https://github.com/premieroctet/next-admin/issues/372))
- [d16560a](https://github.com/premieroctet/next-admin/commit/d16560a): fix: fix one-to-one display for one side ([#393](https://github.com/premieroctet/next-admin/issues/393))
- [b013f25](https://github.com/premieroctet/next-admin/commit/b013f25): add support to arrays of enums
- [5fb2889](https://github.com/premieroctet/next-admin/commit/5fb2889): feat: add search by relation ([#385](https://github.com/premieroctet/next-admin/issues/385))
- [e161e99](https://github.com/premieroctet/next-admin/commit/e161e99): chore: upgrade to headlessui v2 ([#396](https://github.com/premieroctet/next-admin/issues/396))
- [b013f25](https://github.com/premieroctet/next-admin/commit/b013f25): feat: add support for scalar array ([#322](https://github.com/premieroctet/next-admin/issues/322))

### Patch Changes

- [2fa281d](https://github.com/premieroctet/next-admin/commit/2fa281d): feat: display actions in table rows ([#387](https://github.com/premieroctet/next-admin/issues/387))

## 5.1.0

### Minor 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": "5.1.0",
"version": "5.2.0",
"main": "./dist/index.js",
"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": [
Expand Down

0 comments on commit 7467894

Please sign in to comment.