diff --git a/examples/example-prj/package.json b/examples/example-prj/package.json index 0d51692..f6b1a2f 100644 --- a/examples/example-prj/package.json +++ b/examples/example-prj/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "example-prj", - "version": "2.0.2", + "version": "2.1.0", "scripts": { "bootstrap": "npm run generate", "clean": "echo nothing to do", diff --git a/package-lock.json b/package-lock.json index e955bdc..07ad3ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ } }, "examples/example-prj": { - "version": "2.0.2", + "version": "2.1.0", "dependencies": { "@prisma/client": "*", "@types/uuid": "8.3.4", @@ -5557,7 +5557,7 @@ } }, "packages/artifact-testing": { - "version": "2.0.2", + "version": "2.1.0", "devDependencies": { "@prisma/internals": "5.8.0", "@types/jest": "29.5.11", @@ -5568,7 +5568,7 @@ }, "packages/prisma-fabbrica": { "name": "@quramy/prisma-fabbrica", - "version": "2.0.2", + "version": "2.1.0", "license": "MIT", "dependencies": { "@prisma/generator-helper": "^5.0.0", diff --git a/packages/artifact-testing/package.json b/packages/artifact-testing/package.json index c289900..14252bd 100644 --- a/packages/artifact-testing/package.json +++ b/packages/artifact-testing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "artifact-testing", - "version": "2.0.2", + "version": "2.1.0", "scripts": { "clean": "rimraf \"fixtures/*/__generated__/client\" \"fixtures/*/dmmf.json\"", "pretest:compile": "ts-node scripts/generateFixtures.ts", diff --git a/packages/prisma-fabbrica/package.json b/packages/prisma-fabbrica/package.json index 53ff1c5..22006cd 100644 --- a/packages/prisma-fabbrica/package.json +++ b/packages/prisma-fabbrica/package.json @@ -1,6 +1,6 @@ { "name": "@quramy/prisma-fabbrica", - "version": "2.0.2", + "version": "2.1.0", "description": " Prisma generator for model factories", "main": "./lib/index.js", "types": "./lib/index.d.ts",