Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jul 18, 2023
1 parent 1cb1235 commit 6443b77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/example-prj/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-prj",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"bootstrap": "npm run generate",
"clean": "echo nothing to do",
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/prisma-fabbrica/package.json
@@ -1,6 +1,6 @@
{
"name": "@quramy/prisma-fabbrica",
"version": "2.0.0",
"version": "2.0.1",
"description": " Prisma generator for model factories",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-compile-testing/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "ts-compile-testing",
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"clean": "rimraf \"fixtures/*/__generated__/client\" \"fixtures/*/dmmf.json\"",
"pretest": "ts-node scripts/generateFixtures.ts",
Expand Down

0 comments on commit 6443b77

Please sign in to comment.