Skip to content

Commit

Permalink
Merge pull request #325 from premieroctet/changeset-release/main
Browse files Browse the repository at this point in the history
main — Version Packages
  • Loading branch information
cregourd authored Jun 7, 2024
2 parents 50718fb + 0d14579 commit a469d58
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/curvy-lobsters-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-ears-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-doors-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-bulldogs-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-pandas-do.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/docs/pages/changelog/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @premieroctet/next-admin

## 4.4.1

### Patch Changes

- [e79b338](https://github.com/premieroctet/next-admin/commit/e79b338): Add row context to formatter function
- [4d5b7f8](https://github.com/premieroctet/next-admin/commit/4d5b7f8): Fix selector fields for enum and relationships
- [9d778ae](https://github.com/premieroctet/next-admin/commit/9d778ae): Disable creation button on list based on permission
- [9a139fb](https://github.com/premieroctet/next-admin/commit/9a139fb): Possibility to translate model names and field names
- [7ce8ebf](https://github.com/premieroctet/next-admin/commit/7ce8ebf): Fix boolean fields submission

## 4.4.0

### Minor Changes
Expand Down
10 changes: 10 additions & 0 deletions packages/next-admin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @premieroctet/next-admin

## 4.4.1

### Patch Changes

- [e79b338](https://github.com/premieroctet/next-admin/commit/e79b338): Add row context to formatter function
- [4d5b7f8](https://github.com/premieroctet/next-admin/commit/4d5b7f8): Fix selector fields for enum and relationships
- [9d778ae](https://github.com/premieroctet/next-admin/commit/9d778ae): Disable creation button on list based on permission
- [9a139fb](https://github.com/premieroctet/next-admin/commit/9a139fb): Possibility to translate model names and field names
- [7ce8ebf](https://github.com/premieroctet/next-admin/commit/7ce8ebf): Fix boolean fields submission

## 4.4.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": "4.4.0",
"version": "4.4.1",
"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 a469d58

Please sign in to comment.