Skip to content

Commit

Permalink
Merge branch 'main' into new-stable-main
Browse files Browse the repository at this point in the history
  • Loading branch information
timbrinded authored Nov 20, 2023
2 parents 8f297d2 + 3787d4e commit 5b7a5e8
Show file tree
Hide file tree
Showing 32 changed files with 796 additions and 8,444 deletions.
14 changes: 14 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# @moonwall/docs

## 4.4.1

## 4.4.0

## 4.3.5

## 4.3.4

## 4.3.3

## 4.3.2

## 4.3.1

## 4.3.0

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

## 4.4.1

### Patch Changes

- 400a5bb: Extra Fibre work
- Updated dependencies [400a5bb]
- @moonwall/types@4.4.1
- @moonwall/util@4.4.1

## 4.4.0

### Minor Changes

- f53a25f: Switched to Fibre-based Runtime

### Patch Changes

- Updated dependencies [f53a25f]
- @moonwall/util@4.4.0
- @moonwall/types@4.4.0

## 4.3.5

### Patch Changes

- bd6ef1d: Reverting to old exitlogic
- Updated dependencies [bd6ef1d]
- @moonwall/types@4.3.5
- @moonwall/util@4.3.5

## 4.3.4

### Patch Changes

- 2e5b977: Encapsulation fix
- @moonwall/types@4.3.4
- @moonwall/util@4.3.4

## 4.3.3

### Patch Changes

- accbb0d: Relaxing contract deployment timer
- @moonwall/types@4.3.3
- @moonwall/util@4.3.3

## 4.3.2

### Patch Changes

- 3978aed: Package Ver Updates
- Updated dependencies [3978aed]
- @moonwall/types@4.3.2
- @moonwall/util@4.3.2

## 4.3.1

### Patch Changes

- 25a52c3: Force exit on failure
- @moonwall/types@4.3.1
- @moonwall/util@4.3.1

## 4.3.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.3.0",
"version": "4.4.1",
"description": "Testing framework for the Moon family of projects",
"author": "timbrinded",
"license": "ISC",
Expand Down
Loading

0 comments on commit 5b7a5e8

Please sign in to comment.