Skip to content

Commit

Permalink
Version Packages (#355)
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 Jan 22, 2024
1 parent 978f731 commit a766eb5
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .changeset/heavy-mails-remember.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.0

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

## 4.7.0

### Minor Changes

- 978f731: Chopsticks Features
- [#343](https://github.com/Moonsong-Labs/moonwall/issues/343) Fixed
- [#342](https://github.com/Moonsong-Labs/moonwall/issues/342) Implemented
- [#140](https://github.com/Moonsong-Labs/moonwall/issues/140) Implemented

### Patch Changes

- Updated dependencies [978f731]
- @moonwall/types@4.7.0
- @moonwall/util@4.7.0

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

## 4.7.0

### Minor Changes

- 978f731: Chopsticks Features
- [#343](https://github.com/Moonsong-Labs/moonwall/issues/343) Fixed
- [#342](https://github.com/Moonsong-Labs/moonwall/issues/342) Implemented
- [#140](https://github.com/Moonsong-Labs/moonwall/issues/140) Implemented

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

## 4.7.0

### Patch Changes

- Updated dependencies [978f731]
- @moonwall/types@4.7.0

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

## 4.7.0

### Minor Changes

- 978f731: Chopsticks Features
- [#343](https://github.com/Moonsong-Labs/moonwall/issues/343) Fixed
- [#342](https://github.com/Moonsong-Labs/moonwall/issues/342) Implemented
- [#140](https://github.com/Moonsong-Labs/moonwall/issues/140) Implemented

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

0 comments on commit a766eb5

Please sign in to comment.