Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Feb 27, 2024
1 parent 411656e commit 5041ba5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/example-prj-customized-client/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-prj-customized-client",
"version": "1.7.3",
"version": "1.8.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-esm/package.json
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "example-prj-esm",
"type": "module",
"version": "1.7.3",
"version": "1.8.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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "example-prj",
"version": "1.7.3",
"version": "1.8.0",
"scripts": {
"bootstrap": "npm run generate",
"migrate:test:ci": "DATABASE_URL=\"file:./test.db\" prisma migrate dev",
Expand Down
16 changes: 8 additions & 8 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
@@ -1,6 +1,6 @@
{
"name": "@quramy/jest-prisma-core",
"version": "1.7.3",
"version": "1.8.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-prisma-node/package.json
@@ -1,6 +1,6 @@
{
"name": "@quramy/jest-prisma-node",
"version": "1.7.3",
"version": "1.8.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/Quramy/jest-prisma.git"
},
"dependencies": {
"@quramy/jest-prisma-core": "^1.7.0"
"@quramy/jest-prisma-core": "^1.8.0"
},
"peerDependencies": {
"jest": "^28.0.0 || ^29.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/jest-prisma/package.json
@@ -1,6 +1,6 @@
{
"name": "@quramy/jest-prisma",
"version": "1.7.3",
"version": "1.8.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"url": "https://github.com/Quramy/jest-prisma.git"
},
"dependencies": {
"@quramy/jest-prisma-core": "^1.7.0"
"@quramy/jest-prisma-core": "^1.8.0"
},
"peerDependencies": {
"jest": "^28.0.0 || ^29.0.0",
Expand Down

0 comments on commit 5041ba5

Please sign in to comment.