Skip to content

Commit 346ed6f

Browse files
Version Packages (#91)
* Version Packages * Minor release * Update deps Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Dmytro Maretskyi <[email protected]> Co-authored-by: Marik-D <[email protected]>
1 parent 4f4e0fa commit 346ed6f

File tree

7 files changed

+23
-18
lines changed

7 files changed

+23
-18
lines changed

.changeset/gorgeous-eagles-judge.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-toys-kneel.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perfect-mice-sin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/example/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# example
2+
3+
## 0.1.1
4+
### Patch Changes
5+
6+
- Updated dependencies [4f4e0fa]
7+
- Updated dependencies [91a85f0]
8+
- Updated dependencies [6457545]
9+

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"engines": {
66
"node": ">=10",
77
"yarn": "^1.17.3"
@@ -18,7 +18,7 @@
1818
"cover": "echo no tests here"
1919
},
2020
"dependencies": {
21-
"ethereum-mars": "0.x"
21+
"ethereum-mars": "0.2.0"
2222
},
2323
"devDependencies": {
2424
"@openzeppelin/contracts": "^4.4.0",

packages/mars/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# ethereum-mars
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 91a85f0: This update extracts RPC setup to dedicated configuration files for every chain.
8+
9+
### Patch Changes
10+
11+
- 4f4e0fa: Allow to pass waffle and ganache providers in opts
12+
- 6457545: Improve log text of dryrun/multisig tx
13+
314
## 0.1.13
415

516
### Patch Changes

packages/mars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-mars",
3-
"version": "0.1.13",
3+
"version": "0.2.0",
44
"description": "The amazing smart contract deployment tool",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)