Skip to content

Commit 0856edd

Browse files
Version Packages (#439)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2c138ed commit 0856edd

File tree

11 files changed

+61
-26
lines changed

11 files changed

+61
-26
lines changed

.changeset/olive-lions-enjoy.md

Lines changed: 0 additions & 10 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.6.0
4+
35
## 5.5.0
46

57
## 5.4.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.5.0",
4+
"version": "5.6.0",
55
"private": true,
66
"description": "Testing framework for the Moon family of projects",
77
"scripts": {

packages/cli/CHANGELOG.md

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

3+
## 5.6.0
4+
5+
### Minor Changes
6+
7+
- 2c138ed: 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+
11+
### Patch Changes
12+
13+
- Updated dependencies [2c138ed]
14+
- @moonwall/types@5.6.0
15+
- @moonwall/util@5.6.0
16+
317
## 5.5.0
418

519
### 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.5.0",
4+
"version": "5.6.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",

packages/types/CHANGELOG.md

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

3+
## 5.6.0
4+
5+
### Minor Changes
6+
7+
- 2c138ed: 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+
311
## 5.5.0
412

513
### Minor Changes

packages/types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/types",
33
"type": "module",
4-
"version": "5.5.0",
4+
"version": "5.6.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",
@@ -72,7 +72,7 @@
7272
},
7373
"devDependencies": {
7474
"@biomejs/biome": "*",
75-
"@types/debug":"*",
75+
"@types/debug": "*",
7676
"tsup": "*",
7777
"typescript": "*",
7878
"typescript-json-schema": "0.64.0"

packages/util/CHANGELOG.md

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

3+
## 5.6.0
4+
5+
### Minor Changes
6+
7+
- 2c138ed: 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+
11+
### Patch Changes
12+
13+
- Updated dependencies [2c138ed]
14+
- @moonwall/types@5.6.0
15+
316
## 5.5.0
417

518
### Minor Changes

packages/util/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@moonwall/util",
33
"type": "module",
4-
"version": "5.5.0",
4+
"version": "5.6.0",
55
"description": "Testing framework for the Moon family of projects",
66
"author": "timbrinded",
77
"license": "ISC",
@@ -78,15 +78,15 @@
7878
"viem": "*",
7979
"vitest": "*",
8080
"web3": "*",
81-
"ws": "*",
82-
"yargs": "*"
81+
"ws": "*",
82+
"yargs": "*"
8383
},
8484
"devDependencies": {
85-
"@biomejs/biome": "*",
86-
"@types/debug": "*",
85+
"@biomejs/biome": "*",
86+
"@types/debug": "*",
8787
"@types/node": "*",
88-
"@types/ws": "*",
89-
"@types/yargs": "*",
88+
"@types/ws": "*",
89+
"@types/yargs": "*",
9090
"tsup": "*",
9191
"typescript": "*"
9292
},

test/CHANGELOG.md

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

3+
## 5.6.0
4+
5+
### Minor Changes
6+
7+
- 2c138ed: 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+
311
## 5.5.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)