Skip to content

Commit

Permalink
solution: prepare release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kanazirsky committed Sep 5, 2023
1 parent daea229 commit 495a79f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.4.1",
"version": "0.4.2",
"description": "Common code for Emerald gRPC APIs",
"license": "Apache-2.0",
"main": "lib/index.js",
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.4.1",
"version": "0.4.2",
"description": "Node client for Emerald gRPC APIs",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"test": "jest"
},
"dependencies": {
"@emeraldpay/api": "0.4.1",
"@emeraldpay/api": "0.4.2",
"@grpc/grpc-js": "^1.9.0",
"google-protobuf": "^3.21.2",
"protobufjs": "^7.2.4"
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.4.1",
"version": "0.4.2",
"description": "Browser client for Emerald gRPC APIs",
"license": "Apache-2.0",
"main": "lib/index.js",
Expand Down Expand Up @@ -31,7 +31,7 @@
"test": "jest"
},
"dependencies": {
"@emeraldpay/api": "0.4.1",
"@emeraldpay/api": "0.4.2",
"google-protobuf": "^3.21.2",
"grpc-web": "^1.4.2",
"protobufjs": "^7.2.4"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@emeraldpay/api-node@workspace:packages/node"
dependencies:
"@emeraldpay/api": 0.4.1
"@emeraldpay/api": 0.4.2
"@grpc/grpc-js": ^1.9.0
"@grpc/proto-loader": ^0.7.8
"@types/google-protobuf": ^3.15.6
Expand All @@ -502,7 +502,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@emeraldpay/api-web@workspace:packages/web"
dependencies:
"@emeraldpay/api": 0.4.1
"@emeraldpay/api": 0.4.2
"@types/google-protobuf": ^3.15.6
"@types/jest": ^29.5.3
google-protobuf: ^3.21.2
Expand All @@ -520,7 +520,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emeraldpay/[email protected].1, @emeraldpay/api@workspace:packages/core":
"@emeraldpay/[email protected].2, @emeraldpay/api@workspace:packages/core":
version: 0.0.0-use.local
resolution: "@emeraldpay/api@workspace:packages/core"
dependencies:
Expand Down

0 comments on commit 495a79f

Please sign in to comment.