Skip to content

Commit

Permalink
Version Packages (#382)
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 Feb 19, 2024
1 parent b15e00a commit da9c787
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 13 deletions.
8 changes: 0 additions & 8 deletions .changeset/famous-geckos-sparkle.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

## 4.7.9

## 4.7.8

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

## 4.7.9

### Patch Changes

- b15e00a: Bug Fixes
- [#377](https://github.com/Moonsong-Labs/moonwall/issues/377) Help menu Fixed
- [#379](https://github.com/Moonsong-Labs/moonwall/issues/379) Downloading without config file present, fixed
- [#370](https://github.com/Moonsong-Labs/moonwall/issues/370) Implemented download options for fetchArtifacts
- @moonwall/types@4.7.9
- @moonwall/util@4.7.9

## 4.7.8

### Patch 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": "4.7.8",
"version": "4.7.9",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
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

## 4.7.9

## 4.7.8

## 4.7.7
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": "4.7.8",
"version": "4.7.9",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
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

## 4.7.9

### Patch Changes

- @moonwall/types@4.7.9

## 4.7.8

### 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": "@moonwall/util",
"type": "module",
"version": "4.7.8",
"version": "4.7.9",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
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

## 4.7.9

## 4.7.8

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

0 comments on commit da9c787

Please sign in to comment.