Skip to content

Commit

Permalink
v4.8.0: upgrade web3-blockchains and remove web3-constants internally
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Mar 23, 2023
1 parent bff68df commit a36b542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.evm.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image-evm",
"moduleName": "ReactTokenImage",
"version": "4.7.0",
"version": "4.8.0",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.evm.js",
"module": "./dist/esm/index.evm.js",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image",
"moduleName": "ReactTokenImage",
"version": "4.7.0",
"version": "4.8.0",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion package.solana.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@depay/react-token-image-solana",
"moduleName": "ReactTokenImage",
"version": "4.7.0",
"version": "4.8.0",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/umd/index.solana.js",
"module": "./dist/esm/index.solana.js",
Expand Down

0 comments on commit a36b542

Please sign in to comment.