Skip to content

Commit

Permalink
v1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Sep 22, 2023
1 parent 1710d02 commit a62e228
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 34 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.9",
"version": "1.9.10",
"command": {
"init": {
"exact": true
Expand Down
10 changes: 5 additions & 5 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.

8 changes: 4 additions & 4 deletions 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.9",
"version": "1.9.10",
"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 All @@ -14,9 +14,9 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core": "1.9.9",
"@artela/web3-core-method": "1.9.9",
"@artela/web3-eth-contract": "1.9.9",
"@artela/web3-core": "1.9.10",
"@artela/web3-core-method": "1.9.10",
"@artela/web3-eth-contract": "1.9.10",
"@artela/web3-utils": "1.9.8",
"@ethersproject/address": "^5.7.0",
"@types/bn.js": "^5.1.1",
Expand Down
10 changes: 5 additions & 5 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.9",
"version": "1.9.10",
"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,10 +14,10 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-atl-aspect": "1.9.9",
"@artela/web3-core": "1.9.9",
"@artela/web3-core-method": "1.9.9",
"@artela/web3-eth-contract": "1.9.9",
"@artela/web3-atl-aspect": "1.9.10",
"@artela/web3-core": "1.9.10",
"@artela/web3-core-method": "1.9.10",
"@artela/web3-eth-contract": "1.9.10",
"@artela/web3-utils": "1.9.8",
"web3-core-helpers": "1.9.0",
"web3-core-subscriptions": "1.9.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-core-method/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-core-method/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-core-method",
"version": "1.9.9",
"version": "1.9.10",
"description": "Creates the methods on the web3 modules. This is an internal package.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-core-method",
"license": "LGPL-3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/web3-core/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-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-core",
"version": "1.9.9",
"version": "1.9.10",
"description": "Web3 core tools for sub-packages. This is an internal package.",
"repository": "https://github.com/artela-network/web3.js/tree/1.x/packages/web3-core",
"license": "LGPL-3.0",
Expand All @@ -14,7 +14,7 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core-method": "1.9.9",
"@artela/web3-core-method": "1.9.10",
"@artela/web3-utils": "1.9.8",
"@types/bn.js": "^5.1.1",
"@types/node": "^12.12.6",
Expand Down
8 changes: 4 additions & 4 deletions packages/web3-eth-contract/package-lock.json

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

6 changes: 3 additions & 3 deletions packages/web3-eth-contract/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@artela/web3-eth-contract",
"version": "1.9.9",
"version": "1.9.10",
"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 All @@ -14,8 +14,8 @@
},
"main": "lib/index.js",
"dependencies": {
"@artela/web3-core": "1.9.9",
"@artela/web3-core-method": "1.9.9",
"@artela/web3-core": "1.9.10",
"@artela/web3-core-method": "1.9.10",
"@artela/web3-utils": "1.9.8",
"@types/bn.js": "^5.1.1",
"web3-core-helpers": "1.9.0",
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.

6 changes: 3 additions & 3 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.9",
"version": "1.9.10",
"description": "Ethereum JavaScript API",
"repository": "https://github.com/artela-network/web3.js",
"license": "LGPL-3.0",
Expand Down Expand Up @@ -51,8 +51,8 @@
}
],
"dependencies": {
"@artela/web3-atl": "1.9.9",
"@artela/web3-core": "1.9.9",
"@artela/web3-atl": "1.9.10",
"@artela/web3-core": "1.9.10",
"@artela/web3-utils": "1.9.8",
"web3-bzz": "1.9.0",
"web3-eth-personal": "1.9.0",
Expand Down

0 comments on commit a62e228

Please sign in to comment.