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 30, 2023
1 parent 2df3678 commit b28175a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/example-prj-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "example-prj-esm",
"type": "module",
"version": "1.4.0",
"version": "1.5.0",
"scripts": {
"bootstrap": "npm run generate",
"migrate:test:ci": "DATABASE_URL=\"file:./test.db\" prisma migrate dev",
Expand Down
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": "1.4.0",
"version": "1.5.0",
"scripts": {
"bootstrap": "npm run generate",
"migrate:test:ci": "DATABASE_URL=\"file:./test.db\" prisma migrate dev",
Expand Down
10 changes: 5 additions & 5 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/jest-prisma-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quramy/jest-prisma-core",
"version": "1.4.0",
"version": "1.5.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-prisma-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quramy/jest-prisma-node",
"version": "1.4.0",
"version": "1.5.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quramy/jest-prisma",
"version": "1.4.0",
"version": "1.5.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
Expand Down

0 comments on commit b28175a

Please # to comment.