diff --git a/.changeset/brown-apricots-beg.md b/.changeset/brown-apricots-beg.md deleted file mode 100644 index ab5b7653..00000000 --- a/.changeset/brown-apricots-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Add limit of 20 items on select for relationship diff --git a/.changeset/fifty-mice-type.md b/.changeset/fifty-mice-type.md deleted file mode 100644 index bba37e88..00000000 --- a/.changeset/fifty-mice-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Fix search in enumeration selector diff --git a/.changeset/nasty-toys-learn.md b/.changeset/nasty-toys-learn.md deleted file mode 100644 index b9bd34f2..00000000 --- a/.changeset/nasty-toys-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Fix search for relationship fields and enum fields diff --git a/.changeset/pretty-melons-develop.md b/.changeset/pretty-melons-develop.md deleted file mode 100644 index e36ff0f5..00000000 --- a/.changeset/pretty-melons-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Order fields in form according to display options order diff --git a/.changeset/sharp-bulldogs-appear.md b/.changeset/sharp-bulldogs-appear.md deleted file mode 100644 index 82e2885b..00000000 --- a/.changeset/sharp-bulldogs-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Fix insensitive search for MySQL providers diff --git a/.changeset/shiny-phones-attend.md b/.changeset/shiny-phones-attend.md deleted file mode 100644 index d9e16219..00000000 --- a/.changeset/shiny-phones-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": minor ---- - -Only allow the relationship field in the configuration, not the field that carries the relationship at all - this allows several fields to be used in the Prisma @relation options diff --git a/.changeset/ten-peas-sparkle.md b/.changeset/ten-peas-sparkle.md deleted file mode 100644 index 7e0f0775..00000000 --- a/.changeset/ten-peas-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": minor ---- - -🌐 add i18n support diff --git a/.changeset/twenty-years-kneel.md b/.changeset/twenty-years-kneel.md deleted file mode 100644 index c651ef42..00000000 --- a/.changeset/twenty-years-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -Form submitted with error will keep the state with user modification diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index b0a7b090..b0ade3e7 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -1,5 +1,21 @@ # @premieroctet/next-admin +## 3.2.0 + +### Minor Changes + +- ce1c30c: Only allow the relationship field in the configuration, not the field that carries the relationship at all - this allows several fields to be used in the Prisma @relation options +- 2da9588: 🌐 add i18n support + +### Patch Changes + +- 8fcfa08: Add limit of 20 items on select for relationship +- 8fcfa08: Fix search in enumeration selector +- 7204981: Fix search for relationship fields and enum fields +- c962865: Order fields in form according to display options order +- e1ee443: Fix insensitive search for MySQL providers +- ce1c30c: Form submitted with error will keep the state with user modification + ## 3.1.2 ### Patch Changes diff --git a/packages/next-admin/package.json b/packages/next-admin/package.json index 8801f4ff..155ec2aa 100644 --- a/packages/next-admin/package.json +++ b/packages/next-admin/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-admin", - "version": "3.1.2", + "version": "3.2.0", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT",