Skip to content

Commit

Permalink
Version Packages (#402)
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 Mar 22, 2024
1 parent 7151436 commit c3a29db
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/wise-kangaroos-run.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.1.3

## 5.1.2

## 5.1.1
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.1.2",
"version": "5.1.3",
"private": true,
"description": "Testing framework for the Moon family of projects",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @moonwall/cli

## 5.1.3

### Patch Changes

- 7151436: minor fix
- @moonwall/types@5.1.3
- @moonwall/util@5.1.3

## 5.1.2

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions 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.1.2",
"version": "5.1.3",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down Expand Up @@ -39,7 +39,12 @@
"node": ">=20",
"pnpm": ">=7"
},
"files": ["dist", "bin", "*.d.ts", "*.mjs"],
"files": [
"dist",
"bin",
"*.d.ts",
"*.mjs"
],
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules",
"build": "pnpm exec rm -rf dist && tsup src --format esm --no-splitting --sourcemap && pnpm generate-types",
Expand Down
2 changes: 2 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @moonwall/types

## 5.1.3

## 5.1.2

## 5.1.1
Expand Down
9 changes: 7 additions & 2 deletions 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.1.2",
"version": "5.1.3",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down Expand Up @@ -34,7 +34,12 @@
"node": ">=20",
"pnpm": ">=7"
},
"files": ["dist", "bin", "*.d.ts", "*.mjs"],
"files": [
"dist",
"bin",
"*.d.ts",
"*.mjs"
],
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules",
"build": "rm -rf dist && tsup src --format esm --no-splitting --sourcemap && pnpm generate-types",
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

## 5.1.3

### Patch Changes

- @moonwall/types@5.1.3

## 5.1.2

### Patch Changes
Expand Down
9 changes: 7 additions & 2 deletions 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.1.2",
"version": "5.1.3",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down Expand Up @@ -34,7 +34,12 @@
"node": ">=20",
"pnpm": ">=7"
},
"files": ["dist", "bin", "*.d.ts", "*.mjs"],
"files": [
"dist",
"bin",
"*.d.ts",
"*.mjs"
],
"scripts": {
"clean": "rm -rf dist && rm -rf node_modules",
"build": "pnpm exec rm -rf dist && tsup src --format esm --no-splitting --sourcemap && pnpm generate-types",
Expand Down
2 changes: 2 additions & 0 deletions test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @moonwall/tests

## 5.1.3

## 5.1.2

## 5.1.1
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.1.2",
"version": "5.1.3",
"private": true,
"packageManager": "[email protected]",
"description": "Testing framework for the Moon family of projects",
Expand Down

0 comments on commit c3a29db

Please sign in to comment.