diff --git a/examples/example-prj/package.json b/examples/example-prj/package.json index 6a9ee26..dc23b5a 100644 --- a/examples/example-prj/package.json +++ b/examples/example-prj/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "example-prj", - "version": "2.1.2", + "version": "2.1.3", "scripts": { "bootstrap": "npm run generate", "clean": "echo nothing to do", diff --git a/package-lock.json b/package-lock.json index 89e1ddf..7a123af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ } }, "examples/example-prj": { - "version": "2.1.2", + "version": "2.1.3", "dependencies": { "@prisma/client": "*", "@types/uuid": "8.3.4", @@ -5553,7 +5553,7 @@ } }, "packages/artifact-testing": { - "version": "2.1.2", + "version": "2.1.3", "devDependencies": { "@prisma/internals": "5.13.0", "@types/jest": "29.5.12", @@ -5564,7 +5564,7 @@ }, "packages/prisma-fabbrica": { "name": "@quramy/prisma-fabbrica", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "dependencies": { "@prisma/generator-helper": "^5.0.0", diff --git a/packages/artifact-testing/package.json b/packages/artifact-testing/package.json index 1a95d6e..b41086b 100644 --- a/packages/artifact-testing/package.json +++ b/packages/artifact-testing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "artifact-testing", - "version": "2.1.2", + "version": "2.1.3", "scripts": { "clean": "rimraf -g \"fixtures/*/__generated__/client\" \"fixtures/*/dmmf.json\" built \"*.tsbuildinfo\"", "pretest:compile": "node scripts/generateFixtures.mjs", diff --git a/packages/prisma-fabbrica/package.json b/packages/prisma-fabbrica/package.json index 61b3e3c..c25dc7e 100644 --- a/packages/prisma-fabbrica/package.json +++ b/packages/prisma-fabbrica/package.json @@ -1,6 +1,6 @@ { "name": "@quramy/prisma-fabbrica", - "version": "2.1.2", + "version": "2.1.3", "description": " Prisma generator for model factories", "main": "./lib/index.js", "types": "./lib/index.d.ts",