diff --git a/.changeset/gorgeous-sheep-return.md b/.changeset/gorgeous-sheep-return.md deleted file mode 100644 index 93718618..00000000 --- a/.changeset/gorgeous-sheep-return.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@moonsong-labs/moonwall-util": patch -"@moonsong-labs/moonwall-cli": patch ---- - -Refactoring names and types -- Added dependent types to moonwall-cli to make version tracking easier -- Web3 and Ethers now close quickly -- More straight forward to get Connection APIs from tests - - diff --git a/.changeset/itchy-steaks-learn.md b/.changeset/itchy-steaks-learn.md deleted file mode 100644 index ba376d4f..00000000 --- a/.changeset/itchy-steaks-learn.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@moonsong-labs/moonwall-cli": patch ---- - -Added Progress bar - -- Added Progress bar to artifact downloader. Potentially quite useful for users with slow connections, and if we need to download bigger files in the future. \ No newline at end of file diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 7005779a..e965c972 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,20 @@ # @moonwall/cli +## 0.3.1 + +### Patch Changes + +- e27c8e8: Refactoring names and types + - Added dependent types to moonwall-cli to make version tracking easier + - Web3 and Ethers now close quickly + - More straight forward to get Connection APIs from tests +- 322988c: Added Progress bar + + - Added Progress bar to artifact downloader. Potentially quite useful for users with slow connections, and if we need to download bigger files in the future. + +- Updated dependencies [e27c8e8] + - @moonsong-labs/moonwall-util@0.3.1 + ## 0.3.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c019052f..4e541ee2 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@moonsong-labs/moonwall-cli", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "description": "Testing framework for the Moon family of projects", "author": "timbrinded", "license": "ISC", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index caa00a9d..ecd6eb8e 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -1,5 +1,14 @@ # @moonwall/util +## 0.3.1 + +### Patch Changes + +- e27c8e8: Refactoring names and types + - Added dependent types to moonwall-cli to make version tracking easier + - Web3 and Ethers now close quickly + - More straight forward to get Connection APIs from tests + ## 0.3.0 ### Minor Changes diff --git a/packages/util/package.json b/packages/util/package.json index 4e75e97b..96e02346 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,7 +1,7 @@ { "name": "@moonsong-labs/moonwall-util", "type": "module", - "version": "0.3.0", + "version": "0.3.1", "description": "Testing framework for the Moon family of projects", "author": "timbrinded", "license": "ISC",