Skip to content

Commit

Permalink
Merge pull request #18 from emeraldpay/release/v0.3.2
Browse files Browse the repository at this point in the history
solution: release 0.3.2
  • Loading branch information
BOOMER74 authored May 15, 2023
2 parents 2342a79 + a441cc4 commit 4299075
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/api",
"version": "0.3.1",
"version": "0.3.2",
"description": "Common code for Emerald gRPC APIs",
"private": false,
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/api-node",
"version": "0.3.1",
"version": "0.3.2",
"description": "Node client for Emerald gRPC APIs",
"private": false,
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"dependencies": {
"@emeraldpay/api": "0.3.1",
"@emeraldpay/api": "0.3.2",
"@grpc/grpc-js": "^1.5.1",
"@types/google-protobuf": "^3.7.2",
"google-protobuf": "^3.10.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emeraldpay/api-web",
"version": "0.3.1",
"version": "0.3.2",
"description": "Browser client for Emerald gRPC APIs",
"private": false,
"license": "Apache-2.0",
Expand Down Expand Up @@ -33,7 +33,7 @@
"prepublishOnly": "npm run clean && npm run build && npm run test"
},
"dependencies": {
"@emeraldpay/api": "0.3.1",
"@emeraldpay/api": "0.3.2",
"google-protobuf": "^3.10.0",
"protobufjs": "^6.8.8",
"grpc-web": "^1.0.7"
Expand Down

0 comments on commit 4299075

Please sign in to comment.