Skip to content

Commit

Permalink
v1.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Oct 9, 2023
1 parent 29b7de3 commit 3f43620
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.15",
"version": "1.9.16",
"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.15",
"version": "1.9.16",
"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.15",
"version": "1.9.16",
"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.15",
"@artela/web3-atl-aspect": "1.9.16",
"@artela/web3-core": "1.9.15",
"@artela/web3-core-method": "1.9.15",
"@artela/web3-eth-contract": "1.9.15",
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.15",
"version": "1.9.16",
"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.15",
"@artela/web3-atl": "1.9.16",
"@artela/web3-core": "1.9.15",
"@artela/web3-utils": "1.9.8",
"web3-bzz": "1.9.0",
Expand Down

0 comments on commit 3f43620

Please sign in to comment.