Skip to content

Commit

Permalink
bump v2.7.16
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Dec 11, 2023
1 parent 8aae21f commit 8e8d891
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/docker-compose-bodhi-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
POSTGRES_PASSWORD: postgres

subquery-node:
image: acala/evm-subql:2.7.13
image: acala/evm-subql:2.7.16
container_name: subquery-node
ports:
- 3000:3000
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- --indexer=http://subquery-node:3000

eth-rpc-adapter-server:
image: acala/eth-rpc-adapter:2.7.13
image: acala/eth-rpc-adapter:2.7.16
container_name: eth-rpc-adapter-server
restart: always
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion packages/bodhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/bodhi",
"version": "2.7.15",
"version": "2.7.16",
"repository": "git@github.com:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <hello@acala.network>",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/bodhi/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/bodhi/2.7.15';
export const version = 'bodhi.js/bodhi/2.7.16';
2 changes: 1 addition & 1 deletion packages/eth-providers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-providers",
"version": "2.7.15",
"version": "2.7.16",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/providers/2.7.15';
export const version = 'bodhi.js/providers/2.7.16';
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-rpc-adapter",
"version": "2.7.15",
"version": "2.7.16",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
"bin": "./bin/eth-rpc-adapter.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-rpc-adapter/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/eth-rpc-adapter/2.7.15';
export const version = 'bodhi.js/eth-rpc-adapter/2.7.16';
2 changes: 1 addition & 1 deletion packages/eth-transactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/eth-transactions",
"version": "2.7.15",
"version": "2.7.16",
"license": "MIT",
"author": "Acala Developers <hello@acala.network>",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = 'bodhi.js/transactions/2.7.15';
export const version = 'bodhi.js/transactions/2.7.16';
4 changes: 2 additions & 2 deletions scripts/e2e-tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
POSTGRES_PASSWORD: postgres

subquery-node:
image: acala/evm-subql:2.7.11
image: acala/evm-subql:2.7.16
container_name: subquery-node
ports:
- 3000:3000
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
- --indexer=http://subquery-node:3000

eth-rpc-adapter-server:
image: acala/eth-rpc-adapter:2.7.11
image: acala/eth-rpc-adapter:2.7.16
container_name: eth-rpc-adapter-server
restart: always
depends_on:
Expand Down

0 comments on commit 8e8d891

Please sign in to comment.