Skip to content

Commit

Permalink
Merge pull request #11 from Moonsong-Labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
timbrinded authored Mar 14, 2023
2 parents a7f8f94 + 73cd9ed commit 10c0162
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/beige-mirrors-check.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fifty-dolls-change.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @moonwall/cli

## 0.2.6

### Patch Changes

- 474ac96: Added proper state separation between testFiles (multi or sequential)
- 0c48562: Added JSON schema
- Updated dependencies [0c48562]
- @moonsong-labs/moonwall-util@0.2.6

## 0.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@moonsong-labs/moonwall-cli",
"type": "module",
"version": "0.2.5",
"version": "0.2.6",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typecheck": "pnpm exec tsc --noEmit",
"prepublish": "pnpm run build",
"prepare": "pnpm build",
"schema":"typescript-json-schema ./src/types/config.ts MoonwallConfig > config_schema.json",
"schema": "typescript-json-schema ./src/types/config.ts MoonwallConfig > config_schema.json",
"compile": "pnpm build ",
"lint": "tsc"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @moonwall/util

## 0.2.6

### Patch Changes

- 0c48562: Added JSON schema

## 0.2.5

### Patch 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": "@moonsong-labs/moonwall-util",
"type": "module",
"version": "0.2.5",
"version": "0.2.6",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down

0 comments on commit 10c0162

Please sign in to comment.