Skip to content

Commit 4c86a9e

Browse files
Version Packages (#434)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec1eed4 commit 4c86a9e

File tree

11 files changed

+54
-16
lines changed

11 files changed

+54
-16
lines changed

.changeset/update-chopsticks.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.5.0
4+
35
## 5.4.0
46

57
## 5.3.3

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.4.0",
4+
"version": "5.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- ec1eed4: Update chopsticks
8+
9+
- Update chopsticks to version 0.16.1 and fixes issue when detecting port on running process
10+
- Fixes some dependency conflicts
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [ec1eed4]
15+
- @moonwall/types@5.5.0
16+
- @moonwall/util@5.5.0
17+
318
## 5.4.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.4.0",
4+
"version": "5.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- ec1eed4: Update chopsticks
8+
9+
- Update chopsticks to version 0.16.1 and fixes issue when detecting port on running process
10+
- Fixes some dependency conflicts
11+
312
## 5.4.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.4.0",
4+
"version": "5.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- ec1eed4: Update chopsticks
8+
9+
- Update chopsticks to version 0.16.1 and fixes issue when detecting port on running process
10+
- Fixes some dependency conflicts
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [ec1eed4]
15+
- @moonwall/types@5.5.0
16+
317
## 5.4.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.4.0",
4+
"version": "5.5.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.5.0
4+
5+
### Minor Changes
6+
7+
- ec1eed4: Update chopsticks
8+
9+
- Update chopsticks to version 0.16.1 and fixes issue when detecting port on running process
10+
- Fixes some dependency conflicts
11+
312
## 5.4.0
413

514
### Minor Changes

0 commit comments

Comments
 (0)