diff --git a/.changeset/long-pillows-confess.md b/.changeset/long-pillows-confess.md deleted file mode 100644 index f90f865d..00000000 --- a/.changeset/long-pillows-confess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@premieroctet/next-admin": patch ---- - -BigInt support diff --git a/packages/next-admin/CHANGELOG.md b/packages/next-admin/CHANGELOG.md index 753c3ee8..1617a09f 100644 --- a/packages/next-admin/CHANGELOG.md +++ b/packages/next-admin/CHANGELOG.md @@ -1,5 +1,11 @@ # @premieroctet/next-admin +## 3.2.4 + +### Patch Changes + +- 8434ec4: BigInt support + ## 3.2.3 ### Patch Changes diff --git a/packages/next-admin/package.json b/packages/next-admin/package.json index 3252e24a..0ebe3ddb 100644 --- a/packages/next-admin/package.json +++ b/packages/next-admin/package.json @@ -1,6 +1,6 @@ { "name": "@premieroctet/next-admin", - "version": "3.2.3", + "version": "3.2.4", "main": "./dist/index.js", "types": "./dist/index.d.ts", "license": "MIT",