diff --git a/.changeset/new-crabs-tap.md b/.changeset/new-crabs-tap.md deleted file mode 100644 index 5cd5e8e..0000000 --- a/.changeset/new-crabs-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'ethereum-mars': patch ---- - -🪲 Handle already verified contracts diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index 553391d..a87d20f 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,5 +1,12 @@ # example +## 0.1.3 + +### Patch Changes + +- Updated dependencies [d708075] + - ethereum-mars@0.2.2 + ## 0.1.2 ### Patch Changes diff --git a/packages/example/package.json b/packages/example/package.json index a692506..300a497 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "0.1.2", + "version": "0.1.3", "engines": { "node": ">=10", "yarn": "^1.17.3" diff --git a/packages/mars/CHANGELOG.md b/packages/mars/CHANGELOG.md index f4c9a90..b61830c 100644 --- a/packages/mars/CHANGELOG.md +++ b/packages/mars/CHANGELOG.md @@ -1,5 +1,11 @@ # ethereum-mars +## 0.2.2 + +### Patch Changes + +- d708075: 🪲 Handle already verified contracts + ## 0.2.1 ### Patch Changes diff --git a/packages/mars/package.json b/packages/mars/package.json index 7abca02..e3cda31 100644 --- a/packages/mars/package.json +++ b/packages/mars/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-mars", - "version": "0.2.1", + "version": "0.2.2", "description": "The amazing smart contract deployment tool", "license": "MIT", "publishConfig": {