Skip to content

Commit 9e53242

Browse files
Version Packages (#441)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9fed50b commit 9e53242

File tree

11 files changed

+54
-16
lines changed

11 files changed

+54
-16
lines changed

.changeset/olive-lions-enjoy.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @moonwall/docs
22

3+
## 5.7.0
4+
35
## 5.6.0
46

57
## 5.5.0

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/docs",
33
"type": "module",
4-
"version": "5.6.0",
4+
"version": "5.7.0",
55
"private": true,
66
"description": "Testing framework for the Moon family of projects",
77
"scripts": {

packages/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @moonwall/cli
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- 9fed50b: November Update
8+
- [[#435](https://github.com/Moonsong-Labs/moonwall/issues/435)] Zombienets dont require parachains anymore
9+
- [[#408](https://github.com/Moonsong-Labs/moonwall/issues/408)] preScript failures halt test runs
10+
- [[#405](https://github.com/Moonsong-Labs/moonwall/issues/405)] Add PAPI Support
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [9fed50b]
15+
- @moonwall/types@5.7.0
16+
- @moonwall/util@5.7.0
17+
318
## 5.6.0
419

520
### Minor Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/cli",
33
"type": "module",
4-
"version": "5.6.0",
4+
"version": "5.7.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",

packages/types/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @moonwall/types
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- 9fed50b: November Update
8+
- [[#435](https://github.com/Moonsong-Labs/moonwall/issues/435)] Zombienets dont require parachains anymore
9+
- [[#408](https://github.com/Moonsong-Labs/moonwall/issues/408)] preScript failures halt test runs
10+
- [[#405](https://github.com/Moonsong-Labs/moonwall/issues/405)] Add PAPI Support
11+
312
## 5.6.0
413

514
### Minor Changes

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/types",
33
"type": "module",
4-
"version": "5.6.0",
4+
"version": "5.7.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",

packages/util/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @moonwall/util
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- 9fed50b: November Update
8+
- [[#435](https://github.com/Moonsong-Labs/moonwall/issues/435)] Zombienets dont require parachains anymore
9+
- [[#408](https://github.com/Moonsong-Labs/moonwall/issues/408)] preScript failures halt test runs
10+
- [[#405](https://github.com/Moonsong-Labs/moonwall/issues/405)] Add PAPI Support
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [9fed50b]
15+
- @moonwall/types@5.7.0
16+
317
## 5.6.0
418

519
### Minor Changes

packages/util/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/util",
33
"type": "module",
4-
"version": "5.6.0",
4+
"version": "5.7.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",

test/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @moonwall/tests
22

3+
## 5.7.0
4+
5+
### Minor Changes
6+
7+
- 9fed50b: November Update
8+
- [[#435](https://github.com/Moonsong-Labs/moonwall/issues/435)] Zombienets dont require parachains anymore
9+
- [[#408](https://github.com/Moonsong-Labs/moonwall/issues/408)] preScript failures halt test runs
10+
- [[#405](https://github.com/Moonsong-Labs/moonwall/issues/405)] Add PAPI Support
11+
312
## 5.6.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)