Skip to content

Commit

Permalink
Merge pull request #36 from Moonsong-Labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
timbrinded authored Mar 30, 2023
2 parents 322988c + c8528e0 commit 11a6550
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 20 deletions.
11 changes: 0 additions & 11 deletions .changeset/gorgeous-sheep-return.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/itchy-steaks-learn.md

This file was deleted.

15 changes: 15 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 9 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 11a6550

Please sign in to comment.