diff --git a/.changeset/dry-dogs-end.md b/.changeset/dry-dogs-end.md deleted file mode 100644 index 2171831..0000000 --- a/.changeset/dry-dogs-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ethereum-mars": patch ---- - -🧉 Change assumption of default configuration of solc compiler diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index fc44dd0..989452e 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/CHANGELOG.md @@ -1,5 +1,12 @@ # example +## 0.1.7 + +### Patch Changes + +- Updated dependencies [b2424db] + - ethereum-mars@0.2.6 + ## 0.1.6 ### Patch Changes diff --git a/packages/example/package.json b/packages/example/package.json index 719bd7b..72ecb68 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "example", "private": true, - "version": "0.1.6", + "version": "0.1.7", "engines": { "node": ">=10", "yarn": "^1.17.3" diff --git a/packages/mars/CHANGELOG.md b/packages/mars/CHANGELOG.md index cc7450a..f42c2b3 100644 --- a/packages/mars/CHANGELOG.md +++ b/packages/mars/CHANGELOG.md @@ -1,5 +1,11 @@ # ethereum-mars +## 0.2.6 + +### Patch Changes + +- b2424db: 🧉 Change assumption of default configuration of solc compiler + ## 0.2.5 ### Patch Changes diff --git a/packages/mars/package.json b/packages/mars/package.json index f9f14b7..c767165 100644 --- a/packages/mars/package.json +++ b/packages/mars/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-mars", - "version": "0.2.5", + "version": "0.2.6", "description": "The amazing smart contract deployment tool", "license": "MIT", "publishConfig": {