Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed May 2, 2024
1 parent 30f1439 commit e297c39
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.1.2",
"version": "2.1.3",
"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/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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit e297c39

Please sign in to comment.