Skip to content

Commit

Permalink
bump v2.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jul 8, 2022
1 parent 2beb3a0 commit 150e4cf
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.4.18 2022/07/8
- logs filter is now more standard and supports nested filter

## v2.4.12 2022/05/25
- bug fixes and improvements

Expand Down
2 changes: 1 addition & 1 deletion bodhi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@acala-network/bodhi",
"version": "2.4.17",
"version": "2.4.18",
"main": "lib/index.js",
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion bodhi/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/bodhi/2.4.17';
export const version: string = 'bodhi.js/bodhi/2.4.18';
2 changes: 1 addition & 1 deletion 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.4.17",
"version": "2.4.18",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/providers/2.4.17';
export const version: string = 'bodhi.js/providers/2.4.18';
2 changes: 1 addition & 1 deletion 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.4.17",
"version": "2.4.18",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eth-rpc-adapter/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/eth-rpc-adapter/2.4.17';
export const version: string = 'bodhi.js/eth-rpc-adapter/2.4.18';
2 changes: 1 addition & 1 deletion 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.4.17",
"version": "2.4.18",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = 'bodhi.js/transactions/2.4.17';
export const version: string = 'bodhi.js/transactions/2.4.18';

0 comments on commit 150e4cf

Please sign in to comment.