Skip to content

Commit

Permalink
Version Packages (#450)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 5, 2024
1 parent 7cce71c commit 2b0afd6
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 49 deletions.
6 changes: 0 additions & 6 deletions .changeset/good-shoes-grab.md

This file was deleted.

30 changes: 0 additions & 30 deletions .changeset/smooth-bears-hunt.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/young-cars-pump.md

This file was deleted.

2 changes: 2 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @moonwall/docs

## 5.9.0

## 5.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moonwall/docs",
"type": "module",
"version": "5.8.0",
"version": "5.9.0",
"private": true,
"description": "Testing framework for the Moon family of projects",
"scripts": {
Expand Down
40 changes: 40 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# @moonwall/cli

## 5.9.0

### Minor Changes

- 543bda2: Update Inquirer

### Patch Changes

- 7cce71c: Added vitest arg pass through
- 7cce71c: ### Enhanced Test CLI Options

#### New Features

- Added support for passing Vitest configuration options directly through CLI

```bash
moonwall test dev_test --vitest "bail=2 retry=2"
```

This can also be added to your `moonwall.config.json` file like:

```json
{
"name": "passthrough_test",
"testFileDir": ["suites/multi_fail"],
"description": "Testing that bail can be passed through",
"foundation": {
"type": "read_only"
},
"vitestArgs": {
"bail": 1
},
"connections": []
}
```

- Updated dependencies [543bda2]
- @moonwall/[email protected]
- @moonwall/[email protected]

## 5.8.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": "@moonwall/cli",
"type": "module",
"version": "5.8.0",
"version": "5.9.0",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down
6 changes: 6 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonwall/types

## 5.9.0

### Minor Changes

- 543bda2: Update Inquirer

## 5.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moonwall/types",
"type": "module",
"version": "5.8.0",
"version": "5.9.0",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down
11 changes: 11 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @moonwall/util

## 5.9.0

### Minor Changes

- 543bda2: Update Inquirer

### Patch Changes

- Updated dependencies [543bda2]
- @moonwall/types@5.9.0

## 5.8.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": "@moonwall/util",
"type": "module",
"version": "5.8.0",
"version": "5.9.0",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down
10 changes: 10 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @moonwall/tests

## 5.9.0

### Minor Changes

- 543bda2: Update Inquirer

### Patch Changes

- 7cce71c: Added vitest arg pass through

## 5.8.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moonwall/tests",
"type": "module",
"version": "5.8.0",
"version": "5.9.0",
"private": true,
"packageManager": "[email protected]",
"description": "Testing framework for the Moon family of projects",
Expand Down

0 comments on commit 2b0afd6

Please sign in to comment.