Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/itchy-bananas-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-masks-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-bananas-shout.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @guidanoli/cmioc-cli

## 0.1.7

### Patch Changes

- Updated dependencies [9f14f8a]
- @guidanoli/[email protected]

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidanoli/cmioc-cli",
"version": "0.1.6",
"version": "0.1.7",
"description": "Cartesi Machine Input/Output Codec CLI",
"keywords": [
"cartesi",
Expand Down
8 changes: 8 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# site

## 0.0.1

### Patch Changes

- 43abd0e: Add clean script
- 2824210: Fix edit link
2 changes: 1 addition & 1 deletion apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
Expand Down
10 changes: 10 additions & 0 deletions packages/core-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# core-tests

## 0.0.1

### Patch Changes

- 9f14f8a: Modularize test suite
- Updated dependencies [9f14f8a]
- [email protected]
- @guidanoli/[email protected]
2 changes: 1 addition & 1 deletion packages/core-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "core-tests",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "jest"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @guidanoli/cmioc

## 0.2.2

### Patch Changes

- 9f14f8a: Modularize test suite

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@guidanoli/cmioc",
"version": "0.2.1",
"version": "0.2.2",
"description": "Cartesi Machine Input/Output Codec",
"keywords": [
"cartesi",
Expand Down
9 changes: 9 additions & 0 deletions packages/testsuite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# testsuite

## 0.0.1

### Patch Changes

- 9f14f8a: Modularize test suite
- Updated dependencies [9f14f8a]
- @guidanoli/[email protected]
2 changes: 1 addition & 1 deletion packages/testsuite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testsuite",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"files": [
"dist"
Expand Down