Skip to content

Commit

Permalink
chore: Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jun 19, 2024
1 parent d0c0382 commit 609422d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/example-prj/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-prj",
"version": "2.1.3",
"version": "2.1.4",
"scripts": {
"bootstrap": "npm run generate",
"clean": "echo nothing to do",
Expand Down
14 changes: 7 additions & 7 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "artifact-testing",
"version": "2.1.3",
"version": "2.1.4",
"scripts": {
"clean": "rimraf -g \"fixtures/*/__generated__/client\" \"fixtures/*/dmmf.json\" built built_node built_esnext \"*.tsbuildinfo\"",
"pretest:compile": "node scripts/generateFixtures.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/prisma-fabbrica/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quramy/prisma-fabbrica",
"version": "2.1.3",
"version": "2.1.4",
"description": " Prisma generator for model factories",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down

0 comments on commit 609422d

Please sign in to comment.