Skip to content

Commit d25dd55

Browse files
Version Packages (#516)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2fcbc88 commit d25dd55

File tree

11 files changed

+27
-11
lines changed

11 files changed

+27
-11
lines changed

.changeset/fix-url.md

Lines changed: 0 additions & 6 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.16.3
4+
35
## 5.16.2
46

57
## 5.16.1

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

packages/cli/CHANGELOG.md

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

3+
## 5.16.3
4+
5+
### Patch Changes
6+
7+
- 2fcbc88: Fixes a bug, where urls like `wss://wss.api.moondev.network` were being converted to `https://https.api.moondev.network`, which was incorrect.
8+
- Updated dependencies [2fcbc88]
9+
- @moonwall/util@5.16.3
10+
- @moonwall/types@5.16.3
11+
312
## 5.16.2
413

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

packages/types/CHANGELOG.md

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

3+
## 5.16.3
4+
35
## 5.16.2
46

57
## 5.16.1

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

packages/util/CHANGELOG.md

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

3+
## 5.16.3
4+
5+
### Patch Changes
6+
7+
- 2fcbc88: Fixes a bug, where urls like `wss://wss.api.moondev.network` were being converted to `https://https.api.moondev.network`, which was incorrect.
8+
- @moonwall/types@5.16.3
9+
310
## 5.16.2
411

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

test/CHANGELOG.md

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

3+
## 5.16.3
4+
35
## 5.16.2
46

57
## 5.16.1

0 commit comments

Comments
 (0)