diff --git a/examples/example-prj/package.json b/examples/example-prj/package.json index 8a1af56..10a9b52 100644 --- a/examples/example-prj/package.json +++ b/examples/example-prj/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "example-prj", - "version": "2.2.0-alpha.4", + "version": "2.2.0", "scripts": { "bootstrap": "npm run generate", "clean": "echo nothing to do", diff --git a/package-lock.json b/package-lock.json index c9b1f3d..cdcd722 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ } }, "examples/example-prj": { - "version": "2.2.0-alpha.4", + "version": "2.2.0", "dependencies": { "@prisma/client": "*", "@types/uuid": "8.3.4", @@ -5555,7 +5555,7 @@ } }, "packages/artifact-testing": { - "version": "2.2.0-alpha.4", + "version": "2.2.0", "devDependencies": { "@prisma/internals": "5.15.1", "@types/jest": "29.5.12", @@ -5566,7 +5566,7 @@ }, "packages/prisma-fabbrica": { "name": "@quramy/prisma-fabbrica", - "version": "2.2.0-alpha.4", + "version": "2.2.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 6daffd1..137cc1d 100644 --- a/packages/artifact-testing/package.json +++ b/packages/artifact-testing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "artifact-testing", - "version": "2.2.0-alpha.4", + "version": "2.2.0", "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 b2ffe48..af5837e 100644 --- a/packages/prisma-fabbrica/package.json +++ b/packages/prisma-fabbrica/package.json @@ -1,6 +1,6 @@ { "name": "@quramy/prisma-fabbrica", - "version": "2.2.0-alpha.4", + "version": "2.2.0", "description": " Prisma generator for model factories", "main": "./lib/index.js", "types": "./lib/index.d.ts",