Skip to content

Commit

Permalink
Merge pull request #302 from Moonsong-Labs/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
timbrinded authored Nov 7, 2023
2 parents fda597b + 1794d54 commit 5a7c5f0
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 15 deletions.
10 changes: 0 additions & 10 deletions .changeset/sweet-bats-punch.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.3.0

## 4.2.10

## 4.2.9
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.2.10",
"version": "4.3.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

## 4.3.0

### Minor Changes

- 52b1d64: Fixes for tanssi
- [#295](https://github.com/Moonsong-Labs/moonwall/issues/295)
- [#297](https://github.com/Moonsong-Labs/moonwall/issues/297)
- [#278](https://github.com/Moonsong-Labs/moonwall/issues/278)
- [#221](https://github.com/Moonsong-Labs/moonwall/issues/221)
- [#290](https://github.com/Moonsong-Labs/moonwall/issues/290)

### Patch Changes

- @moonwall/types@4.3.0
- @moonwall/util@4.3.0

## 4.2.10

### 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.2.10",
"version": "4.3.0",
"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.3.0

## 4.2.10

## 4.2.9
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.2.10",
"version": "4.3.0",
"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.3.0

### Patch Changes

- @moonwall/types@4.3.0

## 4.2.10

### 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.2.10",
"version": "4.3.0",
"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.3.0

## 4.2.10

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

0 comments on commit 5a7c5f0

Please sign in to comment.