Skip to content

Commit

Permalink
chore(release): publish v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 7, 2024
1 parent 99c9bc6 commit c9223f9
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"message": "chore(release): publish %s"
}
},
"version": "0.6.5"
"version": "0.7.0"
}
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.

6 changes: 3 additions & 3 deletions packages/kysely-example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@anchan828/nest-kysely-example",
"private": true,
"version": "0.6.5",
"version": "0.7.0",
"description": "jest mock for kysely",
"homepage": "https://github.com/anchan828/nest-kysely#readme",
"bugs": {
Expand Down Expand Up @@ -30,8 +30,8 @@
"watch": "tsc --watch"
},
"dependencies": {
"@anchan828/nest-kysely": "^0.6.5",
"@anchan828/kysely-migration": "^0.6.5",
"@anchan828/kysely-migration": "^0.7.0",
"@anchan828/nest-kysely": "^0.7.0",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/platform-express": "10.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/kysely-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/kysely-migration",
"version": "0.6.5",
"version": "0.7.0",
"description": "Migration helper package for Kysely",
"homepage": "https://github.com/anchan828/nest-kysely#readme",
"bugs": {
Expand Down
8 changes: 4 additions & 4 deletions packages/kysely/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anchan828/nest-kysely",
"version": "0.6.5",
"version": "0.7.0",
"description": "NestJS module for Kysely",
"homepage": "https://github.com/anchan828/nest-kysely#readme",
"bugs": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"watch": "tsc --watch"
},
"devDependencies": {
"@anchan828/kysely-migration": "0.6.5",
"@anchan828/kysely-migration": "^0.7.0",
"@nestjs/common": "10.4.1",
"@nestjs/core": "10.4.1",
"@nestjs/testing": "10.4.1",
Expand All @@ -54,8 +54,8 @@
"rxjs": "7.8.1"
},
"peerDependencies": {
"kysely": "^0.x",
"@anchan828/kysely-migration": "^0.6.5"
"@anchan828/kysely-migration": "^0.6.5",
"kysely": "^0.x"
},
"volta": {
"node": "20.17.0"
Expand Down

0 comments on commit c9223f9

Please sign in to comment.