From 651dc646118a18e2509c353ad1635d0100ebfb59 Mon Sep 17 00:00:00 2001 From: Quramy Date: Thu, 24 Nov 2022 03:25:17 +0900 Subject: [PATCH] chore: Bump version --- examples/example-prj/package.json | 2 +- package-lock.json | 6 +++--- packages/prisma-fabbrica/package.json | 2 +- packages/ts-compile-testing/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/example-prj/package.json b/examples/example-prj/package.json index 05ecd34e..e4eecfd1 100644 --- a/examples/example-prj/package.json +++ b/examples/example-prj/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "example-prj", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "bootstrap": "npm run generate", "clean": "echo nothing to do", diff --git a/package-lock.json b/package-lock.json index b60af8bc..bfcd592d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ } }, "examples/example-prj": { - "version": "0.0.1", + "version": "0.1.0", "dependencies": { "@prisma/client": "4.6.1", "@types/uuid": "8.3.4", @@ -6775,7 +6775,7 @@ }, "packages/prisma-fabbrica": { "name": "@quramy/prisma-fabbrica", - "version": "0.0.1", + "version": "0.1.0", "license": "MIT", "dependencies": { "@prisma/generator-helper": "^4.2.0", @@ -6834,7 +6834,7 @@ } }, "packages/ts-compile-testing": { - "version": "0.0.1", + "version": "0.1.0", "devDependencies": { "@prisma/client": "4.6.1", "@prisma/internals": "4.6.1", diff --git a/packages/prisma-fabbrica/package.json b/packages/prisma-fabbrica/package.json index 0ff065d8..1cb3260c 100644 --- a/packages/prisma-fabbrica/package.json +++ b/packages/prisma-fabbrica/package.json @@ -1,6 +1,6 @@ { "name": "@quramy/prisma-fabbrica", - "version": "0.0.1", + "version": "0.1.0", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/packages/ts-compile-testing/package.json b/packages/ts-compile-testing/package.json index e72f529c..50a3f99c 100644 --- a/packages/ts-compile-testing/package.json +++ b/packages/ts-compile-testing/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "ts-compile-testing", - "version": "0.0.1", + "version": "0.1.0", "scripts": { "clean": "rimraf \"fixtures/*/__generated__/client\" \"fixtures/*/dmmf.json\"", "pretest": "ts-node scripts/generateFixtures.ts",