Skip to content

Commit

Permalink
solution: release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BOOMER74 authored Nov 24, 2022
1 parent 649cd0a commit 96f28ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:
- ci/*

jobs:

build:
name: Build all
runs-on: ubuntu-latest
Expand All @@ -32,12 +31,11 @@ jobs:
run: yarn install
- name: Install gRPC
run: npm install -g protoc-gen-grpc-web

- name: Build
run: yarn workspaces run build

tests:
name: Test ${{ matrix.workspace }}
continue-on-error: ${{ matrix.workspace == 'api-web' }}
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -55,9 +53,7 @@ jobs:
run: yarn install
- name: Install gRPC
run: npm install -g protoc-gen-grpc-web

- name: Build
run: yarn workspaces run build

- name: Test
run: yarn workspace @emeraldpay/${{ matrix.workspace }} run test
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.0-alpha.2",
"version": "0.3.0",
"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.0-alpha.2",
"version": "0.3.0",
"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.0-alpha.2",
"@emeraldpay/api": "0.3.0",
"@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.0-alpha.2",
"version": "0.3.0",
"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.0-alpha.2",
"@emeraldpay/api": "0.3.0",
"google-protobuf": "^3.10.0",
"protobufjs": "^6.8.8",
"text-encoding": "^0.7.0",
Expand Down

0 comments on commit 96f28ce

Please sign in to comment.