Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit cb66fef

Browse files
committed
chore(release): publish v7.9.0
[email protected]
1 parent 7e53cd3 commit cb66fef

35 files changed

+283
-283
lines changed

docs/assets/js/ganache/ganache.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/ganache/ganache.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 97 additions & 97 deletions
Large diffs are not rendered by default.

docs/typedoc/classes/default.html

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

src/chains/ethereum/address/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/address/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.8.0",
6+
"version": "0.9.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
@@ -57,6 +57,6 @@
5757
},
5858
"dependencies": {
5959
"@ethereumjs/util": "8.0.5",
60-
"@ganache/utils": "0.8.0"
60+
"@ganache/utils": "0.9.0"
6161
}
6262
}

src/chains/ethereum/block/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/block/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.8.0",
6+
"version": "0.9.0",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
@@ -58,11 +58,11 @@
5858
"dependencies": {
5959
"@ethereumjs/common": "3.1.1",
6060
"@ethereumjs/util": "8.0.5",
61-
"@ganache/ethereum-address": "0.8.0",
62-
"@ganache/ethereum-transaction": "0.8.0",
63-
"@ganache/ethereum-utils": "0.8.0",
64-
"@ganache/rlp": "0.8.0",
65-
"@ganache/utils": "0.8.0",
61+
"@ganache/ethereum-address": "0.9.0",
62+
"@ganache/ethereum-transaction": "0.9.0",
63+
"@ganache/ethereum-utils": "0.9.0",
64+
"@ganache/rlp": "0.9.0",
65+
"@ganache/utils": "0.9.0",
6666
"emittery": "0.10.0"
6767
}
6868
}

src/chains/ethereum/ethereum/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/ethereum/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.9.0",
6+
"version": "0.10.0",
77
"description": "Ganache's Ethereum client implementation",
88
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/ethereum/ethereum#readme",
@@ -57,16 +57,16 @@
5757
"@ethereumjs/util": "8.0.5",
5858
"@ethereumjs/vm": "6.4.1",
5959
"@ganache/console.log": "0.4.0",
60-
"@ganache/ethereum-address": "0.8.0",
61-
"@ganache/ethereum-block": "0.8.0",
62-
"@ganache/ethereum-options": "0.8.0",
63-
"@ganache/ethereum-transaction": "0.8.0",
64-
"@ganache/ethereum-utils": "0.8.0",
65-
"@ganache/options": "0.8.0",
60+
"@ganache/ethereum-address": "0.9.0",
61+
"@ganache/ethereum-block": "0.9.0",
62+
"@ganache/ethereum-options": "0.9.0",
63+
"@ganache/ethereum-transaction": "0.9.0",
64+
"@ganache/ethereum-utils": "0.9.0",
65+
"@ganache/options": "0.9.0",
6666
"@ganache/promise-queue": "0.4.0",
67-
"@ganache/rlp": "0.8.0",
67+
"@ganache/rlp": "0.9.0",
6868
"@ganache/secp256k1": "0.5.0",
69-
"@ganache/utils": "0.8.0",
69+
"@ganache/utils": "0.9.0",
7070
"abort-controller": "3.0.0",
7171
"bip39": "3.0.4",
7272
"emittery": "0.10.0",

0 commit comments

Comments
 (0)