Skip to content

Commit c9223f9

Browse files
chore(release): publish v0.7.0
1 parent 99c9bc6 commit c9223f9

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"message": "chore(release): publish %s"
1111
}
1212
},
13-
"version": "0.6.5"
13+
"version": "0.7.0"
1414
}

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/kysely-example/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@anchan828/nest-kysely-example",
33
"private": true,
4-
"version": "0.6.5",
4+
"version": "0.7.0",
55
"description": "jest mock for kysely",
66
"homepage": "https://github.com/anchan828/nest-kysely#readme",
77
"bugs": {
@@ -30,8 +30,8 @@
3030
"watch": "tsc --watch"
3131
},
3232
"dependencies": {
33-
"@anchan828/nest-kysely": "^0.6.5",
34-
"@anchan828/kysely-migration": "^0.6.5",
33+
"@anchan828/kysely-migration": "^0.7.0",
34+
"@anchan828/nest-kysely": "^0.7.0",
3535
"@nestjs/common": "10.4.1",
3636
"@nestjs/core": "10.4.1",
3737
"@nestjs/platform-express": "10.4.1",

packages/kysely-migration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anchan828/kysely-migration",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"description": "Migration helper package for Kysely",
55
"homepage": "https://github.com/anchan828/nest-kysely#readme",
66
"bugs": {

packages/kysely/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@anchan828/nest-kysely",
3-
"version": "0.6.5",
3+
"version": "0.7.0",
44
"description": "NestJS module for Kysely",
55
"homepage": "https://github.com/anchan828/nest-kysely#readme",
66
"bugs": {
@@ -40,7 +40,7 @@
4040
"watch": "tsc --watch"
4141
},
4242
"devDependencies": {
43-
"@anchan828/kysely-migration": "0.6.5",
43+
"@anchan828/kysely-migration": "^0.7.0",
4444
"@nestjs/common": "10.4.1",
4545
"@nestjs/core": "10.4.1",
4646
"@nestjs/testing": "10.4.1",
@@ -54,8 +54,8 @@
5454
"rxjs": "7.8.1"
5555
},
5656
"peerDependencies": {
57-
"kysely": "^0.x",
58-
"@anchan828/kysely-migration": "^0.6.5"
57+
"@anchan828/kysely-migration": "^0.6.5",
58+
"kysely": "^0.x"
5959
},
6060
"volta": {
6161
"node": "20.17.0"

0 commit comments

Comments
 (0)