Skip to content

Commit

Permalink
v18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Dec 5, 2024
1 parent 38c0992 commit 9161528
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "18.0.0",
"version": "18.0.1",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
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/whook-aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"name": "@whook/aws-lambda",
"version": "18.0.0",
"version": "18.0.1",
"description": "Build and deploy to AWS Lambda with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/whook-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
},
"name": "@whook/create",
"version": "18.0.0",
"version": "18.0.1",
"description": "Kickstart a new Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"homepage": "https://github.com/nfroidure/whook",
"dependencies": {
"@whook/example": "^18.0.0",
"@whook/example": "^18.0.1",
"axios": "^1.7.9",
"common-services": "^17.0.0",
"debug": "^4.3.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
}
},
"name": "@whook/example",
"version": "18.0.0",
"version": "18.0.1",
"description": "A basic Whook server",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/whook-gcp-functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
},
"name": "@whook/gcp-functions",
"version": "18.0.0",
"version": "18.0.1",
"description": "Build and deploy to GCP Cloud Functions with Whook.",
"type": "module",
"main": "dist/index.js",
Expand Down

0 comments on commit 9161528

Please sign in to comment.