Skip to content

Commit

Permalink
bump v2.7.22
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Feb 28, 2024
1 parent 272e716 commit 7c1d44a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
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.21",
"version": "2.7.22",
"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.21';
export const version = 'bodhi.js/bodhi/2.7.22';
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.21",
"version": "2.7.22",
"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.21';
export const version = 'bodhi.js/providers/2.7.22';
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.21",
"version": "2.7.22",
"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.21';
export const version = 'bodhi.js/eth-rpc-adapter/2.7.22';
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.21",
"version": "2.7.22",
"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.21';
export const version = 'bodhi.js/transactions/2.7.22';

0 comments on commit 7c1d44a

Please sign in to comment.