Skip to content

Commit

Permalink
bump v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Feb 22, 2023
1 parent 5ce4794 commit f18fd87
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
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.5.22",
"version": "2.6.0",
"main": "lib/index.js",
"repository": "[email protected]:AcalaNetwork/bodhi.js.git",
"author": "Acala Developers <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion bodhi/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const version: string = 'bodhi.js/bodhi/2.5.22';
export const version: string = 'bodhi.js/bodhi/2.6.0';




Expand Down
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.5.22",
"version": "2.6.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion eth-providers/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const version: string = 'bodhi.js/providers/2.5.22';
export const version: string = 'bodhi.js/providers/2.6.0';




Expand Down
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.5.22",
"version": "2.6.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion eth-rpc-adapter/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const version: string = 'bodhi.js/eth-rpc-adapter/2.5.22';
export const version: string = 'bodhi.js/eth-rpc-adapter/2.6.0';




Expand Down
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.5.22",
"version": "2.6.0",
"main": "lib/index.js",
"license": "MIT",
"author": "Acala Developers <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion eth-transactions/src/_version.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export const version: string = 'bodhi.js/transactions/2.5.22';
export const version: string = 'bodhi.js/transactions/2.6.0';




Expand Down

0 comments on commit f18fd87

Please sign in to comment.