Skip to content

Commit

Permalink
chore(release): release
Browse files Browse the repository at this point in the history
  • Loading branch information
wdavidw committed Nov 23, 2020
1 parent b46723a commit 711f9b5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
},
"useWorkspaces": true,
"version": "0.8.0"
"version": "0.8.1-alpha.0"
}
6 changes: 2 additions & 4 deletions packages/grpc_client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parametersjs/grpc_client",
"version": "0.8.0",
"version": "0.8.1-alpha.0",
"description": "GRPC client plugin for the parameters package.",
"keywords": [
"argument",
Expand Down Expand Up @@ -44,12 +44,10 @@
"access": "public"
},
"dependencies": {
"@parametersjs/grpc_proto": "^0.8.0",
"@parametersjs/grpc_proto": "^0.8.1-alpha.0",
"grpc": "^1.24.3",
"protobufjs": "^6.10.1"
},
"devDependencies": {
},
"mocha": {
"throw-deprecation": true,
"require": [
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc_proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parametersjs/grpc_proto",
"version": "0.8.0",
"version": "0.8.1-alpha.0",
"description": "GRPC Protocol Buffer definition.",
"keywords": [
"argument",
Expand Down
4 changes: 2 additions & 2 deletions packages/grpc_server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parametersjs/grpc_server",
"version": "0.8.0",
"version": "0.8.1-alpha.0",
"description": "GRPC server plugin for the parameters package.",
"keywords": [
"argument",
Expand Down Expand Up @@ -44,8 +44,8 @@
"access": "public"
},
"dependencies": {
"@parametersjs/grpc_proto": "^0.8.0",
"@grpc/grpc-js": "^1.1.6",
"@parametersjs/grpc_proto": "^0.8.1-alpha.0",
"grpc": "^1.24.3",
"mixme": "^0.3.5",
"protobufjs": "^6.10.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/parameters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parameters",
"version": "0.8.0",
"version": "0.8.1-alpha.0",
"description": "Command line arguments parser and stringifier",
"keywords": [
"argument",
Expand Down

0 comments on commit 711f9b5

Please sign in to comment.