Skip to content

Commit a161534

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.0.0...v3.0.0) (2022-07-20) ### chore * upgrade to prisma 4.0.0 ([#15](#15) ([fb3c6c4](fb3c6c4)) ### BREAKING CHANGES * Prisma has been upgraded to v4. Please check README.md for setup changes or simply rename `._dmmf` to `._baseDmmf` in your AdminJS Prisma setup.
1 parent fb3c6c4 commit a161534

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adminjs/prisma",
3-
"version": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Prisma adapter for AdminJS",
55
"keywords": [
66
"prisma",
@@ -69,4 +69,4 @@
6969
"tsconfig-paths": "^3.9.0",
7070
"typescript": "^4.0.3"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)