Skip to content

Commit

Permalink
v1.9.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Dec 20, 2023
1 parent 834f4f4 commit 896307c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.9.20",
"version": "1.9.21",
"command": {
"init": {
"exact": true
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-atl-aspect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web3-atl-aspect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-atl-aspect",
"version": "1.9.20",
"version": "1.9.21",
"description": "Web3 module to interact with Ethereum smart contracts.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-eth-contract",
"license": "LGPL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-atl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-atl",
"version": "1.9.20",
"version": "1.9.21",
"description": "Web3 module to interact with the Artela aspects.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-atl",
"license": "LGPL-3.0",
Expand All @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-atl-aspect": "1.9.20",
"@artela/web3-atl-aspect": "1.9.21",
"@artela/web3-core": "1.9.19",
"@artela/web3-core-method": "1.9.19",
"@artela/web3-eth-contract": "1.9.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/web3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3",
"version": "1.9.20",
"version": "1.9.21",
"description": "Ethereum JavaScript API",
"repository": "https://github.com/artela-network/web3.js",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -51,7 +51,7 @@
}
],
"dependencies": {
"@artela/web3-atl": "1.9.20",
"@artela/web3-atl": "1.9.21",
"@artela/web3-core": "1.9.19",
"@artela/web3-eth": "1.9.19",
"@artela/web3-utils": "1.9.19",
Expand Down

0 comments on commit 896307c

Please sign in to comment.