Skip to content

Commit

Permalink
Version Packages (#444)
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 Nov 27, 2024
1 parent b8d0d67 commit a506168
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 24 deletions.
8 changes: 0 additions & 8 deletions .changeset/cuddly-planets-sniff.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/lucky-boats-cheat.md

This file was deleted.

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

## 5.8.0

### Minor Changes

- c792425: Added Fork config to dev foundations

- BETA: Added ability to use moonbeam's fork API both via moonwall.config and also in a test

### Patch Changes

- b8d0d67: Add snapshot update option

## 5.7.0

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

## 5.8.0

### Minor Changes

- c792425: Added Fork config to dev foundations

- BETA: Added ability to use moonbeam's fork API both via moonwall.config and also in a test

### Patch Changes

- b8d0d67: Add snapshot update option
- Updated dependencies [b8d0d67]
- Updated dependencies [c792425]
- @moonwall/types@5.8.0
- @moonwall/util@5.8.0

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

## 5.8.0

### Minor Changes

- c792425: Added Fork config to dev foundations

- BETA: Added ability to use moonbeam's fork API both via moonwall.config and also in a test

### Patch Changes

- b8d0d67: Add snapshot update option

## 5.7.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.7.0",
"version": "5.8.0",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down
14 changes: 14 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @moonwall/util

## 5.8.0

### Minor Changes

- c792425: Added Fork config to dev foundations

- BETA: Added ability to use moonbeam's fork API both via moonwall.config and also in a test

### Patch Changes

- Updated dependencies [b8d0d67]
- Updated dependencies [c792425]
- @moonwall/types@5.8.0

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

## 5.8.0

### Minor Changes

- c792425: Added Fork config to dev foundations

- BETA: Added ability to use moonbeam's fork API both via moonwall.config and also in a test

### Patch Changes

- b8d0d67: Add snapshot update option

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

0 comments on commit a506168

Please sign in to comment.