Skip to content

Commit

Permalink
Version Packages (#91)
Browse files Browse the repository at this point in the history
* Version Packages

* Minor release

* Update deps

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Dmytro Maretskyi <35851437+dmaretskyi@users.noreply.github.com>
Co-authored-by: Marik-D <maretskii@gmail.com>
  • Loading branch information
4 people authored Apr 14, 2022
1 parent 4f4e0fa commit 346ed6f
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/gorgeous-eagles-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-toys-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-mice-sin.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# example

## 0.1.1
### Patch Changes

- Updated dependencies [4f4e0fa]
- Updated dependencies [91a85f0]
- Updated dependencies [6457545]
- ethereum-mars@1.0.0
4 changes: 2 additions & 2 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example",
"private": true,
"version": "0.1.0",
"version": "0.1.1",
"engines": {
"node": ">=10",
"yarn": "^1.17.3"
Expand All @@ -18,7 +18,7 @@
"cover": "echo no tests here"
},
"dependencies": {
"ethereum-mars": "0.x"
"ethereum-mars": "0.2.0"
},
"devDependencies": {
"@openzeppelin/contracts": "^4.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/mars/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# ethereum-mars

## 0.2.0

### Minor Changes

- 91a85f0: This update extracts RPC setup to dedicated configuration files for every chain.

### Patch Changes

- 4f4e0fa: Allow to pass waffle and ganache providers in opts
- 6457545: Improve log text of dryrun/multisig tx

## 0.1.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mars/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereum-mars",
"version": "0.1.13",
"version": "0.2.0",
"description": "The amazing smart contract deployment tool",
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 346ed6f

Please sign in to comment.