Skip to content

Commit

Permalink
v0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zcong1993 committed Jul 27, 2021
1 parent b0b852a commit 7eea50d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "0.43.0-alpha.0",
"packages": [
"packages/*"
],
"version": "0.50.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zcong/nest-stack-context",
"version": "0.42.0",
"version": "0.50.0",
"description": "request context module",
"author": "zcong1993 <[email protected]>",
"homepage": "https://github.com/zcong1993/nest-stack#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/prometheus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zcong/nest-stack-prometheus",
"version": "0.42.0",
"version": "0.50.0",
"description": "prometheus plugin",
"author": "zcong1993 <[email protected]>",
"homepage": "https://github.com/zcong1993/nest-stack#readme",
Expand Down

0 comments on commit 7eea50d

Please sign in to comment.